From c5c74febb5bf0a300a61c905e0e614f2b7b806c2 Mon Sep 17 00:00:00 2001 From: strawberry Date: Mon, 25 Nov 2024 16:32:09 -0500 Subject: [PATCH] bump rust-rocksdb to 4bce1bb97d8be6f0d47245c99d465ca9cef33aad Signed-off-by: strawberry --- Cargo.lock | 6 +++--- deps/rust-rocksdb/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e3af8ae0..28f0edad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2151,7 +2151,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -3342,7 +3342,7 @@ dependencies = [ [[package]] name = "rust-librocksdb-sys" version = "0.29.0+9.7.4" -source = "git+https://github.com/girlbossceo/rust-rocksdb-zaidoon1?rev=2bc5495a9f8f75073390c326b47ee5928ab7c7f0#2bc5495a9f8f75073390c326b47ee5928ab7c7f0" +source = "git+https://github.com/girlbossceo/rust-rocksdb-zaidoon1?rev=4bce1bb97d8be6f0d47245c99d465ca9cef33aad#4bce1bb97d8be6f0d47245c99d465ca9cef33aad" dependencies = [ "bindgen", "bzip2-sys", @@ -3359,7 +3359,7 @@ dependencies = [ [[package]] name = "rust-rocksdb" version = "0.33.0" -source = "git+https://github.com/girlbossceo/rust-rocksdb-zaidoon1?rev=2bc5495a9f8f75073390c326b47ee5928ab7c7f0#2bc5495a9f8f75073390c326b47ee5928ab7c7f0" +source = "git+https://github.com/girlbossceo/rust-rocksdb-zaidoon1?rev=4bce1bb97d8be6f0d47245c99d465ca9cef33aad#4bce1bb97d8be6f0d47245c99d465ca9cef33aad" dependencies = [ "libc", "rust-librocksdb-sys", diff --git a/deps/rust-rocksdb/Cargo.toml b/deps/rust-rocksdb/Cargo.toml index 908a2911..64a8dcb6 100644 --- a/deps/rust-rocksdb/Cargo.toml +++ b/deps/rust-rocksdb/Cargo.toml @@ -27,7 +27,7 @@ malloc-usable-size = ["rust-rocksdb/malloc-usable-size"] [dependencies.rust-rocksdb] git = "https://github.com/girlbossceo/rust-rocksdb-zaidoon1" -rev = "2bc5495a9f8f75073390c326b47ee5928ab7c7f0" +rev = "4bce1bb97d8be6f0d47245c99d465ca9cef33aad" #branch = "master" default-features = false