From 99e3237b120f11bb6dba2674d6ccf3e44c25c351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 00:33:04 +0000 Subject: [PATCH] build(deps): update quick-xml requirement from 0.36.1 to 0.37.1 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.1...v0.36.2) --- 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 0b8aea4d6b..97a820c3f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ bytes = "1.1.0" futures-util = "0.3.17" tokio-stream = "0.1.8" serde_yaml = "0.9" -quick-xml = { version = "0.36.1", features = ["serialize"] } +quick-xml = { version = "0.37.1", features = ["serialize"] } base64 = "0.22.0" serde_urlencoded = "0.7.1" indexmap = "2.0.0"