Codebase list rust-libslirp / 649ce89
cargo bump flate2 dependency to help apt with buster to bullseye upgrades. Peter Michael Green 2 years ago
5 changed file(s) with 28 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 rust-cargo (0.43.1-4) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package cargo 0.43.1 from crates.io using debcargo 2.4.3
4 * Bump dependency on flate2 to ease buster->bullseye upgrades
5 (Closes: #990436).
6
7 -- Peter Michael Green <plugwash@debian.org> Tue, 29 Jun 2021 15:53:47 +0000
8
09 rust-cargo (0.43.1-3) unstable; urgency=medium
110
211 * Team upload.
1515
1616 Files: debian/*
1717 Copyright:
18 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
18 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1919 2018-2020 Ximin Luo <infinity0@debian.org>
2020 License: MIT or Apache-2.0
2121
4545
4646 Files: debian/*
4747 Copyright:
48 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
49 2018-2020 Ximin Luo <infinity0@debian.org>
48 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
49 2018-2021 Ximin Luo <infinity0@debian.org>
5050 License: MIT or Apache-2.0
5151
5252 License: Apache-2.0
0 Bump the flate2 dependency to help apt with updates from
1 buster to bullseye (Closes: 990436)
2 Index: cargo/Cargo.toml
3 ===================================================================
4 --- cargo.orig/Cargo.toml
5 +++ cargo/Cargo.toml
6 @@ -68,7 +68,7 @@ version = "0.7.0"
7 version = "0.2"
8
9 [dependencies.flate2]
10 -version = "1.0.3"
11 +version = "1.0.13"
12 features = ["zlib"]
13
14 [dependencies.fs2]
00 disable-vendor.patch
11 disable-pretty-env-logger.patch
22 relax-deps.patch
3 bump-flate2.patch