diff --git a/Cargo.lock b/Cargo.lock index 7f55c89..23c1b8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -212,9 +212,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" +checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272" dependencies = [ "humantime", "log", diff --git a/Cargo.toml b/Cargo.toml index 0f8e80f..200d9bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ coarsetime = "0.1.22" daemonize-simple = "0.1.5" derivative = "2.2.0" dnsstamps = "0.1.9" -env_logger = { version = "0.9.0", default-features = false, features = [ +env_logger = { version = "0.9.1", default-features = false, features = [ "humantime", ] } futures = { version = "0.3.24", features = ["async-await"] }