Skip to content

Commit

Permalink
Revert "log: update to env_logger 0.10 to fix GHSA-g98v-hv3f-hcfr (to…
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbarsky authored and kaffarell committed Nov 10, 2023
1 parent 285a65f commit ae65676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-log/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ log-tracer = []
tracing-core = { path = "../tracing-core", version = "0.2"}
log = "0.4.17"
once_cell = "1.13.0"
env_logger = { version = "0.10", optional = true }
env_logger = { version = "0.8.4", optional = true }

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

0 comments on commit ae65676

Please sign in to comment.