File: 2002_bzip2.patch

package info (click to toggle)
rust-rustls-webpki 0.103.4-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 10,632 kB
  • sloc: python: 2,278; sh: 61; makefile: 12
file content (17 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: accept older branches of crate bzip2
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-08-08
---
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"
 serde = { version = "1.0", features = ["derive"] }