From b6d9ec95726a5b34ba824c99f6f3af919ba7ac32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:12:44 +0000 Subject: [PATCH] chore(deps): update generic-array requirement from 0.14.5 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 3eff81b..233ad47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ exclude = [] [dependencies] embedded-hal = "0.2.3" -generic-array = "0.14.5" +generic-array = "1.0.0" nb = "1.0.0" [dependencies.cast]