Skip to content

Commit 7d73a92

Browse files
committed
Revert "log: update to env_logger 0.10 to fix GHSA-g98v-hv3f-hcfr (#2740)"
6cb6c27
1 parent 84f0a60 commit 7d73a92

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
@@ -26,7 +26,7 @@ log-tracer = []
2626
tracing-core = { path = "../tracing-core", version = "0.2"}
2727
log = "0.4.17"
2828
once_cell = "1.13.0"
29-
env_logger = { version = "0.10", optional = true }
29+
env_logger = { version = "0.8.4", optional = true }
3030

3131
[dev-dependencies]
3232
tracing = { path = "../tracing", version = "0.2"}

0 commit comments

Comments
 (0)