summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPro <twisted.fall@gmail.com>2024-02-09 20:17:10 +0100
committerPro <twisted.fall@gmail.com>2024-02-09 20:17:10 +0100
commit30496269d5a6b1d6356ea6f402c526fddbd26fae (patch)
tree511948ec3dd31351837979ab041181e6bfd0bc33 /Cargo.toml
parent736933d81e4c207fbe10e4d1477c2e56968c99be (diff)
Bump env_logger
Some tests were failing with: env_logger::init should not be called after logger initialized: SetLoggerError(())
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 44fbb87..72c53d2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ thiserror = "1"
filters = { version = "0.3", optional = true }
[dev-dependencies]
-env_logger = "0.4"
+env_logger = "0.11"
log = "0.4"
[features]