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.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/support/texlab/crates/base-db/Cargo.toml b/support/texlab/crates/base-db/Cargo.toml
index c968cefac9..2b44acaf3c 100644
--- a/support/texlab/crates/base-db/Cargo.toml
+++ b/support/texlab/crates/base-db/Cargo.toml
@@ -7,15 +7,15 @@ edition.workspace = true
rust-version.workspace = true
[dependencies]
-dirs = "5.0.0"
+dirs = "5.0.1"
distro = { path = "../distro" }
itertools = "0.10.5"
log = "0.4.17"
-notify = "5.1.0"
+notify = "6.0.0"
once_cell = "1.17.1"
parser = { path = "../parser" }
percent-encoding = "2.2.0"
-regex = "1.7.3"
+regex = "1.8.1"
rowan = "0.15.11"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }