Update quick-xml requirement from 0.21 to 0.22

Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml) to permit the latest version.
- [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.21.0...v0.22.0)

Signed-off-by: dependabot[bot] <support@github.com>
pull/90/head
dependabot[bot] 4 years ago committed by Thomas Tanon
parent a176857695
commit d4390ad68b
  1. 2
      lib/Cargo.toml

@ -24,7 +24,7 @@ http_client = ["httparse", "native-tls"]
[dependencies] [dependencies]
rocksdb = { version = "0.15", optional = true } rocksdb = { version = "0.15", optional = true }
sled = { version = "0.34", optional = true } sled = { version = "0.34", optional = true }
quick-xml = "0.21" quick-xml = "0.22"
rand = "0.8" rand = "0.8"
md-5 = "0.9" md-5 = "0.9"
sha-1 = "0.9" sha-1 = "0.9"

Loading…
Cancel
Save