Skip to content

Commit f523b7b

Browse files
build(deps): update selectors requirement in /css-inline
--- updated-dependencies: - dependency-name: selectors dependency-version: 0.32.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 538c2dd commit f523b7b

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
@@ -37,7 +37,7 @@ precomputed-hash = "0.1.1"
3737
rayon = { version = "1.10", optional = true }
3838
reqwest = { version = "0.12.0", optional = true, default-features = false, features = ["rustls-tls", "blocking"] }
3939
rustc-hash = "2.0.0"
40-
selectors = "0.31.0"
40+
selectors = "0.32.0"
4141
smallvec = "1"
4242
url = "2"
4343

0 commit comments

Comments
 (0)