From 7946bbb8b993b24a4236ab1ddaf45f348b172449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 00:58:35 +0000 Subject: [PATCH] build(deps): update quick-xml requirement from 0.37 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.37.0...v0.38.0) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.38.0 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 d10ce8e..7f4e93b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["xml", "serde"] readme = "README.md" [dependencies] -quick-xml = { version = "0.37", features = ["serialize"] } +quick-xml = { version = "0.38", features = ["serialize"] } [dev-dependencies] xmlserde_derives = { path = "./derives", version = "0.11.0" }