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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-06 20:59:13 +00:00 committed by GitHub
parent 9cf97aa02b
commit f134f01983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
Cargo.lock generated
View File

@ -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",
]