build(deps): bump smallvec from 1.6.1 to 1.7.0

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

---
updated-dependencies:
- dependency-name: smallvec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-10-04 20:05:40 +00:00 committed by Mike Welsh
parent ee9341cb1c
commit 3d754a5d7d
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3405,9 +3405,9 @@ dependencies = [
[[package]] [[package]]
name = "smallvec" name = "smallvec"
version = "1.6.1" version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
[[package]] [[package]]
name = "smithay-client-toolkit" name = "smithay-client-toolkit"

View File

@ -20,7 +20,7 @@ png = { version = "0.17.1" }
ruffle_macros = { path = "macros" } ruffle_macros = { path = "macros" }
swf = { path = "../swf" } swf = { path = "../swf" }
bitflags = "1.3.2" bitflags = "1.3.2"
smallvec = "1.6.1" smallvec = "1.7.0"
num-traits = "0.2" num-traits = "0.2"
num-derive = "0.3" num-derive = "0.3"
quick-xml = { git = "https://github.com/ruffle-rs/quick-xml", rev = "8496365ec1412eb5ba5de350937b6bce352fa0ba" } quick-xml = { git = "https://github.com/ruffle-rs/quick-xml", rev = "8496365ec1412eb5ba5de350937b6bce352fa0ba" }