build(deps): bump smallvec from 1.5.1 to 1.6.0

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.5.1...v1.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-31 22:10:20 +00:00 committed by Mike Welsh
parent b90a7ad5ad
commit 6a3b9f9f53
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -3372,9 +3372,9 @@ dependencies = [
[[package]]
name = "smallvec"
version = "1.5.1"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75"
checksum = "1a55ca5f3b68e41c979bf8c46a6f1da892ca4db8f94023ce0bd32407573b1ac0"
[[package]]
name = "smithay-client-toolkit"

View File

@ -21,7 +21,7 @@ puremp3 = { version = "0.1", optional = true }
ruffle_macros = { path = "macros" }
swf = { path = "../swf" }
enumset = "1.0.1"
smallvec = "1.5.1"
smallvec = "1.6.0"
num_enum = "0.5.1"
quick-xml = "0.20.0"
downcast-rs = "1.2.0"

View File

@ -16,7 +16,7 @@ num-derive = "0.3"
num-traits = "0.2"
libflate = {version = "1.0", optional = true}
log = "0.4"
smallvec = "1.5.1"
smallvec = "1.6.0"
flate2 = {version = "1.0", optional = true}
lzma-rs = {version = "0.1.3", optional = true }