Skip to content

Commit

Permalink
Merge pull request #12 from borisfaure/dependabot/cargo/quick-xml-0.33
Browse files Browse the repository at this point in the history
Update quick-xml requirement from 0.32 to 0.33
  • Loading branch information
borisfaure authored Jun 25, 2024
2 parents fe9599b + 986e29f commit 8a26a34
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.32", features = ["escape-html"]}
quick-xml = { version="0.33", 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 8a26a34

Please sign in to comment.