diff --git a/Cargo.lock b/Cargo.lock index 5f7b47c..450bc30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1722,9 +1722,9 @@ dependencies = [ [[package]] name = "test-log" -version = "0.2.8" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb78caec569a40f42c078c798c0e35b922d9054ec28e166f0d6ac447563d91a4" +checksum = "4235dbf7ea878b3ef12dea20a59c134b405a66aafc4fc2c7b9935916e289e735" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index e9606b3..3561335 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ duct = "0.13.5" shell-escape = "0.1.5" insta = { version = "1.14.0", features = ["backtrace"] } serial_test = "0.6.0" -test-log = "0.2.8" +test-log = "0.2.10" [build-dependencies] embed-resource = "1.7.2"