We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba5af2 commit 9048762Copy full SHA for 9048762
tracing-log/Cargo.toml
@@ -28,7 +28,7 @@ interest-cache = ["lru", "ahash"]
28
tracing-core = { path = "../tracing-core", version = "0.1.28"}
29
log = { version = "0.4.17" }
30
once_cell = "1.13.0"
31
-env_logger = { version = "0.10", optional = true }
+env_logger = { version = "0.8.4", optional = true }
32
lru = { version = "0.7.7", optional = true }
33
ahash = { version = "0.7.6", optional = true }
34
0 commit comments