From 9dc3a8734e14c9458f76d79fb0270b9afe9ba912 Mon Sep 17 00:00:00 2001 From: "cachekit-renovate-bot[bot]" <287198435+cachekit-renovate-bot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:38:22 +0000 Subject: [PATCH] chore(deps): update rust crate cachekit_storage to v0.3.0 --- rust/fuzz/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/fuzz/Cargo.toml b/rust/fuzz/Cargo.toml index 618cd3b..e2e0a95 100644 --- a/rust/fuzz/Cargo.toml +++ b/rust/fuzz/Cargo.toml @@ -18,7 +18,7 @@ rmp-serde = "1" # not the thin PyO3 wrapper's flat re-exports. [dependencies.cachekit_storage] package = "cachekit-core" -version = "=0.2.1" +version = "=0.3.0" features = ["compression", "checksum", "messagepack", "encryption"] # Prevent this from interfering with normal build