summaryrefslogtreecommitdiff
path: root/support/texlab/crates/base-db/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/base-db/Cargo.toml')
-rw-r--r--support/texlab/crates/base-db/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/texlab/crates/base-db/Cargo.toml b/support/texlab/crates/base-db/Cargo.toml
index f5e2c07829..0aceff8e5f 100644
--- a/support/texlab/crates/base-db/Cargo.toml
+++ b/support/texlab/crates/base-db/Cargo.toml
@@ -14,11 +14,11 @@ itertools = "0.12.0"
line-index = { path = "../line-index" }
log = "0.4.20"
notify = "6.0.1"
-once_cell = "1.18.0"
+once_cell = "1.19.0"
parser = { path = "../parser" }
percent-encoding = "2.3.0"
regex = "1.10.2"
-rowan = "0.15.13"
+rowan = "0.15.15"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
url = "2.5.0"