Skip to content

Commit

Permalink
faster zlib and tokio update
Browse files Browse the repository at this point in the history
  • Loading branch information
Outfluencer committed Dec 20, 2024
1 parent 5f7771c commit 8a3d7f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"] }
Expand Down

0 comments on commit 8a3d7f7

Please sign in to comment.