From: Jonas Smedegaard Date: Tue, 20 Aug 2024 21:50:44 +0000 (+0000) Subject: accept older branch of crate env_logger X-Git-Tag: archive/raspbian/0.17.9-4+rpi1~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8da55125b64b1ca1a49efdf262224df19009fa4f;p=safe-vdash.git 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 --- diff --git a/Cargo.toml b/Cargo.toml index 9f9bf80..6f751e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,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"] }