Skip to content

Commit ae9ccf7

Browse files
maxburkekaffarell
authored andcommitted
log: update to env_logger 0.10 to fix GHSA-g98v-hv3f-hcfr (tokio-rs#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. ; Conflicts: ; tracing-log/Cargo.toml
1 parent 3535944 commit ae9ccf7

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.8.4", optional = true }
29+
env_logger = { version = "0.10", optional = true }
3030

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

0 commit comments

Comments
 (0)