Codebase list rust-stfu8 / 8287bb01-91f4-414e-a135-e0b9617b1726/main src / cargo / debian / patches / bump-flate2.patch
8287bb01-91f4-414e-a135-e0b9617b1726/main

Tree @8287bb01-91f4-414e-a135-e0b9617b1726/main (Download .tar.gz)

bump-flate2.patch @8287bb01-91f4-414e-a135-e0b9617b1726/mainraw · history · blame

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]