From cb9011db1d41e8858f19d8253336bb612b06bdda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 23:46:52 +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 1e4265a..71d7db4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ aes-gcm = { version = "0.10", features = ["std"] } base64 = "0.21" chrono = { version = "0.4", features = ["serde"] } derive_more = "0.99" -generic-array = "0.14" +generic-array = "1.0" indexmap = "2" indoc = "2" pretty_assertions = "1"