diff --git a/Cargo.lock b/Cargo.lock index 2d0ea0a62..ef574cee5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1971,9 +1971,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.5" +version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" +checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0" dependencies = [ "anstream", "anstyle", diff --git a/deltachat-jsonrpc/Cargo.toml b/deltachat-jsonrpc/Cargo.toml index 92c120314..d8e2a00fb 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.5", optional = true } +env_logger = { version = "0.11.6", optional = true } [dev-dependencies] tokio = { workspace = true, features = ["full", "rt-multi-thread"] }