build(deps): bump quick-xml from 0.20.0 to 0.21.0

Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/tafia/quick-xml/releases)
- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md)
- [Commits](https://github.com/tafia/quick-xml/compare/v0.20.0...v0.21.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-03 18:27:31 +00:00 committed by Mike Welsh
parent 2e821d9959
commit 0c6c339a64
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2796,9 +2796,9 @@ dependencies = [
[[package]]
name = "quick-xml"
version = "0.20.0"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26aab6b48e2590e4a64d1ed808749ba06257882b461d01ca71baeb747074a6dd"
checksum = "0452695941410a58c8ce4391707ba9bad26a247173bd9886a05a5e8a8babec75"
dependencies = [
"memchr",
]

View File

@ -23,7 +23,7 @@ swf = { path = "../swf" }
bitflags = "1.2.1"
smallvec = "1.6.1"
num_enum = "0.5.1"
quick-xml = "0.20.0"
quick-xml = "0.21.0"
downcast-rs = "1.2.0"
url = "2.2.0"
weak-table = "0.3.0"