diff --git a/Cargo.lock b/Cargo.lock index 40cd209..7820493 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1260,9 +1260,9 @@ dependencies = [ [[package]] name = "test-env-log" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3e4b132a630cc8a0d06cfcb400da67adef3d0087a94b3332d4692908f0c2544" +checksum = "877189d680101869f65ef94168105d6c188b3a143c13a2d42cf8a09c4c704f8a" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 26c1ecd..8abc9b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ sysinfo = "0.21.1" [dev-dependencies] pretty_assertions = "1.0.0" duct = "0.13.5" -test-env-log = "0.2.7" +test-env-log = "0.2.8" shell-escape = "0.1.5" insta = { version = "1.8.0", features = ["backtrace"] } serial_test = "0.5.1"