diff --git a/Cargo.lock b/Cargo.lock index f10b9897e9..54acf0f4c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5830,9 +5830,9 @@ dependencies = [ [[package]] name = "roxmltree" -version = "0.19.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f" +checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" [[package]] name = "rstest" diff --git a/Cargo.toml b/Cargo.toml index 591947a2b3..97bc58c0bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -143,7 +143,7 @@ regex = "1.9.5" rmp = "0.8" rmp-serde = "1.3" ropey = "1.6.1" -roxmltree = "0.19" +roxmltree = "0.20" rstest = { version = "0.23", default-features = false } rusqlite = "0.31" rust-embed = "8.5.0"