From 6fb0723b902e46aa72c199c37255e81dd38c2b69 Mon Sep 17 00:00:00 2001 From: ice_iix Date: Sat, 31 Dec 2022 08:31:56 -0800 Subject: [PATCH] Bump flate2 to 1.0.25, closes #748 --- Cargo.toml | 2 +- protocol/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c3691d6..e8a65f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ glow = "0.11.2" byteorder = "1.4.3" serde = "1.0.147" serde_json = "1.0.87" -flate2 = { version = "1.0.24", features = ["rust_backend"], default-features = false } +flate2 = { version = "1.0.25", features = ["rust_backend"], default-features = false } zip = { version = "0.6.3", features = ["deflate"], default-features = false } image = "0.24.4" getrandom = { version = "0.2.8", features = ["js"] } diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index 5b26877..8494bed 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.17", features = ["std"] } -flate2 = { version = "1.0.24", features = ["rust_backend"], default-features = false } +flate2 = { version = "1.0.25", features = ["rust_backend"], default-features = false } num-traits = "0.2.15" instant = "0.1.12"