build(deps): bump smallvec from 1.6.0 to 1.6.1

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-01-08 17:53:26 +00:00 committed by Mike Welsh
parent dbb1bfb845
commit f80d74a3d7
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -3333,9 +3333,9 @@ dependencies = [
[[package]]
name = "smallvec"
version = "1.6.0"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a55ca5f3b68e41c979bf8c46a6f1da892ca4db8f94023ce0bd32407573b1ac0"
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
[[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.6.0"
smallvec = "1.6.1"
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.6.0"
smallvec = "1.6.1"
flate2 = {version = "1.0", optional = true}
lzma-rs = {version = "0.1.3", optional = true }