diff --git a/Cargo.lock b/Cargo.lock index 4474605ca..2dbcc7d2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3099,9 +3099,12 @@ dependencies = [ [[package]] name = "roxmltree" -version = "0.20.0" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" +checksum = "f1964b10c76125c36f8afe190065a4bf9a87bf324842c05701330bba9f1cacbb" +dependencies = [ + "memchr", +] [[package]] name = "rstest" diff --git a/Cargo.toml b/Cargo.toml index 6a0b58d8a..8956c364e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ regex = "1.12" reqwest = "0.12.24" rocket = "0.5" rocket_dyn_templates = "0.2.0" -roxmltree = "0.20" +roxmltree = "0.21" rstest = "0.26" rstest_reuse = "0.7.0" rustls = "0.23.35"