Codebase list rust-stfu8 / 6ae013cf-cefc-48c6-a8d9-7cb8d5834c69/main src / cargo / debian / patches / bump-flate2.patch
6ae013cf-cefc-48c6-a8d9-7cb8d5834c69/main

Tree @6ae013cf-cefc-48c6-a8d9-7cb8d5834c69/main (Download .tar.gz)

bump-flate2.patch @6ae013cf-cefc-48c6-a8d9-7cb8d5834c69/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]