From 1f27b24f1e61091d498e2f2b955f211da3eebccf Mon Sep 17 00:00:00 2001 From: Spacebot Date: Mon, 29 Jun 2026 18:16:38 +0000 Subject: [PATCH] Update Rust crate quick-xml to 0.41 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 35861b7..2c15f2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ dotenvy = "0.15.7" sqlx = { version = "0.9.0", features = [ "postgres", "runtime-tokio", "macros", "chrono" ] } serde = { version = "1.0", features = [ "derive" ] } serde_json = "1" -quick-xml = { version = "0.40", features = [ "serialize" ] } +quick-xml = { version = "0.41", features = [ "serialize" ] } chrono = { version = "0.4", features = [ "serde" ] } sha1 = "0.11" sha2 = "0.11"