From 7cbd1e1da83672aab31845e9266a3fa1ae3b505d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 13:43:48 +0000 Subject: [PATCH] chore(deps): bump generic-array from 0.14.7 to 1.3.5 Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.14.7 to 1.3.5. - [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/commits) --- updated-dependencies: - dependency-name: generic-array dependency-version: 1.3.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crates/build/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a9373215e..e28468309 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1580,7 +1580,7 @@ dependencies = [ "contract-metadata", "crossterm", "duct", - "generic-array 0.14.7", + "generic-array 1.3.5", "heck", "hex", "impl-serde", diff --git a/crates/build/Cargo.toml b/crates/build/Cargo.toml index 0168f59b3..d4c141c0f 100644 --- a/crates/build/Cargo.toml +++ b/crates/build/Cargo.toml @@ -54,7 +54,7 @@ sha3 = "0.10.8" # Hotfix for https://github.com/fizyk20/generic-array/issues/158. # Can be removed once there is a new release of https://github.com/RustCrypto, # from which we use some hashing crates (`sha3`, `sha2`, etc.). -generic-array = "=0.14.7" +generic-array = "=1.3.5" [target.'cfg(unix)'.dependencies] uzers = "0.12"