Codebase list rust-stfu8 / 76d43b1a-f3c3-4c95-a807-034b06669bb0/main src / object / debian / patches / bump-flate2.patch
76d43b1a-f3c3-4c95-a807-034b06669bb0/main

Tree @76d43b1a-f3c3-4c95-a807-034b06669bb0/main (Download .tar.gz)

bump-flate2.patch @76d43b1a-f3c3-4c95-a807-034b06669bb0/mainraw · history · blame

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
@@ -21,7 +21,7 @@ keywords = ["object", "loader", "elf", "
 license = "Apache-2.0/MIT"
 repository = "https://github.com/gimli-rs/object"
 [dependencies.flate2]
-version = "1"
+version = "1.0.13"
 optional = true
 
 [dependencies.goblin]