From eab85ad0da1fc16f567b44669443bc6310c1f9ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 22:13:07 +0000 Subject: [PATCH] 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.39.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- css-inline/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-inline/Cargo.toml b/css-inline/Cargo.toml index a63e1285..15c02867 100644 --- a/css-inline/Cargo.toml +++ b/css-inline/Cargo.toml @@ -38,7 +38,7 @@ precomputed-hash = "0.1.1" rayon = { version = "1.10", optional = true } reqwest = { version = "0.12.0", optional = true, default-features = false, features = ["rustls-tls", "blocking"] } rustc-hash = "2.0.0" -selectors = "0.38.0" +selectors = "0.39.0" smallvec = "1" url = "2"