From b65abf4dec31d95f09ac23a2d43c478a0ad67bf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 20:23:15 +0000 Subject: [PATCH] Update generic-array requirement from 0.14 to 1.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/compare/0.14.0...1.0.0) --- updated-dependencies: - dependency-name: generic-array dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mla/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mla/Cargo.toml b/mla/Cargo.toml index 5f66c572..a02c3a02 100644 --- a/mla/Cargo.toml +++ b/mla/Cargo.toml @@ -21,7 +21,7 @@ serde = { version = "1", default-features = false, features = ["derive"] } bincode = { version = "1.3", default-features = false} # Crypto needs # Version fixed due to avoid conflict dependencies with `aes`, `aes-ctr` and `ghash` -generic-array = { version = "0.14", default-features = false} +generic-array = { version = "1.0", default-features = false} ghash = { version = "0.5", default-features = false} aes = { version = "0.8", default-features = false} ctr = { version = "0.9", default-features = false}