From a84b2c5856fddc5af45e12398308a0c2eafafc2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 02:32:02 +0000 Subject: [PATCH] Update quick-xml requirement from 0.36.0 to 0.37.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.36.0...v0.37.2) --- updated-dependencies: - dependency-name: quick-xml 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 75c8a68..cc5e2fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,5 +25,5 @@ serde = { version = "1.0", features = ["derive"], optional = true } [build-dependencies] glob = "0.3.1" serde = {version = "1.0", features = ["derive"]} -quick-xml = {version = "0.36.0", features = ["serialize", "overlapped-lists"]} +quick-xml = {version = "0.37.2", features = ["serialize", "overlapped-lists"]} convert_case = "0.6.0"