From 7305ad575e4f781318233b9a671137589440db55 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2019 09:55:33 +0900 Subject: [PATCH] Update smallvec requirement from 0.6 to 1.0 (#686) 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.0.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 ac4653eb8..e5ad7af1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ fail = "0.3" scoped-pool = "1.0" murmurhash32 = "0.2" chrono = "0.4" -smallvec = "0.6" +smallvec = "1.0" [target.'cfg(windows)'.dependencies] winapi = "0.3"