diff --git a/Cargo.lock b/Cargo.lock index 2f2f41e..6738b16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -293,9 +293,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.3" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9" +checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" dependencies = [ "env_filter", "humantime", diff --git a/Cargo.toml b/Cargo.toml index 4f3dcbe..09bae4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ coarsetime = "0.1.34" daemonize-simple = "0.1.5" derivative = "2.2.0" dnsstamps = "0.1.9" -env_logger = { version = "0.11.3", default-features = false, features = [ +env_logger = { version = "0.11.5", default-features = false, features = [ "humantime", ] } futures = { version = "0.3.30", features = ["async-await"] }