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 800ca7f6da..c3549495ed 100644
--- a/support/texlab/crates/definition/Cargo.toml
+++ b/support/texlab/crates/definition/Cargo.toml
@@ -8,12 +8,12 @@ rust-version.workspace = true
[dependencies]
base-db = { path = "../base-db" }
-rowan = "0.15.11"
+rowan = "0.15.13"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
[dev-dependencies]
-itertools = "0.11.0"
+itertools = "0.12.0"
test-utils = { path = "../test-utils" }
[lib]