diff --git a/Cargo.lock b/Cargo.lock index ad75f71..181fd12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -198,9 +198,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 57c10f3..6e1fb36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ ipnet = { version = "2.9.0", optional = true } tokio = { version = "1.33.0", features = ["macros", "rt", "rt-multi-thread"] } notify = "6.1.1" once_cell = "1.18.0" -env_logger = "0.10.0" +env_logger = "0.10.1" backtrace = { version = "0.3.69", optional = true, features = ["std"] } [features]