chore: bump rocksdb

This commit is contained in:
Timo Kösters 2023-05-21 11:51:36 +02:00
parent 1f1444da8c
commit 49b5af6d45
No known key found for this signature in database
GPG key ID: 0B25E636FBA7E4CB
3 changed files with 556 additions and 452 deletions

View file

@ -82,10 +82,11 @@ crossbeam = { version = "0.8.1", optional = true }
num_cpus = "1.13.0"
threadpool = "1.8.1"
heed = { git = "https://github.com/timokoesters/heed.git", rev = "f6f825da7fb2c758867e05ad973ef800a6fe1d5d", optional = true }
rocksdb = { version = "0.17.0", default-features = true, features = ["multi-threaded-cf", "zstd"], optional = true }
# Used for ruma wrapper
serde_html_form = "0.2.0"
rocksdb = { version = "0.21.0", default-features = true, features = ["multi-threaded-cf", "zstd"], optional = true }
thread_local = "1.1.3"
# used for TURN server authentication
hmac = "0.12.1"