chore(cargo): update env_logger

This commit is contained in:
link2xt
2024-04-08 19:44:35 +00:00
parent 295f7a291b
commit c1148e4117
4 changed files with 77 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ deltachat-jsonrpc = { path = "../deltachat-jsonrpc", default-features = false }
deltachat = { path = "..", default-features = false }
anyhow = "1"
env_logger = { version = "0.10.0" }
env_logger = { version = "0.11.3" }
futures-lite = "2.3.0"
log = "0.4"
serde_json = "1"