diff --git a/Cargo.toml b/Cargo.toml index c3691d6..97e84b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,9 +35,9 @@ 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" +image = "0.24.5" getrandom = { version = "0.2.8", features = ["js"] } rand = "0.8.5" rand_pcg = "0.3.1" 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"