From 5b57521b63195c8f930b41a3c376facd1c6bbd55 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 05:26:36 +0000 Subject: [PATCH] Update shred requirement from 0.7.1 to 0.10.2 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.10.2) 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..a3e7fc2 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.10.2" smallvec = "0.6" [dev-dependencies]