From 5c13a15dd4342d4dd5c01265c159773407f8d4dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 02:24:28 +0000 Subject: [PATCH] build(deps): update generic-array requirement in /impl/rust/pqf-reader Updates the requirements on [generic-array](https://github.com/fizyk20/generic-array) to permit the latest version. - [Release notes](https://github.com/fizyk20/generic-array/releases) - [Changelog](https://github.com/fizyk20/generic-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/fizyk20/generic-array/compare/0.14.0...v1.4.3) --- updated-dependencies: - dependency-name: generic-array dependency-version: 1.4.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- impl/rust/pqf-reader/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impl/rust/pqf-reader/Cargo.toml b/impl/rust/pqf-reader/Cargo.toml index fd0eada..33cf366 100644 --- a/impl/rust/pqf-reader/Cargo.toml +++ b/impl/rust/pqf-reader/Cargo.toml @@ -54,7 +54,7 @@ serde_json = "1" # `GenericArray` values from this version. The newer hybrid-array # successor crate comes in transitively via sha2 0.11 / hkdf 0.13 / # sha3 0.12; the two stacks coexist without API friction in our code. -generic-array = "0.14" +generic-array = "1.4" typenum = "1.17" [features]