Source: rust-isahc Version: 1.7.2+ds-31 Severity: normal Tags: patch X-Debbugs-Cc: noisyc...@tutanota.com
Hi, env_logger v0.11 has been in experimental for a while now, and we intend to upload it to unstable over the following weeks. src:rust-isahc builds and its autopkgtests pass just fine with v0.11. Bumping the version is straightforward, but I'm attaching a patch nonetheless. Cheers!
>From af0c902937b4da70a5ecfb14c502293ddb73168c Mon Sep 17 00:00:00 2001 From: NoisyCoil <noisyc...@tutanota.com> Date: Wed, 18 Dec 2024 00:18:42 +0100 Subject: [PATCH] Bump env_logger to v0.11 --- debian/control | 2 +- debian/patches/1001_env_logger.patch | 4 ++-- debian/patches/1001_indicatif.patch | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 9bd2a5d..fc8d885 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: librust-curl-sys-0.4+default-dev, librust-curl-sys-0.4+spnego-dev, librust-encoding-rs-0.8+default-dev, - librust-env-logger-0.10+default-dev, + librust-env-logger-0.11+default-dev, librust-event-listener-5+default-dev, librust-flate2-1+default-dev, librust-futures-lite-2+default-dev, diff --git a/debian/patches/1001_env_logger.patch b/debian/patches/1001_env_logger.patch index 8b7ce50..5b81a9b 100644 --- a/debian/patches/1001_env_logger.patch +++ b/debian/patches/1001_env_logger.patch @@ -1,6 +1,6 @@ Description: accept newer branch of crate env_logger Author: Jonas Smedegaard <d...@jones.dk> -Last-Update: 2024-01-26 +Last-Update: 2024-12-18 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/Cargo.toml @@ -10,7 +10,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ [dev-dependencies] -env_logger = "0.9" -+env_logger = ">= 0.9, <= 0.10" ++env_logger = ">= 0.9, <= 0.11" flate2 = "1.0.3" indicatif = "0.15" rayon = "1" diff --git a/debian/patches/1001_indicatif.patch b/debian/patches/1001_indicatif.patch index 89645dd..17dea71 100644 --- a/debian/patches/1001_indicatif.patch +++ b/debian/patches/1001_indicatif.patch @@ -7,7 +7,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +++ b/Cargo.toml @@ -89,7 +89,7 @@ [dev-dependencies] - env_logger = ">= 0.9, <= 0.10" + env_logger = ">= 0.9, <= 0.11" flate2 = "1.0.3" -indicatif = "0.15" +indicatif = ">= 0.15, <= 0.17" -- 2.45.2