about summary refs log tree commit diff
path: root/src/tools/tidy
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-10-20 19:01:54 +0000
committerbors <bors@rust-lang.org>2024-10-20 19:01:54 +0000
commit662180b34d95f72d05b7c467b0baf4d23d36b1e1 (patch)
tree6111968d2e67340458548c212e739a6d1a9d3445 /src/tools/tidy
parentde977a5acf210f7d71ff83f4b8bc42c274ce4ed9 (diff)
parent0c8d81b4df6c985b3c2ab383bc288a01ba8286aa (diff)
downloadrust-662180b34d95f72d05b7c467b0baf4d23d36b1e1.tar.gz
rust-662180b34d95f72d05b7c467b0baf4d23d36b1e1.zip
Auto merge of #131949 - Noratrieb:fxhashup-thanks-alona, r=WaffleLapkin
Update rustc-hash to version 2 but again

it's like #129533 but not closed by bors and rebased

r? WaffleLapkin meow
Diffstat (limited to 'src/tools/tidy')
-rw-r--r--src/tools/tidy/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/Cargo.toml b/src/tools/tidy/Cargo.toml
index 928867be64f..42e608ff5ce 100644
--- a/src/tools/tidy/Cargo.toml
+++ b/src/tools/tidy/Cargo.toml
@@ -13,7 +13,7 @@ walkdir = "2"
 ignore = "0.4.18"
 semver = "1.0"
 termcolor = "1.1.3"
-rustc-hash = "1.1.0"
+rustc-hash = "2.0.0"
 fluent-syntax = "0.11.1"
 similar = "2.5.0"