From a5e8e782102161eae1e3868a6e92d24eb2724408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 02:03:45 +0000 Subject: [PATCH] build(deps): update quick-xml requirement from 0.37 to 0.39 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.39.0) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.39.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 bba4f9d..39089e3 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.39", features = ["serialize"] } [dev-dependencies] xmlserde_derives = { path = "./derives", version = "0.12.0" }