1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: accept older major version of crate brotli-decompressor
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1111367
Forwarded: not-needed
Last-Update: 2025-09-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,7 +44,7 @@
base64 = "0.22"
bencher = "0.1.5"
brotli = { version = ">= 6.0.0, <= 8", default-features = false, features = ["std"] }
-brotli-decompressor = "5.0.0"
+brotli-decompressor = ">= 4.0.1, <= 5"
byteorder = "1.4.3"
chacha20poly1305 = { version = "0.10", default-features = false, features = ["alloc"] }
clap = { version = "4.3.21", features = ["derive", "env"] }
|