From 3afef539e196efe9fc8f2fd64647fd27c3d38811 Mon Sep 17 00:00:00 2001 From: Manuel Raimann Date: Sun, 29 Jun 2025 08:09:12 +0200 Subject: [PATCH] chore: update quick-xml to version 0.38.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e0d2aa3f..1264eb79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ http-body-util = { version = "0.1.2", optional = true } httparse = { version = "1.8.0", default-features = false, features = ["std"], optional = true } hyper = { version = "1.2", default-features = false, optional = true } md-5 = { version = "0.10.6", default-features = false, optional = true } -quick-xml = { version = "0.37.0", features = ["serialize", "overlapped-lists"], optional = true } +quick-xml = { version = "0.38.0", features = ["serialize", "overlapped-lists"], optional = true } rand = { version = "0.9", default-features = false, features = ["std", "std_rng", "thread_rng"], optional = true } reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-native-roots", "http2"], optional = true } ring = { version = "0.17", default-features = false, features = ["std"], optional = true }