Skip to content

Commit 094773d

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

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
@@ -36,7 +36,7 @@ precomputed-hash = "0.1.1"
3636
rayon = { version = "1.10", optional = true }
3737
reqwest = { version = "0.12.0", optional = true, default-features = false, features = ["rustls-tls", "blocking"] }
3838
rustc-hash = "2.0.0"
39-
selectors = "0.33.0"
39+
selectors = "0.34.0"
4040
smallvec = "1"
4141
url = "2"
4242

0 commit comments

Comments
 (0)