Skip to content

Commit c0ededf

Browse files
build(deps): update html5ever requirement in /css-inline
Updates the requirements on [html5ever](https://github.com/servo/html5ever) to permit the latest version. - [Release notes](https://github.com/servo/html5ever/releases) - [Commits](https://github.com/servo/html5ever/commits) --- updated-dependencies: - dependency-name: html5ever dependency-version: 0.37.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bcd31b9 commit c0ededf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-inline/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ stylesheet-cache = ["lru"]
3030

3131
[dependencies]
3232
cssparser = "0.36.0"
33-
html5ever = "0.36.1"
33+
html5ever = "0.37.0"
3434
lru = { version = "0.16.0", optional = true }
3535
precomputed-hash = "0.1.1"
3636
rayon = { version = "1.10", optional = true }

0 commit comments

Comments
 (0)