From d41e5a2844c4a13722178b19ad7ee10f9461673e Mon Sep 17 00:00:00 2001 From: ice_iix Date: Sat, 30 Jul 2022 14:56:41 -0700 Subject: [PATCH] Update flate2 to 1.0.24. Closes #698 --- Cargo.toml | 2 +- protocol/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8bb326c3..8d1e5705 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ glow = "0.11.2" byteorder = "1.4.3" serde = "1.0.140" serde_json = "1.0.82" -flate2 = { version = "1.0.22", features = ["rust_backend"], default-features = false } +flate2 = { version = "1.0.24", features = ["rust_backend"], default-features = false } zip = { version = "0.5.13", features = ["deflate"], default-features = false } image = "0.23.14" getrandom = { version = "0.2.7", features = ["js"] } diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index 6f504f08..e3cd342c 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -13,7 +13,7 @@ aes = "0.7.4" cfb8 = "0.7.1" byteorder = "1.4.3" log = { version = "0.4.14", features = ["std"] } -flate2 = { version = "1.0.22", features = ["rust_backend"], default-features = false } +flate2 = { version = "1.0.24", features = ["rust_backend"], default-features = false } num-traits = "0.2.14" instant = "0.1.12"