summaryrefslogtreecommitdiff
path: root/support/texlab/crates/commands/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/commands/Cargo.toml')
-rw-r--r--support/texlab/crates/commands/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/texlab/crates/commands/Cargo.toml b/support/texlab/crates/commands/Cargo.toml
index c726e5f0d5..095828fbc5 100644
--- a/support/texlab/crates/commands/Cargo.toml
+++ b/support/texlab/crates/commands/Cargo.toml
@@ -7,12 +7,12 @@ edition.workspace = true
rust-version.workspace = true
[dependencies]
-anyhow = "1.0.82"
+anyhow = "1.0.86"
base-db = { path = "../base-db" }
bstr = "1.9.1"
crossbeam-channel = "0.5.12"
itertools = "0.12.1"
-libc = "0.2.153"
+libc = "0.2.154"
log = "0.4.21"
rowan = "0.15.15"
rustc-hash = "1.1.0"