Cargo.toml: Updated zstd from 0.9 to 0.12.

This commit is contained in:
Jonathan Davies
2023-01-23 18:08:14 +00:00
parent 9adf5ca76d
commit 5c3075fe01
3 changed files with 34 additions and 15 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ hex = "0.4"
base64 = "0.13"
tracing = "0.1.30"
rand = "0.8"
zstd = { version = "0.9", default-features = false }
zstd = { version = "0.12", default-features = false }
serde = { version = "1.0", default-features = false, features = ["derive", "rc"] }
serde_bytes = "0.11"