diff --git a/Cargo.lock b/Cargo.lock index 04a6749a89..7b9e69522f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index c33fb2977f..57b64d0506 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -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"] }