diff --git a/css-inline/Cargo.toml b/css-inline/Cargo.toml index 65f2fc4a..ff7cb086 100644 --- a/css-inline/Cargo.toml +++ b/css-inline/Cargo.toml @@ -37,7 +37,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.36.1" +selectors = "0.37.0" smallvec = "1" url = "2"