From 429081ff7ab7585ee1f4bad759a622eb88b9b2fd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 05:22:52 +0000 Subject: [PATCH] Update arrayvec requirement from 0.4 to 0.7 Updates the requirements on [arrayvec](https://github.com/bluss/arrayvec) to permit the latest version. - [Release notes](https://github.com/bluss/arrayvec/releases) - [Changelog](https://github.com/bluss/arrayvec/blob/master/CHANGELOG.md) - [Commits](https://github.com/bluss/arrayvec/compare/0.4.0...0.7.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e0987ee..1bc60a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ authors = ["slide-rs hackers"] exclude = ["bors.toml", ".travis.yml"] [dependencies] -arrayvec = "0.4" +arrayvec = "0.7" fxhash = "0.2" rayon = "1" shred = "0.7.1"