From 1b872b24e412ca4aa24db0d27fef0eb3de27dae0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 05:32:15 +0000 Subject: [PATCH] Update shred requirement from 0.7.1 to 0.11.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.11.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..5b7133e 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.11.0" smallvec = "0.6" [dev-dependencies]