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.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/support/texlab/crates/bibtex-utils/Cargo.toml b/support/texlab/crates/bibtex-utils/Cargo.toml
index f0158c18a6..97e13517f5 100644
--- a/support/texlab/crates/bibtex-utils/Cargo.toml
+++ b/support/texlab/crates/bibtex-utils/Cargo.toml
@@ -8,8 +8,8 @@ rust-version.workspace = true
[dependencies]
chrono = { version = "0.4.26", default-features = false, features = ["std"] }
-human_name = "2.0.2"
-itertools = "0.12.0"
+human_name = "2.0.3"
+itertools = "0.12.1"
rowan = "0.15.15"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
@@ -19,5 +19,5 @@ unicode-normalization = "0.1.23"
doctest = false
[dev-dependencies]
-expect-test = "1.4.1"
+expect-test = "1.5.0"
parser = { path = "../parser" }