From 5f78c2aee69bf6ec17ec40b05838c71764ff2b3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:50:55 +0000 Subject: [PATCH] Update roxmltree requirement from 0.20.0 to 0.21.1 Updates the requirements on [roxmltree](https://github.com/RazrFalcon/roxmltree) to permit the latest version. - [Changelog](https://github.com/RazrFalcon/roxmltree/blob/master/CHANGELOG.md) - [Commits](https://github.com/RazrFalcon/roxmltree/compare/v0.20.0...v0.21.1) --- updated-dependencies: - dependency-name: roxmltree dependency-version: 0.21.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server_libraries/libfireparse/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_libraries/libfireparse/Cargo.toml b/server_libraries/libfireparse/Cargo.toml index 996d56c..1520f9b 100644 --- a/server_libraries/libfireparse/Cargo.toml +++ b/server_libraries/libfireparse/Cargo.toml @@ -13,6 +13,6 @@ name = "libfireparse" [dependencies] base64 = "0.22.1" -roxmltree = "0.20.0" +roxmltree = "0.21.1" serde = { version = "1.0", features = ["derive"] } nullnet-libconfmon = "=0.2.5" \ No newline at end of file