From c166c4bcb9cd3241c8b896827a3e2413907ad52d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 04:09:11 +0000 Subject: [PATCH] Update cyclic-poly-23 requirement from 0.3 to 0.4 in /dach Updates the requirements on cyclic-poly-23 to permit the latest version. --- updated-dependencies: - dependency-name: cyclic-poly-23 dependency-version: 0.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dach/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dach/Cargo.toml b/dach/Cargo.toml index 7da345c..f45e1e3 100644 --- a/dach/Cargo.toml +++ b/dach/Cargo.toml @@ -15,7 +15,7 @@ categories = ["algorithms"] [dependencies] adler32 = "1.2" -cyclic-poly-23 = "0.3" +cyclic-poly-23 = "0.4" serde = { version = "1", features = ["derive"], optional = true } rustc-hash = "2" xxhash-rust = { version = "0.8", features = ["xxh3", "xxh64"] }