diff --git a/Cargo.lock b/Cargo.lock index 73f4b1f..9ed360b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -306,9 +306,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 5999ad3..06c688a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ serde_json = "1.0" tokio = { version = "1", features = ["full"] } axum = { version = "0.6.18", features = ["headers", "http1", "json", "tokio", "query"] } log = { version = "0.4", optional = true } -env_logger = { version = "0.10.0", optional = true } +env_logger = { version = "0.10.1", optional = true } clap = { version = "4.4.7", features = ["color", "derive", "help", "usage", "std", "env"] } redis = { version = "0.23.0", features = [ "ahash", "aio", "tokio-comp" ] }