From 6be58dd5efd6ec40e460684219810495590e7966 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:03:39 +0000 Subject: [PATCH] Update Rust crate rocksdb to 0.23.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ff4560..2068b27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ hashbrown = "0.15.2" idna = "1.0.3" [dependencies.rocksdb] -version = "0.22.0" +version = "0.23.0" default-features = false features = ["zstd", "jemalloc"]