Skip to content

Commit

Permalink
Update rustc-hash requirement from 1 to 2
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](rust-lang/rustc-hash@v1.2.0...v2.1.0)

---
updated-dependencies:
- dependency-name: rustc-hash
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 8048a57 commit 1fac9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ stats_alloc = "0.1"
criterion = "0.5"
fnv = "1"
rand = "0.8"
rustc-hash = "1"
rustc-hash = "2"
cascara = "0.1.0"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 1fac9da

Please sign in to comment.