Skip to content

Commit 6166b07

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): update rustc-hash requirement in /css-inline
Updates the requirements on [rustc-hash](https://github.com/rust-lang/rustc-hash) to permit the latest version. - [Changelog](https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rustc-hash/commits) --- updated-dependencies: - dependency-name: rustc-hash dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 52e5134 commit 6166b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-inline/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ lru = { version = "0.12.3", optional = true }
3636
pico-args = { version = "0.3", optional = true }
3737
rayon = { version = "1.10", optional = true }
3838
reqwest = { version = "0.12.0", optional = true, default-features = false, features = ["rustls-tls", "blocking"] }
39-
rustc-hash = "1.1.0"
39+
rustc-hash = "2.0.0"
4040
selectors = "0.25.0"
4141
smallvec = "1"
4242
url = "2"

0 commit comments

Comments
 (0)