From e9be963d130c09c90093c50207817d307d8b19bb Mon Sep 17 00:00:00 2001 From: Spacebot Date: Sat, 2 May 2026 19:46:41 +0000 Subject: [PATCH] Update Rust crate quick-xml to 0.39 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59ff86d..b71e29a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ dotenvy = "0.15.7" sqlx = { version = "0.8.3", features = [ "postgres", "runtime-tokio", "macros", "chrono" ] } serde = { version = "1.0", features = [ "derive" ] } serde_json = "1" -quick-xml = { version = "0.31", features = [ "serialize" ] } +quick-xml = { version = "0.39", features = [ "serialize" ] } chrono = { version = "0.4", features = [ "serde" ] } sha1 = "0.10" sha2 = "0.10"