From 5e551b73a757acbe35ff4af0496c024f8f5bef50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 04:13:25 +0000 Subject: [PATCH] deps(deps): update zstd requirement from 0.13.3 to 0.14.0 Updates the requirements on [zstd](https://github.com/gyscos/zstd-rs) to permit the latest version. - [Release notes](https://github.com/gyscos/zstd-rs/releases) - [Commits](https://github.com/gyscos/zstd-rs/compare/v0.13.3...v0.14.0) --- updated-dependencies: - dependency-name: zstd dependency-version: 0.14.0 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 2b56663..042e66b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ thread_local = "1.1" fastrand = "2.1" # Compression (optional) -zstd = { version = "0.13.3", optional = true } +zstd = { version = "0.14.0", optional = true } lz4_flex = { version = "0.14", optional = true } # Serialization (optional)