From 7cc6873b3150f81c5ce889bfb8aa4216dfdd15da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 21:06:24 +0000 Subject: [PATCH] build(deps): update quick-xml requirement from 0.31 to 0.32 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.31.0...v0.32.0) --- 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 a13f404..4dde328 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["xml", "serde"] readme = "README.md" [dependencies] -quick-xml = {version = "0.31", features = ["serialize"]} +quick-xml = {version = "0.32", features = ["serialize"]} [dev-dependencies] xmlserde_derives = {path = "./derives", version = "0.8.1"}