Codebase list rust-stfu8 / scrub-obsolete/main src / cargo / debian / patches / bump-flate2.patch
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

bump-flate2.patch @scrub-obsolete/main

649ce89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Bump the flate2 dependency to help apt with updates from
buster to bullseye (Closes: 990436)
Index: cargo/Cargo.toml
===================================================================
--- cargo.orig/Cargo.toml
+++ cargo/Cargo.toml
@@ -68,7 +68,7 @@ version = "0.7.0"
 version = "0.2"
 
 [dependencies.flate2]
-version = "1.0.3"
+version = "1.0.13"
 features = ["zlib"]
 
 [dependencies.fs2]