From 8b15315d56d34ccae3d113a148a836ec0d58fc09 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 18 Oct 2024 13:21:18 +0200 Subject: [PATCH] accept older branch of crate env_logger Bug-Debian: https://bugs.debian.org/1063720 Forwarded: not-needed Last-Update: 2024-02-11 Last-Update: 2024-02-11 Gbp-Pq: Name 2001_env_logger.patch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f6d7be0..887c4b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ byte-unit = "5.1.4" fs2 = "0.4.3" rand = "0.8.5" log = "0.4.11" -env_logger = "0.11.1" +env_logger = ">= 0.10, <= 0.11" strfmt = "0.2.4" glob = "0.3.1" serde = {version = "1.0.192", features = ["derive"] } -- 2.30.2