summaryrefslogtreecommitdiff
path: root/support/texlab/crates/definition/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/definition/Cargo.toml')
-rw-r--r--support/texlab/crates/definition/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/texlab/crates/definition/Cargo.toml b/support/texlab/crates/definition/Cargo.toml
index 63ba15c308..254bea0314 100644
--- a/support/texlab/crates/definition/Cargo.toml
+++ b/support/texlab/crates/definition/Cargo.toml
@@ -9,11 +9,11 @@ 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]
-itertools = "0.12.1"
+itertools = "0.13.0"
test-utils = { path = "../test-utils" }
[lib]