diff --git a/Cargo.lock b/Cargo.lock index 09e72d87b..5e4e72447 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2232,9 +2232,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 = [ "anstream", "anstyle", diff --git a/deltachat-jsonrpc/Cargo.toml b/deltachat-jsonrpc/Cargo.toml index be450bd5c..4bcf42fe1 100644 --- a/deltachat-jsonrpc/Cargo.toml +++ b/deltachat-jsonrpc/Cargo.toml @@ -33,7 +33,7 @@ base64 = { workspace = true } # optional dependencies axum = { version = "0.7", optional = true, features = ["ws"] } -env_logger = { version = "0.11.3", optional = true } +env_logger = { version = "0.11.5", optional = true } [dev-dependencies] tokio = { workspace = true, features = ["full", "rt-multi-thread"] }