Skip to content

Commit

Permalink
Update html5ever requirement from 0.27.0 to 0.29.0
Browse files Browse the repository at this point in the history
Updates the requirements on [html5ever](https://github.com/servo/html5ever) to permit the latest version.
- [Commits](https://github.com/servo/html5ever/commits)

---
updated-dependencies:
- dependency-name: html5ever
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 884e961 commit 8c28ae7
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 @@ -35,7 +35,7 @@ default = ["jetscii"]
tree-builder = ["html5ever", "markup5ever_rcdom"]

[dependencies]
html5ever = { version = "0.27.0", optional = true }
html5ever = { version = "0.29.0", optional = true }
markup5ever_rcdom = { version = "0.3.0", optional = true }

jetscii = { version = "0.5.1", optional = true }
Expand Down

0 comments on commit 8c28ae7

Please sign in to comment.