From 05b7c1fffa24d91328414aa09d3560d01be01753 Mon Sep 17 00:00:00 2001 From: Ben Beasley Date: Wed, 4 Dec 2024 15:39:45 -0500 Subject: [PATCH] Update roxmltree from 0.19 to 0.20, the latest version (#14513) # Description This simply updates `roxmltree` from 0.19.0 to 0.20.0, the latest release, with no code changes required. # User-Facing Changes N/A --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"