File: bump-flate2.patch

package info (click to toggle)
rust-object 0.36.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,160 kB
  • sloc: makefile: 4
file content (15 lines) | stat: -rw-r--r-- 400 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Bump the flate2 dependency to help apt with updates from
buster to bullseye (Closes: 990317)
Index: object/Cargo.toml
===================================================================
--- object.orig/Cargo.toml
+++ object/Cargo.toml
@@ -76,7 +76,7 @@ optional = true
 default-features = false
 
 [dependencies.flate2]
-version = "1"
+version = "1.0.13"
 optional = true
 
 [dependencies.hashbrown]