Skip to content

Commit 9048762

Browse files
authored
Revert "log: update to env_logger 0.10 to fix GHSA-g98v-hv3f-hcfr (#2740)" (#2750) (#2751)
Backporting #2750, see that PR for details.
1 parent 6ba5af2 commit 9048762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing-log/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ interest-cache = ["lru", "ahash"]
2828
tracing-core = { path = "../tracing-core", version = "0.1.28"}
2929
log = { version = "0.4.17" }
3030
once_cell = "1.13.0"
31-
env_logger = { version = "0.10", optional = true }
31+
env_logger = { version = "0.8.4", optional = true }
3232
lru = { version = "0.7.7", optional = true }
3333
ahash = { version = "0.7.6", optional = true }
3434

0 commit comments

Comments
 (0)