From c0a187cf32899cd6ab6016fb33e685ca6c0ae045 Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Tue, 14 Mar 2023 10:13:44 +0100 Subject: [PATCH] Update quick-xml to 0.28 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a8c8d57..1247107 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["parser-implementations"] include = ["src/*", "Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE", "README.md"] [dependencies] -quick-xml = { version = "0.27", features = ["encoding"] } +quick-xml = { version = "0.28", features = ["encoding"] } derive_builder = { version = "0.12", optional = true } never = { version = "0.1", optional = true } serde = { version = "1.0", optional = true, features = ["derive"] }