Skip to content

Commit

Permalink
Update quick-xml to 0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
borisfaure committed Jun 28, 2024
1 parent 285c112 commit a34ed61
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 @@ -31,7 +31,7 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
quick-xml = { version="0.33", features = ["escape-html"]}
quick-xml = { version="0.34", features = ["escape-html"]}
thiserror = "1.0"
serde = { version = "1.0", features = ["derive"], optional = true }
document-features = { version = "0.2", optional = true }
Expand Down

0 comments on commit a34ed61

Please sign in to comment.