From 63f07133fa429c2cf91b43c71224b8476488c295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 23:41:25 +0000 Subject: [PATCH] chore(deps): update structured-zstd requirement from 0.0.12 to 0.0.19 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.19) --- updated-dependencies: - dependency-name: structured-zstd dependency-version: 0.0.19 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..3b02f848 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.19", 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"