From 299a93a7aea563deeca666e12be52f9bddeaec40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:30:03 +0800 Subject: [PATCH] chore(deps): Update quick-xml requirement from 0.30 to 0.31 (#373) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 479daf87..ea4d36ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ jsonwebtoken = { version = "9", optional = true } log = "0.4" once_cell = "1" percent-encoding = "2" -quick-xml = { version = "0.30", features = ["serialize"], optional = true } +quick-xml = { version = "0.31", features = ["serialize"], optional = true } rand = "0.8.5" reqwest = { version = "0.11", default-features = false, optional = true } rsa = { version = "0.9.2" }