From 00e89a85ec22d4cff59e8e588d55dccb80aed036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 08:53:30 +0000 Subject: [PATCH] Update generic-array requirement from 0.14.7 to 1.0.0 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/1.0.0) --- updated-dependencies: - dependency-name: generic-array 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 ccb3150..05a6515 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ caps = "0.5.5" chrono = { version = "0.4.26", features = [] } chrono-tz = { version = "0.8.3", features = [] } colored = "2.0.0" -generic-array = "0.14.7" +generic-array = "1.0.0" hex = "0.4.3" k256 = "0.13.1" kanal = "0.1.0-pre8"