From 61c3d78ff2951c7b5fe2e3f9d1818cb344317da4 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 21 Feb 2025 00:32:45 +0000
Subject: [PATCH] Update Rust crate zstd to 0.13.3

---
 internal/state/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/internal/state/Cargo.toml b/internal/state/Cargo.toml
index 4a6c2a9..7337691 100644
--- a/internal/state/Cargo.toml
+++ b/internal/state/Cargo.toml
@@ -13,6 +13,6 @@ serde = { version = "1.0.136", features = ["derive", "rc"] }
 speedy = "0.8.1"
 thiserror = "1.0.30"
 tokio = { version = "1.16.1", features = ["io-util", "sync"] }
-zstd = "0.10.0"
+zstd = "0.13.3"
 
 [features]