Source: rust-ureq
Version: 2.12.1-1
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-ureq builds and
its autopkgtests pass just fine with v0.11. Bumping the version is
straightforward, but I'm attaching a patch nonetheless.

Cheers!
>From 1a1f182dcf8e22382c41d060357fde6b9e243f22 Mon Sep 17 00:00:00 2001
From: NoisyCoil <noisyc...@tutanota.com>
Date: Mon, 23 Dec 2024 16:33:12 +0100
Subject: [PATCH] Bump env_logger to v0.11

---
 debian/control                       |  2 +-
 debian/patches/1001_env_logger.patch |  2 +-
 debian/patches/2001_hootbin.patch    |  2 +-
 debian/patches/2001_rustls.patch     |  2 +-
 debian/tests/control                 | 28 ++++++++++++++--------------
 5 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/debian/control b/debian/control
index 8c9d37f..abc33b1 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  librust-cookie-0.18-dev <!nocheck>,
  librust-cookie-store-0.21+preserve-order-dev <!nocheck>,
  librust-encoding-rs-0.8+default-dev <!nocheck>,
- librust-env-logger-0.10+humantime-dev <!nocheck>,
+ librust-env-logger-0.11+humantime-dev <!nocheck>,
  librust-flate2-1+default-dev (>= 1.0.22) <!nocheck>,
  librust-http-0.2+default-dev <!nocheck>,
  librust-log-0.4+default-dev <!nocheck>,
diff --git a/debian/patches/1001_env_logger.patch 
b/debian/patches/1001_env_logger.patch
index 860bc30..e749fa2 100644
--- a/debian/patches/1001_env_logger.patch
+++ b/debian/patches/1001_env_logger.patch
@@ -10,7 +10,7 @@ This patch header follows DEP-3: 
http://dep.debian.net/deps/dep3/
  
  [dev-dependencies]
 -env_logger = { version = "<=0.9", default-features = false, features = 
["humantime"] }
-+env_logger = { version = "<=0.10", default-features = false, features = 
["humantime"] }
++env_logger = { version = "<=0.11", default-features = false, features = 
["humantime"] }
  serde = { version = "1", features = ["derive"] }
  rustls = { version = "0.23.5", default-features = false, features = ["std", 
"ring"] }
  rustls-pemfile = { version = "2.0" }
diff --git a/debian/patches/2001_hootbin.patch 
b/debian/patches/2001_hootbin.patch
index 15329f5..205024e 100644
--- a/debian/patches/2001_hootbin.patch
+++ b/debian/patches/2001_hootbin.patch
@@ -23,5 +23,5 @@ This patch header follows DEP-3: 
http://dep.debian.net/deps/dep3/
 -hootbin = { version = "0.1.5", optional = true }
 -
  [dev-dependencies]
- env_logger = { version = "<=0.10", default-features = false, features = 
["humantime"] }
+ env_logger = { version = "<=0.11", default-features = false, features = 
["humantime"] }
  serde = { version = "1", features = ["derive"] }
diff --git a/debian/patches/2001_rustls.patch b/debian/patches/2001_rustls.patch
index e6a7d47..c4f9411 100644
--- a/debian/patches/2001_rustls.patch
+++ b/debian/patches/2001_rustls.patch
@@ -33,7 +33,7 @@ This patch header follows DEP-3: 
http://dep.debian.net/deps/dep3/
 +rustls = { version = "0.21.12", optional = true, default-features = false, 
features = ["logging", "tls12"] }
  
  [dev-dependencies]
- env_logger = { version = "<=0.10", default-features = false, features = 
["humantime"] }
+ env_logger = { version = "<=0.11", default-features = false, features = 
["humantime"] }
  serde = { version = "1", features = ["derive"] }
 -rustls = { version = "0.23.5", default-features = false, features = ["std", 
"ring"] }
 -rustls-pemfile = { version = "2.0" }
diff --git a/debian/tests/control b/debian/tests/control
index 2f47cef..159a94f 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -13,7 +13,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:@
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -33,7 +33,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -53,7 +53,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:default
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -73,7 +73,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:brotli
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -94,7 +94,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:cookies
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -115,7 +115,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:charset
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -136,7 +136,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=ureq-2:gzip
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -157,7 +157,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:http-interop
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -178,7 +178,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:json
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -199,7 +199,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:native-certs
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -220,7 +220,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:native-tls
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -241,7 +241,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:proxy-from-env
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -262,7 +262,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:socks-proxy
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
@@ -283,7 +283,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test ureq 
2.12.1
 Features: test-name=rust-ureq-2:tls
 Depends:
  dh-rust,
- librust-env-logger-0.10+humantime-dev,
+ librust-env-logger-0.11+humantime-dev,
  librust-rustls-0.21+dangerous-configuration-dev,
  librust-rustls-pemfile-1+default-dev,
  librust-serde-1+derive-dev,
-- 
2.45.2

Reply via email to