diff --git a/Cargo.lock b/Cargo.lock index 2729c7a9d..be5daf8fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -645,9 +645,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.10.0" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" +checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" dependencies = [ "humantime", "is-terminal", diff --git a/Cargo.toml b/Cargo.toml index 021e38999..7894cc98c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ byteorder = "1.5" cc = "1.0.73" chrono = { version = "^0.4.22", features = ["serde"] } clap = { version = "^4.3.0", features = ["string"] } -env_logger = "^0.10.0" +env_logger = "^0.10.2" ffizz-header = "0.5" flate2 = "1" futures = "^0.3.25"