From 6388bb73e76431993bdaef045a829204b6571ac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:18:31 +0000 Subject: [PATCH] Update generic-array requirement from 0.14 to 1.2 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/commits) --- updated-dependencies: - dependency-name: generic-array dependency-version: 1.2.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 1d98dc56..0735ef4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ ed25519-dalek = { version = "2", default-features = false, features = [ "hazmat", ], optional = true } elliptic-curve = { version = "0.13", features = ["hash2curve", "sec1"] } -generic-array = "0.14" +generic-array = "1.2" hkdf = "0.12" hmac = "0.12" rand = { version = "0.8", default-features = false }