bump rocksdb to v9.10.0, reverts upstream rocksdb regression causing deadlocks on corrupt WAL files

Signed-off-by: June Clementine Strawberry <strawberry@puppygock.gay>
This commit is contained in:
June Clementine Strawberry 2025-01-25 02:01:20 -05:00
parent 94f2384fb0
commit 72daf7ea68
No known key found for this signature in database
4 changed files with 28 additions and 28 deletions

8
Cargo.lock generated
View file

@ -3408,8 +3408,8 @@ dependencies = [
[[package]]
name = "rust-librocksdb-sys"
version = "0.31.0+9.9.3"
source = "git+https://github.com/girlbossceo/rust-rocksdb-zaidoon1?rev=2d31cf323df7c6d95396ef0213e28936c2218bd6#2d31cf323df7c6d95396ef0213e28936c2218bd6"
version = "0.32.0+9.10.0"
source = "git+https://github.com/girlbossceo/rust-rocksdb-zaidoon1?rev=24826ed7e9cf9ed9ba7ba2f1ec63091006025c9e#24826ed7e9cf9ed9ba7ba2f1ec63091006025c9e"
dependencies = [
"bindgen",
"bzip2-sys",
@ -3425,8 +3425,8 @@ dependencies = [
[[package]]
name = "rust-rocksdb"
version = "0.35.0"
source = "git+https://github.com/girlbossceo/rust-rocksdb-zaidoon1?rev=2d31cf323df7c6d95396ef0213e28936c2218bd6#2d31cf323df7c6d95396ef0213e28936c2218bd6"
version = "0.36.0"
source = "git+https://github.com/girlbossceo/rust-rocksdb-zaidoon1?rev=24826ed7e9cf9ed9ba7ba2f1ec63091006025c9e#24826ed7e9cf9ed9ba7ba2f1ec63091006025c9e"
dependencies = [
"libc",
"rust-librocksdb-sys",