Skip to content

Commit e1a3846

Browse files
authored
log: update to env_logger 0.10 to fix GHSA-g98v-hv3f-hcfr (#2740)
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.
1 parent 7f0cc09 commit e1a3846

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.8.4", optional = true }
31+
env_logger = { version = "0.10", optional = true }
3232
lru = { version = "0.7.7", optional = true }
3333
ahash = { version = "0.7.6", optional = true }
3434

0 commit comments

Comments
 (0)