From cd8dd305193211e7bd5b01f355912b8a52af4f05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:59:04 +0000 Subject: [PATCH] build(deps): update quick-xml requirement from 0.36.0 to 0.37.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.36.0...v0.37.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 cafd79d..3d1a912 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ nom = "7.1.3" serde = { version = "1.0.208", features = ["derive"] } serde_json = { version = "1.0.125", features = ["preserve_order"] } utf16string = "0.2.0" -quick-xml = { version = "0.36.0", features = ["serialize"] } +quick-xml = { version = "0.37.0", features = ["serialize"] } serde_repr = "0.1.16" hex = "0.4.3" wavefront_rs = "2.0.0-beta.1"