From d2f5bf207d3ed7e5e41557167dd16e03ea9ae326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 22:19:04 +0000 Subject: [PATCH] build(deps): update selectors requirement in /css-inline --- updated-dependencies: - dependency-name: selectors 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 a47d94b1..b36f45f1 100644 --- a/css-inline/Cargo.toml +++ b/css-inline/Cargo.toml @@ -37,7 +37,7 @@ pico-args = { version = "0.3", optional = true } 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.25.0" +selectors = "0.26.0" smallvec = "1" url = "2"