Description: accept older branch of crate brotli
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Bug-Debian: https://bugs.debian.org/1090325
Last-Update: 2024-12-16
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@
 async-trait = "0.1.74"
 base64 = "0.22"
 bencher = "0.1.5"
-brotli = { version = "7", default-features = false, features = ["std"] }
+brotli = { version = ">= 6.0.0, <= 7", default-features = false, features = ["std"] }
 brotli-decompressor = "4.0.1" # 4.0.1 required for panic fix
 byteorder = "1.4.3"
 chacha20poly1305 = { version = "0.10", default-features = false, features = ["alloc"] }
