Bump roxmltree from 0.16.0 to 0.17.0 (#7909)

This commit is contained in:
dependabot[bot] 2023-01-30 02:43:11 +00:00 committed by GitHub
parent 040d812343
commit 809416e3f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -4291,9 +4291,9 @@ dependencies = [
[[package]]
name = "roxmltree"
version = "0.16.0"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb6d47b59770b0ae88c7f270c68502832ec14d8c7ab5f7a584f204bb76dbfd8e"
checksum = "461c9b944cd1481b793aeef26d1008b5d1fdeb00e01296cb4ff08aed511c7383"
dependencies = [
"xmlparser",
]

View File

@ -72,7 +72,7 @@ rand = "0.8"
rayon = "1.6.1"
regex = "1.7.1"
reqwest = { version = "0.11", features = ["blocking", "json"] }
roxmltree = "0.16.0"
roxmltree = "0.17.0"
rust-embed = "6.3.0"
same-file = "1.0.6"
serde = { version = "1.0.123", features = ["derive"] }