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"] }