aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2023-01-23 18:08:14 +0000
committerJonathan Davies <jpds@protonmail.com>2023-01-23 18:08:14 +0000
commit5c3075fe0163f869a0d6cf76f8e5a86a441fa132 (patch)
tree34f6ef91de4a972866611742fd15a26403ea4e9e /src
parent9adf5ca76dc165611a9421ddf49ecb36d02ed754 (diff)
downloadgarage-5c3075fe0163f869a0d6cf76f8e5a86a441fa132.tar.gz
garage-5c3075fe0163f869a0d6cf76f8e5a86a441fa132.zip
Cargo.toml: Updated zstd from 0.9 to 0.12.
Diffstat (limited to 'src')
-rw-r--r--src/block/Cargo.toml2
-rw-r--r--src/model/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/block/Cargo.toml b/src/block/Cargo.toml
index 1e4eb64e..48bcd181 100644
--- a/src/block/Cargo.toml
+++ b/src/block/Cargo.toml
@@ -29,7 +29,7 @@ tracing = "0.1.30"
rand = "0.8"
async-compression = { version = "0.3", features = ["tokio", "zstd"] }
-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"
diff --git a/src/model/Cargo.toml b/src/model/Cargo.toml
index 323c2d64..3565974f 100644
--- a/src/model/Cargo.toml
+++ b/src/model/Cargo.toml
@@ -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"