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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-11-07 09:55:33 +09:00
committed by Paul Masurel
parent 79f64ac2f4
commit 7305ad575e

View File

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