From a428c93248685e6069f68999d99f33867095b581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 10:53:08 +0000 Subject: [PATCH] chore(deps): update structured-zstd requirement from 0.0.12 to 0.0.20 Updates the requirements on [structured-zstd](https://github.com/structured-world/structured-zstd) to permit the latest version. - [Release notes](https://github.com/structured-world/structured-zstd/releases) - [Changelog](https://github.com/structured-world/structured-zstd/blob/main/Changelog.md) - [Commits](https://github.com/structured-world/structured-zstd/compare/v0.0.12...v0.0.20) --- updated-dependencies: - dependency-name: structured-zstd dependency-version: 0.0.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33aa68b6..6fe1c72c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ enum_dispatch = "0.3.13" interval-heap = "0.0.5" log = "0.4.27" lz4_flex = { version = "0.13.0", optional = true, default-features = false } -structured-zstd = { version = "0.0.12", optional = true, default-features = false, features = ["std"] } +structured-zstd = { version = "0.0.20", optional = true, default-features = false, features = ["std"] } quick_cache = { version = "0.6.16", default-features = false, features = [] } rustc-hash = "2.1.1" self_cell = "1.2.0"