From 4f31b223c5013634b9d14dad16051dedd766fcb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 01:47:50 +0000 Subject: [PATCH] chore(deps): update rocksdb requirement from 0.23.0 to 0.24.0 Updates the requirements on [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) to permit the latest version. - [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.23.0...v0.24.0) --- updated-dependencies: - dependency-name: rocksdb dependency-version: 0.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e14e96d..c45aa61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "rocksdb_utils_lookup" path = "src/lib.rs" [dependencies] -rocksdb = { version = "0.23.0", features = ["multi-threaded-cf"] } +rocksdb = { version = "0.24.0", features = ["multi-threaded-cf"] } thiserror = "1.0" tracing = "0.1"