From d99b534aa90252d7c29ff861e09923b2f951d213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 20:31:47 +0000 Subject: [PATCH] chore(deps)(deps): bump rocksdb from 0.22.0 to 0.24.0 Bumps [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) from 0.22.0 to 0.24.0. - [Release notes](https://github.com/rust-rocksdb/rust-rocksdb/releases) - [Changelog](https://github.com/rust-rocksdb/rust-rocksdb/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-rocksdb/rust-rocksdb/compare/v0.22.0...v0.24.0) --- updated-dependencies: - dependency-name: rocksdb dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 Cargo.lock mode change 100755 => 100644 Cargo.toml diff --git a/Cargo.lock b/Cargo.lock old mode 100755 new mode 100644 index c06f0aaa..a4e078ca --- a/Cargo.lock +++ b/Cargo.lock @@ -2924,9 +2924,9 @@ dependencies = [ [[package]] name = "rocksdb" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26ec73b20525cb235bad420f911473b69f9fe27cc856c5461bccd7e4af037f43" +checksum = "ddb7af00d2b17dbd07d82c0063e25411959748ff03e8d4f96134c2ff41fce34f" dependencies = [ "libc", "librocksdb-sys", diff --git a/Cargo.toml b/Cargo.toml old mode 100755 new mode 100644 index 9fc6f281..78deac33 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ pedantic = "warn" [workspace.dependencies] clap = { version = "4.5", features = ["derive"] } hex = "0.4" -rocksdb = "0.23" +rocksdb = "0.24" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sha2 = "0.10"