From b97dff91ec7b599b38113a799263b9b6ea4548b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:44:12 +0000 Subject: [PATCH] chore(deps): Update quick-xml requirement from 0.32 to 0.33 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.32.0...v0.33.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 0f59c75..16c6612 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ jsonwebtoken = { version = "9.2", optional = true } log = "0.4" once_cell = { version = "1", optional = true } percent-encoding = "2" -quick-xml = { version = "0.32", features = ["serialize"], optional = true } +quick-xml = { version = "0.33", features = ["serialize"], optional = true } rand = "0.8.5" reqwest = { version = "0.12", default-features = false, optional = true } rsa = { version = "0.9.2", features = ["pkcs5", "sha2"], optional = true }