From ce08a41c7303f2fd1269b5276191554328843b02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 20:32:12 +0000 Subject: [PATCH] chore(deps): update roxmltree requirement from 0.20 to 0.21 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1e4ec4e..5cc7e15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ sha1 = "0.10" rsa = "0.9" p256 = { version = "0.13", features = ["ecdsa"] } pkcs8 = "0.10" -roxmltree = "0.20" +roxmltree = "0.21" ureq = { version = "3", default-features = false, features = ["rustls-no-provider"] } rustls = { version = "0.23", default-features = false, features = ["aws_lc_rs", "logging", "std", "tls12"] } tokio = { version = "1", features = ["rt-multi-thread"] }