From 1e8a1af08c873cee7feadf63c2eff62753a78f64 Mon Sep 17 00:00:00 2001 From: Forgejo Actions Date: Thu, 27 Jun 2024 05:52:54 +0200 Subject: [PATCH] chore(deps): update rust crate quick-xml to 0.34.0 (#5) Reviewed-on: https://code.thetadev.de/ThetaDev/rustypipe/pulls/5 Co-authored-by: Forgejo Actions Co-committed-by: Forgejo Actions --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e5b2fa..bfd278f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ phf = "0.11.1" phf_codegen = "0.11.1" base64 = "0.22.0" urlencoding = "2.1.2" -quick-xml = { version = "0.31.0", features = ["serialize"] } +quick-xml = { version = "0.34.0", features = ["serialize"] } tracing = { version = "0.1.37", features = ["log"] } # CLI