Skip to content

Commit

Permalink
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
The package `atty`, a dependent of `env_logger` < 0.10, has a RUSTSEC advisory
raised against it (GHSA-g98v-hv3f-hcfr). This branch updates `env_logger` to
0.10 to fix this issue.
  • Loading branch information
maxburke authored Oct 12, 2023
1 parent 7f0cc09 commit e1a3846
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.8.4", optional = true }
env_logger = { version = "0.10", optional = true }
lru = { version = "0.7.7", optional = true }
ahash = { version = "0.7.6", optional = true }

Expand Down

0 comments on commit e1a3846

Please sign in to comment.