Update env_logger to 11.2

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2024-02-23 23:05:41 +01:00
parent f5a46c61d2
commit 6532264b81
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ version = "0.5.0-dev"
[dependencies] [dependencies]
data-encoding = "2.5" data-encoding = "2.5"
env_logger = { version = "0.10", default-features = false, features = ["color", "humantime", "auto-color"] } env_logger = { version = "0.11.2", default-features = false, features = ["color", "humantime", "auto-color"] }
futures-util = { version = "0.3", default_features = false } futures-util = { version = "0.3", default_features = false }
getopts = "0.2" getopts = "0.2"
log = "0.4" log = "0.4"

View file

@ -63,7 +63,7 @@ rand = "0.8"
vergen = { version = "8", default-features = false, features = ["build", "git", "gitcl"] } vergen = { version = "8", default-features = false, features = ["build", "git", "gitcl"] }
[dev-dependencies] [dev-dependencies]
env_logger = "0.10" env_logger = "0.11.2"
tokio = { version = "1", features = ["macros", "parking_lot"] } tokio = { version = "1", features = ["macros", "parking_lot"] }
[features] [features]