bump ruma, rust-rocksdb, and cargo.lock

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-21 22:17:03 -04:00 committed by June
parent 831c452af9
commit 2e713753d5
2 changed files with 43 additions and 35 deletions

View file

@ -261,13 +261,10 @@ features = [
[dependencies.rust-rocksdb]
git = "https://github.com/zaidoon1/rust-rocksdb"
#branch = "master"
rev = "4b8491b9db45066115435881184902bbb23d3811"
rev = "78a8a2e99380f2185c2f337ab3c5d9ea05861c5d"
optional = true
default-features = true
features = [
"multi-threaded-cf",
"zstd",
]
features = ["multi-threaded-cf"]
[dependencies.rusqlite]
git = "https://github.com/rusqlite/rusqlite"