summaryrefslogtreecommitdiff
path: root/support/texlab/crates/references/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/references/Cargo.toml')
-rw-r--r--support/texlab/crates/references/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/texlab/crates/references/Cargo.toml b/support/texlab/crates/references/Cargo.toml
index e78e84ea4c..8d4e3a6936 100644
--- a/support/texlab/crates/references/Cargo.toml
+++ b/support/texlab/crates/references/Cargo.toml
@@ -9,7 +9,7 @@ rust-version.workspace = true
[dependencies]
base-db = { path = "../base-db" }
rowan = "0.15.15"
-rustc-hash = "1.1.0"
+rustc-hash = "2.0.0"
syntax = { path = "../syntax" }
[dev-dependencies]