From aac7fdc4c391b318efbdee17381ac83783b2fbbb Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 11 Oct 2021 03:02:08 +0000 Subject: CTAN sync 202110110302 --- support/texlab/Cargo.toml | 51 ++++++++++++++++++++++------------------------- 1 file changed, 24 insertions(+), 27 deletions(-) (limited to 'support/texlab/Cargo.toml') diff --git a/support/texlab/Cargo.toml b/support/texlab/Cargo.toml index 790c5d8fe0..13a27a8bd0 100644 --- a/support/texlab/Cargo.toml +++ b/support/texlab/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "texlab" description = "LaTeX Language Server" -version = "3.2.0" +version = "3.3.0" license = "GPL-3.0" readme = "README.md" authors = [ @@ -25,63 +25,60 @@ citation = [ "csl", "fnv", "html2md", - "lalrpop-util", - "lalrpop", ] semantic = [] [dependencies] -anyhow = "1.0.40" -bibutils-sys = { version = "0.1.1", optional = true } +anyhow = "1.0.44" +bibutils-sys = { version="0.1.1", optional=true } byteorder = "1.4.3" cancellation = "0.1" cfg-if = "1.0.0" chashmap = "2.2.2" -citeproc = { git = "https://github.com/cormacrelf/citeproc-rs", rev = "68c7a7c16088b5d7751641ab37299ad064cdb221", optional = true } -citeproc-db = { git = "https://github.com/cormacrelf/citeproc-rs", rev = "68c7a7c16088b5d7751641ab37299ad064cdb221", optional = true } -citeproc-io = { git = "https://github.com/cormacrelf/citeproc-rs", rev = "68c7a7c16088b5d7751641ab37299ad064cdb221", optional = true } -csl = { git = "https://github.com/cormacrelf/citeproc-rs", rev = "68c7a7c16088b5d7751641ab37299ad064cdb221", optional = true } +citeproc = { git="https://github.com/cormacrelf/citeproc-rs", rev="5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3", optional=true } +citeproc-db = { git="https://github.com/cormacrelf/citeproc-rs", rev="5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3", optional=true } +citeproc-io = { git="https://github.com/cormacrelf/citeproc-rs", rev="5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3", optional=true } +csl = { git="https://github.com/cormacrelf/citeproc-rs", rev="5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3", optional=true } crossbeam-channel = "0.5.1" -cstree = "0.5.0" -derive_more = "0.99.14" +cstree = "0.6.1" +derive_more = "0.99.16" encoding_rs = "0.8.28" encoding_rs_io = "0.1.7" +flate2 = "1.0.22" fern = "0.6" -fnv = { version = "1.0", optional = true } -fuzzy-matcher = { version = "0.3.7", optional = true } -html2md = { version = "0.2.11", optional = true } -itertools = "0.10.0" -lalrpop-util = { version = "0.19.5", optional = true } +fnv = { version="1.0", optional=true } +fuzzy-matcher = { version="0.3.7", optional=true } +html2md = { version="0.2.13", optional=true } +itertools = "0.10.1" log = "0.4.14" logos = "0.12.0" lsp-server = "0.5" -lsp-types = "0.89.1" +lsp-types = "0.90.0" multimap = "0.8.3" -notify = "5.0.0-pre.9" -once_cell = "1.7.2" -petgraph = "0.5.1" +notify = "5.0.0-pre.10" +once_cell = "1.8.0" +petgraph = "0.6.0" rayon = "1.5.1" regex = "1.5.4" rustc-hash = "1.1.0" -serde = "1.0.126" -serde_json = "1.0.64" +serde = "1.0.130" +serde_json = "1.0.68" serde_repr = "0.1.7" -smol_str = { version = "0.1.17", features = ["serde"] } +smol_str = { version="0.1.18", features=["serde"] } structopt = "0.3" tempfile = "3.2.0" threadpool = "1.8.1" titlecase = "1.1.0" url = "2.2.2" -uuid = { version = "0.8.2", features = ["v4"] } +uuid = { version="0.8.2", features=["v4"] } [dev-dependencies] indoc = "1.0.3" -insta = "1.7.1" -typed-builder = "0.9.0" +insta = "1.8.0" +typed-builder = "0.9.1" unindent = "0.1.7" [build-dependencies] -lalrpop = { version = "0.19.5", features = ["lexer"], optional = true } [profile.release] lto = true -- cgit v1.2.3