From 35a3e27591ce6a4653b0b5a85317fd119a9f0ef9 Mon Sep 17 00:00:00 2001 From: Spacebot Date: Sun, 5 Jul 2026 20:31:27 +0000 Subject: [PATCH] Update Rust crate quick-xml to 0.41.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c7ba4e..3ff186b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3127,9 +3127,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.40.1" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2474bd2e5029e7ccb6abb2ba48cf2383a333851dedf495901544281590c7da7f" +checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1" dependencies = [ "memchr", "serde", diff --git a/Cargo.toml b/Cargo.toml index a894704..6776692 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ incremental = false rocket = { version = "0.5.1", features = ["json"] } serde = { version = "1.0.218", features = ["derive"] } log = "0.4.26" -quick-xml = { version = "0.40.0", features = ["serialize"] } +quick-xml = { version = "0.41.0", features = ["serialize"] } tokio = "1.43.0" dotenvy = "0.15.7" once_cell = "1.20.3"