diff --git a/internal/state/Cargo.toml b/internal/state/Cargo.toml index 4a6c2a9..ce27eed 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.2" [features]