summaryrefslogtreecommitdiff
path: root/support/texlab/crates/bibtex-utils/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/bibtex-utils/Cargo.toml')
-rw-r--r--support/texlab/crates/bibtex-utils/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/texlab/crates/bibtex-utils/Cargo.toml b/support/texlab/crates/bibtex-utils/Cargo.toml
index 1789a9747b..8b115bf207 100644
--- a/support/texlab/crates/bibtex-utils/Cargo.toml
+++ b/support/texlab/crates/bibtex-utils/Cargo.toml
@@ -10,7 +10,7 @@ rust-version.workspace = true
chrono = { version = "0.4.26", default-features = false, features = ["std"] }
human_name = "2.0.2"
itertools = "0.12.0"
-rowan = "0.15.13"
+rowan = "0.15.15"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
unicode-normalization = "0.1.22"