summaryrefslogtreecommitdiff
path: root/support/texlab/crates/citeproc/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/citeproc/Cargo.toml')
-rw-r--r--support/texlab/crates/citeproc/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/support/texlab/crates/citeproc/Cargo.toml b/support/texlab/crates/citeproc/Cargo.toml
index c298c6f7d1..cccbd002c4 100644
--- a/support/texlab/crates/citeproc/Cargo.toml
+++ b/support/texlab/crates/citeproc/Cargo.toml
@@ -9,13 +9,13 @@ rust-version.workspace = true
[dependencies]
bibtex-utils = { path = "../bibtex-utils" }
isocountry = "0.3.2"
-itertools = "0.11.0"
-rowan = "0.15.11"
+itertools = "0.12.0"
+rowan = "0.15.13"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
titlecase = "2.2.1"
unicode-normalization = "0.1.22"
-url = "=2.3.1"
+url = "2.5.0"
[lib]
doctest = false