From 90487620d8fd4b0a44e6a0385bda3643bf6f19a2 Mon Sep 17 00:00:00 2001 From: David Barsky Date: Thu, 12 Oct 2023 20:29:13 -0400 Subject: [PATCH] Revert "log: update to env_logger 0.10 to fix GHSA-g98v-hv3f-hcfr (#2740)" (#2750) (#2751) Backporting #2750, see that PR for details. --- 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 }