Bump RocksDB to 10.7.5-tuwunel.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-11-21 01:57:57 +00:00
parent deb5c65885
commit 61085f4707
6 changed files with 48 additions and 62 deletions

View File

@@ -368,14 +368,16 @@ default-features = false
[workspace.dependencies.rust-rocksdb]
git = "https://github.com/matrix-construct/rust-rocksdb"
rev = "225a42519276e502205bdc845cebdb22d70ee245"
rev = "f111d191918372e3178a3662f5e4b210c0ce2505"
default-features = false
features = [
"bzip2",
"lto",
"lz4",
"multi-threaded-cf",
"mt_static",
"serde1",
"zstd",
"zstd-static-linking-only",
]
[workspace.dependencies.sanitize-filename]