summaryrefslogtreecommitdiff
path: root/support/texlab/crates/parser/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/parser/Cargo.toml')
-rw-r--r--support/texlab/crates/parser/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/texlab/crates/parser/Cargo.toml b/support/texlab/crates/parser/Cargo.toml
index 8e8b88841f..1b57d5aec1 100644
--- a/support/texlab/crates/parser/Cargo.toml
+++ b/support/texlab/crates/parser/Cargo.toml
@@ -9,7 +9,7 @@ rust-version.workspace = true
[dependencies]
logos = "0.13.0"
once_cell = "1.17.1"
-regex = "1.7.3"
+regex = "1.8.1"
rowan = "0.15.11"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }