summaryrefslogtreecommitdiff
path: root/support/texlab/Cargo.toml
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-03-13 03:04:43 +0000
committerNorbert Preining <norbert@preining.info>2023-03-13 03:04:43 +0000
commite3c18c7072eebabaa706008b7fa42c73ec2ff83e (patch)
treebdd26a908e2baa0a97a38169346e53b9e6e51944 /support/texlab/Cargo.toml
parentb3d8df92a44aa1df24a0869d728b45b0baeaa54c (diff)
CTAN sync 202303130304
Diffstat (limited to 'support/texlab/Cargo.toml')
-rw-r--r--support/texlab/Cargo.toml9
1 files changed, 3 insertions, 6 deletions
diff --git a/support/texlab/Cargo.toml b/support/texlab/Cargo.toml
index ede163972d..00d1cc4e21 100644
--- a/support/texlab/Cargo.toml
+++ b/support/texlab/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "texlab"
description = "LaTeX Language Server"
-version = "5.3.0"
+version = "5.4.0"
license = "GPL-3.0"
readme = "README.md"
authors = [
@@ -9,7 +9,7 @@ authors = [
"Patrick Förster <patrick.foerster@outlook.de>",
]
edition = "2021"
-rust-version = "1.64"
+rust-version = "1.65"
homepage = "https://github.com/latex-lsp/texlab"
repository = "https://github.com/latex-lsp/texlab"
documentation = "https://github.com/latex-lsp/texlab"
@@ -60,7 +60,6 @@ rowan = "0.15.10"
rustc-hash = "1.1.0"
serde = "1.0.152"
serde_json = "1.0.93"
-serde_millis = "0.1.1"
serde_regex = "1.1.0"
serde_repr = "0.1.10"
smol_str = { version = "0.1.24", features = ["serde"] }
@@ -73,15 +72,13 @@ unicode-normalization = "0.1.22"
[dependencies.salsa]
git = "https://github.com/salsa-rs/salsa"
-rev = "20c7834ff34fd00a41b59bec61f3d5c85ea3abd4"
+rev = "ef7c0f12c8159e7025316e959c26f6278a576fa5"
package = "salsa-2022"
[dev-dependencies]
assert_unordered = "0.3.5"
criterion = { version = "0.4.0" }
-env_logger = "0.10.0"
insta = { version = "1.28.0", features = ["glob", "redactions", "json"] }
-jod-thread = "0.1.2"
[profile.release]
lto = "thin"