diff --git a/Cargo.lock b/Cargo.lock index 51dda98d1..ee186f8f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -657,9 +657,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" +checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece" dependencies = [ "humantime", "is-terminal", diff --git a/Cargo.toml b/Cargo.toml index dfa3d234a..f8b3d0819 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ convert_case = { version = "0.6.0" } criterion = { version = "0.5.1", default-features = false } crossbeam-channel = { version = "0.5.8" } dashmap = { version = "5.5.3" } -env_logger = { version = "0.10.0", default-features = false, features = ["auto-color", "humantime"] } +env_logger = { version = "0.10.1", default-features = false, features = ["auto-color", "humantime"] } flate2 = { version = "1.0.28" } futures = { version = "0.3.29" } ignore = { version = "0.4.20" }