From 20b2c37ffbdd5bf897da3c6cdd79233173622d2f Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Tue, 31 May 2022 18:45:05 +1000 Subject: [PATCH] Bump dep flate2 to v1.0.24 Signed-off-by: Jiahao XU --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7cb56f33..72bbf125 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ cargo_metadata = "0.14.2" cargo_toml = "0.11.4" crates_io_api = { version = "0.8.0", default-features = false, features = ["rustls"] } dirs = "4.0.0" -flate2 = "1.0.22" +flate2 = { version = "1.0.24" } log = "0.4.14" reqwest = { version = "0.11.10", features = [ "rustls-tls" ], default-features = false } semver = "1.0.7"