From 596b7821462988f6168aa36d290db23355333d67 Mon Sep 17 00:00:00 2001 From: tison Date: Sat, 4 Jul 2026 13:01:40 +0800 Subject: [PATCH] chore: upgrade quick-xml to 0.41 Signed-off-by: tison --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 92632ed3..0cfe8b3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ log = "0.4" pem = "3.0" percent-encoding = "2" pretty_assertions = "1.3" -quick-xml = { version = "0.40.0", features = ["serialize"] } +quick-xml = { version = "0.41.0", features = ["serialize"] } reqwest = { version = "0.13.1", default-features = false } rsa = { version = "0.9.2", features = ["pkcs5", "sha2"] } rust-ini = { version = "0.21" }