Skip to content

Commit

Permalink
build(deps): update rustc-hash requirement in /css-inline
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored and Stranger6667 committed Jul 6, 2024
1 parent 52e5134 commit 6166b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-inline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ lru = { version = "0.12.3", optional = true }
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 = "1.1.0"
rustc-hash = "2.0.0"
selectors = "0.25.0"
smallvec = "1"
url = "2"
Expand Down

0 comments on commit 6166b07

Please sign in to comment.