From b6bc05c1f39da9a846b2e3d1d24bcbccb031203b Mon Sep 17 00:00:00 2001 From: Forgejo Actions Date: Mon, 29 Jul 2024 18:20:51 +0200 Subject: [PATCH] chore(deps): update rust crate quick-xml to 0.36.0 (#8) Reviewed-on: https://code.thetadev.de/ThetaDev/rustypipe/pulls/8 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 44b96ac..ee401fd 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.35.0", features = ["serialize"] } +quick-xml = { version = "0.36.0", features = ["serialize"] } tracing = { version = "0.1.37", features = ["log"] } # CLI