Update rustc-hash requirement from 1.1.0 to 2.0.0

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>
This commit is contained in:
dependabot[bot] 2024-06-24 15:33:36 +00:00 committed by Dirkjan Ochtman
parent e2f872e5b2
commit f7dd587878
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ test-cases = []
with-serde = ["serde", "smartstring/serde"]
[dependencies]
rustc-hash = "1.1.0"
rustc-hash = "2.0.0"
smartstring = "1"
serde = { version = "1.0.123", features = ["derive"], optional = true }