File: 2002_bzip2.patch

package info (click to toggle)
rust-rustls-webpki 0.103.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,528 kB
  • sloc: python: 2,278; sh: 61; makefile: 12
file content (18 lines) | stat: -rw-r--r-- 498 bytes parent folder | download | duplicates (2)
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"] }