update deps, remove unnecessary zstd crate, pin rust-rocksdb rev

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-06-03 00:07:38 -04:00
parent b29a8791de
commit 84290bd668
6 changed files with 44 additions and 52 deletions

View file

@ -27,7 +27,8 @@ malloc-usable-size = ["rust-rocksdb/malloc-usable-size"]
[dependencies.rust-rocksdb]
git = "https://github.com/zaidoon1/rust-rocksdb"
branch = "master"
rev = "e9e1cb5ba92a44ea225fe8d13b31aa23621b9035"
#branch = "master"
default-features = false
[lib]