From 8ea5bf2ebf57b4f87a3e67f5c2b92462c47e6427 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 13:13:05 +0000 Subject: [PATCH] Update Rust crate rocksdb to 0.24 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5fc020a..f4c51ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ tracing = "0.1" # these create implicit dependencies called `sled` and `rocksdb` sled = { version = "0.34", optional = true } -rocksdb = { version = "0.21", optional = true } +rocksdb = { version = "0.24", optional = true } [dev-dependencies] trybuild = "1"