From 9dd38b7f3ba7e57817f4e8641e1782186045a575 Mon Sep 17 00:00:00 2001 From: Eric Jolibois Date: Sun, 20 Oct 2024 21:17:20 +0200 Subject: [PATCH] build(deps): bump quick-xml from 0.35 to 0.36 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0392b26..f582d81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ codepage = "0.1.1" encoding_rs = "0.8" log = "0.4" serde = "1.0" -quick-xml = { version = "0.35", features = ["encoding"] } +quick-xml = { version = "0.36", features = ["encoding"] } zip = { version = "2", default-features = false, features = ["deflate"] } chrono = { version = "0.4", features = [ "serde",