Skip to content

Commit 77cd9b9

Browse files
Update rustc-hash requirement from 1.1.0 to 2.1.1
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.1) --- updated-dependencies: - dependency-name: rustc-hash dependency-version: 2.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0fa1f3 commit 77cd9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ edition = "2024"
1616
rand = "0.8.5"
1717
regex = "1.10.4"
1818
clap = { version = "4.5.4", features = ["cargo"] }
19-
rustc-hash = "1.1.0"
19+
rustc-hash = "2.1.1"
2020

2121
[dev-dependencies]
2222
rand = "0.8.5"

0 commit comments

Comments
 (0)