summaryrefslogtreecommitdiff
path: root/support/texlab/crates/syntax/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/syntax/Cargo.toml')
-rw-r--r--support/texlab/crates/syntax/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/texlab/crates/syntax/Cargo.toml b/support/texlab/crates/syntax/Cargo.toml
index 8477e01e0d..5e6c69409a 100644
--- a/support/texlab/crates/syntax/Cargo.toml
+++ b/support/texlab/crates/syntax/Cargo.toml
@@ -7,8 +7,8 @@ edition.workspace = true
rust-version.workspace = true
[dependencies]
-itertools = "0.11.0"
-rowan = "0.15.11"
+itertools = "0.12.0"
+rowan = "0.15.13"
[lib]
doctest = false