cargo: Updated async-compression to 0.4.

This commit is contained in:
Jonathan Davies
2023-06-28 11:17:16 +01:00
parent 098c388f1b
commit aee0d97f22
2 changed files with 8 additions and 27 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ hex = "0.4"
tracing = "0.1"
rand = "0.8"
async-compression = { version = "0.3", features = ["tokio", "zstd"] }
async-compression = { version = "0.4", features = ["tokio", "zstd"] }
zstd = { version = "0.12", default-features = false }
serde = { version = "1.0", default-features = false, features = ["derive", "rc"] }