mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Bump dep flate2 to v1.0.24
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
355895d8b6
commit
20b2c37ffb
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ cargo_metadata = "0.14.2"
|
||||||
cargo_toml = "0.11.4"
|
cargo_toml = "0.11.4"
|
||||||
crates_io_api = { version = "0.8.0", default-features = false, features = ["rustls"] }
|
crates_io_api = { version = "0.8.0", default-features = false, features = ["rustls"] }
|
||||||
dirs = "4.0.0"
|
dirs = "4.0.0"
|
||||||
flate2 = "1.0.22"
|
flate2 = { version = "1.0.24" }
|
||||||
log = "0.4.14"
|
log = "0.4.14"
|
||||||
reqwest = { version = "0.11.10", features = [ "rustls-tls" ], default-features = false }
|
reqwest = { version = "0.11.10", features = [ "rustls-tls" ], default-features = false }
|
||||||
semver = "1.0.7"
|
semver = "1.0.7"
|
||||||
|
|
Loading…
Add table
Reference in a new issue