From 4138ede4ac31b7810016b193de5df3834def7251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 03:13:37 +0000 Subject: [PATCH] Update quick-xml requirement from 0.36 to 0.37 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] --- xml/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Cargo.toml b/xml/Cargo.toml index cabc4d7..9c9fc7f 100644 --- a/xml/Cargo.toml +++ b/xml/Cargo.toml @@ -22,4 +22,4 @@ default = [] oxilangtag = "0.1" oxiri = "0.2" rio_api = { version = "0.8", path = "../api" } -quick-xml = "0.36" +quick-xml = "0.37"