From 22be238d5cd23a4af47bf2c36f313080a2592d16 Mon Sep 17 00:00:00 2001 From: David Barsky Date: Thu, 12 Oct 2023 19:31:06 -0400 Subject: [PATCH] Revert "log: update to env_logger 0.10 to fix GHSA-g98v-hv3f-hcfr (#2740)" (#2750) --- tracing-log/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracing-log/Cargo.toml b/tracing-log/Cargo.toml index 7dc6ddba92..ec10a1d1fb 100644 --- a/tracing-log/Cargo.toml +++ b/tracing-log/Cargo.toml @@ -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 }