From 98cd5d77769cb9db396611b7ad8fd7948fa10b20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 21:58:26 +0000 Subject: [PATCH] fix(deps): update rust crate rocksdb to 0.24.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7be8ed9..0c8030a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ version = "0.1.7" bytes = "1.5.0" [dependencies.rocksdb] -version = "0.21.0" +version = "0.24.0" default-features = false features = ["zstd", "lz4"]