Update quick-xml requirement from 0.19 to 0.20

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.19.0...v0.20.0)

Signed-off-by: dependabot[bot] <support@github.com>
pull/66/head
dependabot[bot] 4 years ago committed by GitHub
parent 42ddc35b53
commit 803e02715e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/Cargo.toml

@ -23,7 +23,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.19" quick-xml = "0.20"
rand = "0.7" rand = "0.7"
md-5 = "0.9" md-5 = "0.9"
sha-1 = "0.9" sha-1 = "0.9"

Loading…
Cancel
Save