1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: accept older minor versions of crate bzip2
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1116210
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
@@ -87,7 +87,7 @@
[dev-dependencies]
base64 = "0.22"
bencher = "0.1.5"
-bzip2 = "0.6"
+bzip2 = ">= 0.4.4, <= 0.6"
once_cell = "1.17.2"
rcgen = "0.14.2"
serde = { version = "1.0", features = ["derive"] }
|