Skip to content

Commit

Permalink
chore(deps): 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](https://github.com/rust-lang/rustc-hash/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent 47f6b17 commit db3890a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ http = { version = "1.1", default-features = false, optional = true }
bytes = { version = "1.6", optional = true }
http-body = { version = "1", optional = true }
http-body-util = { version = "0.1.1", optional = true }
rustc-hash = { version = "1", optional = true }
rustc-hash = { version = "2", optional = true }
rand = { version = "0.8", optional = true }
parking_lot = { version = "0.12", optional = true }
tokio = { version = "1.23.1", optional = true }
Expand Down

0 comments on commit db3890a

Please sign in to comment.