From e636383e0cccf1d0a6cfbc17c3788fb38d91be3a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 Jan 2021 05:20:27 +0000 Subject: [PATCH] Update smallvec requirement from 0.6 to 1.6 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.6.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..806d70f 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.6" [dev-dependencies] shred-derive = "0.5.1"