build(deps): bump smallvec from 1.5.0 to 1.5.1

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-05 01:25:06 +00:00 committed by Mike Welsh
parent 0d350a0e78
commit f45fa80e29
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -3268,9 +3268,9 @@ dependencies = [
[[package]]
name = "smallvec"
version = "1.5.0"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7acad6f34eb9e8a259d3283d1e8c1d34d7415943d4895f65cc73813c7396fc85"
checksum = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75"
[[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.0"
smallvec = "1.5.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.5.0"
smallvec = "1.5.1"
flate2 = {version = "1.0", optional = true}
xz2 = {version = "0.1.6", optional = true}