diff options
author | Norbert Preining <norbert@preining.info> | 2024-01-21 03:01:05 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2024-01-21 03:01:05 +0000 |
commit | b2fc73208c72c65ca8f9ce068898291b69322d32 (patch) | |
tree | c5027d520af6b383a642459af510e38224cf97d5 /support/texlab/crates/diagnostics/Cargo.toml | |
parent | 2fd07558ccd8d3c8e354f8ea0b342ef7ac1e87a3 (diff) |
CTAN sync 202401210301
Diffstat (limited to 'support/texlab/crates/diagnostics/Cargo.toml')
-rw-r--r-- | support/texlab/crates/diagnostics/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/texlab/crates/diagnostics/Cargo.toml b/support/texlab/crates/diagnostics/Cargo.toml index 490bee32f3..7de9c6042d 100644 --- a/support/texlab/crates/diagnostics/Cargo.toml +++ b/support/texlab/crates/diagnostics/Cargo.toml @@ -10,7 +10,7 @@ rust-version.workspace = true base-db = { path = "../base-db" } itertools = "0.12.0" line-index = { path = "../line-index" } -rowan = "0.15.13" +rowan = "0.15.15" rustc-hash = "1.1.0" syntax = { path = "../syntax" } url = "2.5.0" |