From f134f01983de64ed5655b6cc808e06dba9d124d8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 20:59:13 +0000 Subject: [PATCH] Bump smallvec from 0.6.13 to 1.1.0 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 0.6.13 to 1.1.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v0.6.13...v1.1.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f5d6d7c8..fad7151e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1708,7 +1708,7 @@ dependencies = [ "regex", "rustc_version", "semver", - "smallvec 0.6.13", + "smallvec 1.1.0", "wabt", "wasmer-runtime-core", "wasmparser", @@ -1793,7 +1793,7 @@ dependencies = [ "serde-bench", "serde_bytes", "serde_derive", - "smallvec 0.6.13", + "smallvec 1.1.0", "wasmparser", "winapi", ] @@ -1822,7 +1822,7 @@ dependencies = [ "nix", "serde", "serde_derive", - "smallvec 0.6.13", + "smallvec 1.1.0", "wasmer-runtime-core", ]