diff --git a/Cargo.toml b/Cargo.toml index ecbb916..98b5a4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ cfb8 = "0.8.1" digest = "0.10.7" either = "1.13.0" env_logger = "0.11.5" -flate2 = "1.0.34" +flate2 = { version = "1.0.35", features = ["zlib-ng"], default-features = false } hex = "0.4.3" image = "0.25.5" lazy_static = "1.5.0" @@ -41,7 +41,7 @@ serde = { version = "1.0.214", features = ["derive"] } serde_json = "1.0.132" sha1 = "0.10.6" slotmap = "1.0.7" -tokio = { version = "1.41.0", features = ["full"] } +tokio = { version = "1.42.0", features = ["full"] } urlencoding = "2.1.3" uuid = { version = "1.11.0", features = ["v4"] } reqwest = { version = "0.12.9", default-features = false, features = ["rustls-tls"] }