Upgrade rust-rocksdb

This commit is contained in:
Jonas Platte 2025-08-08 23:00:59 +02:00
parent b94cc429b7
commit d283da51c6
No known key found for this signature in database
GPG key ID: 7D261D771D915378
4 changed files with 34 additions and 57 deletions

View file

@ -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 }