From 0662b5ccfccc922b28629f11ea52c3eb35f9efd2 Mon Sep 17 00:00:00 2001 From: ThetaBot Date: Mon, 28 Oct 2024 00:07:35 +0000 Subject: [PATCH] chore(deps): update rust crate quick-xml to 0.37.0 (#15) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6da8a38..61dc586 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ phf = "0.11.0" phf_codegen = "0.11.0" base64 = "0.22.0" urlencoding = "2.1.0" -quick-xml = { version = "0.36.0", features = ["serialize"] } +quick-xml = { version = "0.37.0", features = ["serialize"] } tracing = { version = "0.1.0", features = ["log"] } # CLI