Skip to content

Commit

Permalink
Update quick-xml to 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Mar 14, 2023
1 parent 90bdfa2 commit c0a187c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit c0a187c

Please sign in to comment.