From c6019dc7a9f038de08ab682bbb0451c86477cc22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 17:18:48 +0000 Subject: [PATCH] chore(deps): update quick-xml requirement from 0.36 to 0.38 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.36.0...v0.38.3) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.38.3 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 48d5ad5..227bb7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = ["network-programming", "parsing", "api-bindings"] regex = "1.10" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -quick-xml = { version = "0.36", features = ["serialize"] } +quick-xml = { version = "0.38", features = ["serialize"] } base64 = "0.22" thiserror = "1.0"