From 92f19010acb31261e0e48c74424c2aef4d796798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 13:12:01 +0000 Subject: [PATCH] chore(deps): Update quick-xml requirement from 0.38.1 to 0.39.2 Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml) to permit the latest version. - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](https://github.com/tafia/quick-xml/compare/v0.38.1...v0.39.2) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.39.2 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 d2cf205a..34241d06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ jsonwebtoken = { version = "10", features = ["aws_lc_rs"] } log = "0.4" percent-encoding = "2" pretty_assertions = "1.3" -quick-xml = { version = "0.38.1", features = ["serialize"] } +quick-xml = { version = "0.39.2", features = ["serialize"] } rand = { version = "0.8.5" } reqwest = { version = "0.13.1", default-features = false } rsa = { version = "0.9.2", features = ["pkcs5", "sha2"] }