From 6a2c311492618627f3d760bf97320dec4c525962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 17:40:52 +0000 Subject: [PATCH] Update quick-xml requirement from 0.30.0 to 0.31.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.30.0...v0.31.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 f4e781b..ec46374 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ repository = "https://github.com/hannobraun/3mf-rs" [dependencies] -quick-xml = { version = "0.30.0", features = ["serialize"] } +quick-xml = { version = "0.31.0", features = ["serialize"] } serde = { version = "1.0.152", features = ["derive"] } thiserror = "1.0.31"