From b88ca894f6d4fa3f5c9afb3fc692fa7b6a2b6bc8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 05:17:58 +0000 Subject: [PATCH] Update shred requirement from 0.7.1 to 0.12.0 Updates the requirements on [shred](https://github.com/amethyst/shred) to permit the latest version. - [Release notes](https://github.com/amethyst/shred/releases) - [Changelog](https://github.com/amethyst/shred/blob/master/CHANGELOG.md) - [Commits](https://github.com/amethyst/shred/commits/0.12.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..2f8d427 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ exclude = ["bors.toml", ".travis.yml"] arrayvec = "0.4" fxhash = "0.2" rayon = "1" -shred = "0.7.1" +shred = "0.12.0" smallvec = "0.6" [dev-dependencies]