From 7ddaa5ff866a4fea2f7d0f6a8c29241a5a54e9e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 00:54:19 +0000 Subject: [PATCH] chore(deps): update zrip requirement from 0.7 to 0.8 Updates the requirements on [zrip](https://github.com/paddor/zrip) to permit the latest version. - [Changelog](https://github.com/paddor/zrip/blob/main/CHANGELOG.md) - [Commits](https://github.com/paddor/zrip/compare/v0.7.0...v0.8.1) --- updated-dependencies: - dependency-name: zrip dependency-version: 0.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ffi-bench/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffi-bench/Cargo.toml b/ffi-bench/Cargo.toml index a50370c01..43c655d98 100644 --- a/ffi-bench/Cargo.toml +++ b/ffi-bench/Cargo.toml @@ -34,7 +34,7 @@ rand = "0.10" dhat = "0.3" # Third-party pure-Rust zstd codec, for the cross-implementation comparison # example (`zrip_compare`). Encode-focused (levels -7..4, Fast/DFast). -zrip = "0.7" +zrip = "0.8" [features] # Forward the structured-zstd features the bench/test/example sources gate on