From 8cc0dfa7d9ecdae22b0a3e7321c4b2485b3d110c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:32:44 +0000 Subject: [PATCH] Update quick-xml requirement from 0.33.0 to 0.35.0 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.33.0...v0.35.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 fc743cd..ad1fcc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ repository = "https://github.com/hannobraun/3mf-rs" [dependencies] -quick-xml = { version = "0.33.0", features = ["serialize"] } +quick-xml = { version = "0.35.0", features = ["serialize"] } serde = { version = "1.0.152", features = ["derive"] } thiserror = "1.0.31"