mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21:24 +01:00
Upgrade rust-rocksdb
This commit is contained in:
parent
b94cc429b7
commit
d283da51c6
4 changed files with 34 additions and 57 deletions
|
|
@ -120,7 +120,7 @@ rand = "0.8.5"
|
|||
regex = "1.11.1"
|
||||
reqwest = { version = "0.12.22", default-features = false, features = ["http2", "rustls-tls-native-roots", "socks"] }
|
||||
ring = "0.17.14"
|
||||
rocksdb = { package = "rust-rocksdb", version = "0.36.0", features = ["lz4", "multi-threaded-cf", "zstd"], optional = true }
|
||||
rocksdb = { package = "rust-rocksdb", version = "0.42.1", features = ["lz4", "multi-threaded-cf", "zstd"], optional = true }
|
||||
rusqlite = { version = "0.34.0", optional = true, features = ["bundled"] }
|
||||
rustls = { version = "0.23.31", default-features = false, features = ["ring", "log", "logging", "std", "tls12"] }
|
||||
sd-notify = { version = "0.4.5", optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue