Skip to content

Commit

Permalink
Revert "log: update to env_logger 0.10 to fix GHSA-g98v-hv3f-hcfr (#2740
Browse files Browse the repository at this point in the history
)" (#2750) (#2751)

Backporting #2750, see that PR for details.
  • Loading branch information
davidbarsky authored Oct 13, 2023
1 parent 6ba5af2 commit 9048762
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 @@ -28,7 +28,7 @@ interest-cache = ["lru", "ahash"]
tracing-core = { path = "../tracing-core", version = "0.1.28"}
log = { version = "0.4.17" }
once_cell = "1.13.0"
env_logger = { version = "0.10", optional = true }
env_logger = { version = "0.8.4", optional = true }
lru = { version = "0.7.7", optional = true }
ahash = { version = "0.7.6", optional = true }

Expand Down

0 comments on commit 9048762

Please sign in to comment.