From a991a1296b1963ad6cd2307b5fca30b19a8887fc Mon Sep 17 00:00:00 2001 From: morguldir Date: Wed, 22 Jan 2025 01:32:03 +0100 Subject: [PATCH] rocksdb: sync patch in rust-rocksdb too --- Cargo.lock | 16 ++++++++-------- deps/rust-rocksdb/Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18bd7aab..d3b6b505 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1248,7 +1248,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -2181,7 +2181,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -2984,7 +2984,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -3376,8 +3376,8 @@ dependencies = [ [[package]] name = "rust-librocksdb-sys" -version = "0.31.0+9.9.3" -source = "git+https://github.com/girlbossceo/rust-rocksdb-zaidoon1?rev=123d6302fed23fc706344becb2f19623265a83f8#123d6302fed23fc706344becb2f19623265a83f8" +version = "0.31.0+9.9.3-1" +source = "git+https://github.com/morguldir/rust-rocksdb-zaidoon1?rev=43207069557ebe0010a485263faa837cde3f66ea#43207069557ebe0010a485263faa837cde3f66ea" dependencies = [ "bindgen", "bzip2-sys", @@ -3393,8 +3393,8 @@ dependencies = [ [[package]] name = "rust-rocksdb" -version = "0.35.0" -source = "git+https://github.com/girlbossceo/rust-rocksdb-zaidoon1?rev=123d6302fed23fc706344becb2f19623265a83f8#123d6302fed23fc706344becb2f19623265a83f8" +version = "0.35.0-1" +source = "git+https://github.com/morguldir/rust-rocksdb-zaidoon1?rev=43207069557ebe0010a485263faa837cde3f66ea#43207069557ebe0010a485263faa837cde3f66ea" dependencies = [ "libc", "rust-librocksdb-sys", @@ -3445,7 +3445,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/deps/rust-rocksdb/Cargo.toml b/deps/rust-rocksdb/Cargo.toml index f06c44e8..af6fc8db 100644 --- a/deps/rust-rocksdb/Cargo.toml +++ b/deps/rust-rocksdb/Cargo.toml @@ -26,8 +26,8 @@ serde1 = ["rust-rocksdb/serde1"] malloc-usable-size = ["rust-rocksdb/malloc-usable-size"] [dependencies.rust-rocksdb] -git = "https://github.com/girlbossceo/rust-rocksdb-zaidoon1" -rev = "123d6302fed23fc706344becb2f19623265a83f8" +git = "https://github.com/morguldir/rust-rocksdb-zaidoon1" +rev = "43207069557ebe0010a485263faa837cde3f66ea" #branch = "master" default-features = false