From ffa25737fa6466178037df2ce011e2c36c09f857 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Mon, 14 Aug 2023 17:17:03 +0300 Subject: [PATCH] updated rocksdb --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38aada4..ee6affb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2514,7 +2514,7 @@ checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a" [[package]] name = "librocksdb-sys" version = "0.11.0+8.3.2" -source = "git+https://git.nextgraph.org/NextGraph/rust-rocksdb.git?branch=master#1b2d4b763dbc33b2770df16e8ae02ad9a4f0cbce" +source = "git+https://git.nextgraph.org/NextGraph/rust-rocksdb.git?branch=master#9fed72433fd4ca9fc5db48911dcac2a650eb663c" dependencies = [ "bindgen", "bzip2-sys", @@ -4009,7 +4009,7 @@ dependencies = [ [[package]] name = "rocksdb" version = "0.21.0" -source = "git+https://git.nextgraph.org/NextGraph/rust-rocksdb.git?branch=master#1b2d4b763dbc33b2770df16e8ae02ad9a4f0cbce" +source = "git+https://git.nextgraph.org/NextGraph/rust-rocksdb.git?branch=master#9fed72433fd4ca9fc5db48911dcac2a650eb663c" dependencies = [ "libc", "librocksdb-sys",