From 55ad97c975db040740f9005c8887e0ddfd480d97 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Nov 2020 05:20:20 +0000 Subject: [PATCH] Update smallvec requirement from 0.6 to 1.5 Updates the requirements on [smallvec](https://github.com/servo/rust-smallvec) to permit the latest version. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v0.6.0...v1.5.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..d1d235d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ arrayvec = "0.4" fxhash = "0.2" rayon = "1" shred = "0.7.1" -smallvec = "0.6" +smallvec = "1.5" [dev-dependencies] shred-derive = "0.5.1"