mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21:24 +01:00
update rocksdb
This is done separately since it requires more involved changes than just cargo's files.
This commit is contained in:
parent
8da6c5d4b3
commit
8b7cbb5f25
4 changed files with 10 additions and 10 deletions
|
|
@ -121,7 +121,7 @@ rand = "0.8.5"
|
|||
regex = "1.11.1"
|
||||
reqwest = { version = "0.12.9", default-features = false, features = ["http2", "rustls-tls-native-roots", "socks"] }
|
||||
ring = "0.17.8"
|
||||
rocksdb = { package = "rust-rocksdb", version = "0.33.0", features = ["lz4", "multi-threaded-cf", "zstd"], optional = true }
|
||||
rocksdb = { package = "rust-rocksdb", version = "0.36.0", features = ["lz4", "multi-threaded-cf", "zstd"], optional = true }
|
||||
ruma = { git = "https://github.com/ruma/ruma", branch = "main", features = ["compat", "rand", "appservice-api-c", "client-api", "federation-api", "push-gateway-api-c", "server-util", "state-res", "unstable-msc2448", "unstable-msc3575", "unstable-exhaustive-types", "ring-compat", "unstable-unspecified" ] }
|
||||
rusqlite = { version = "0.32.1", optional = true, features = ["bundled"] }
|
||||
rustls = { version = "0.23.19", default-features = false, features = ["ring", "log", "logging", "std", "tls12"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue