Skip to content

Commit ad0d053

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-inline/Cargo.toml

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

3131
[dependencies]
32-
cssparser = "0.36.0"
32+
cssparser = "0.37.0"
3333
html5ever = "0.39.0"
3434
lru = { version = "0.16.0", optional = true }
3535
memchr = "2.7"

0 commit comments

Comments
 (0)