Codebase list rust-stfu8 / 8287bb01-91f4-414e-a135-e0b9617b1726/main src / object / 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: 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]