From e47a1799eb2ee18a6d59c35b3fee042da4ede36b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 04:04:08 +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/commits) --- 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 52a2843..f85e893 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ age = "0.9" aes-gcm = { version = "0.10", features = ["std"] } base64 = "0.21" derive_more = "0.99" -generic-array = "0.14" +generic-array = "1.0" indexmap = "2" indoc = "2" pretty_assertions = "1"