aboutsummaryrefslogtreecommitdiff
path: root/src/model/Cargo.toml
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2021-04-14 23:27:33 +0200
committerAlex <alex@adnab.me>2021-04-14 23:27:33 +0200
commit307858bf0a077e6bb7ce77d9f5ca56c4ae2a5e63 (patch)
treeed1fa4c1db9bde2ead40ac60c29b681ed21f0de7 /src/model/Cargo.toml
parent76efb4999d41da71b1c89093ed651a9e162801c6 (diff)
parentd4fd07400008247c475ffe2c66bb2bd57bf7ab5c (diff)
downloadgarage-307858bf0a077e6bb7ce77d9f5ca56c4ae2a5e63.tar.gz
garage-307858bf0a077e6bb7ce77d9f5ca56c4ae2a5e63.zip
Merge pull request 'Compress with zstd' (#44) from trinity-1686a/garage:zstd-block into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/44
Diffstat (limited to 'src/model/Cargo.toml')
-rw-r--r--src/model/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/Cargo.toml b/src/model/Cargo.toml
index 77084531..1b97e4f9 100644
--- a/src/model/Cargo.toml
+++ b/src/model/Cargo.toml
@@ -21,8 +21,8 @@ arc-swap = "1.0"
hex = "0.4"
log = "0.4"
rand = "0.8"
-
sled = "0.34"
+zstd = "0.6.1"
rmp-serde = "0.15"
serde = { version = "1.0", default-features = false, features = ["derive", "rc"] }