cargo: bump dependency versions

This commit is contained in:
Noah Santschi-Cooney 2022-03-14 23:58:49 +00:00
parent a8f00fe927
commit b775bd2cd5
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48
2 changed files with 279 additions and 306 deletions

543
server/Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -2,30 +2,30 @@
name = "mcshader-lsp"
version = "0.9.5"
authors = ["Noah Santschi-Cooney <noah@santschi-cooney.ch>"]
edition = "2018"
edition = "2021"
[dependencies]
rust_lsp = { git = "https://github.com/Strum355/RustLSP", branch = "master" }
serde_json = "1.0.61"
serde = "1.0.123"
walkdir = "2.3.1"
petgraph = "0.5.1"
lazy_static = "1.4.0"
regex = "1.4.3"
chan = "0.1.23"
url = "2.2.0"
percent-encoding = "2.1.0"
anyhow = "1.0.38"
bit-set = "0.5.2"
thiserror = "1.0.23"
glutin = "0.26.0"
gl = "0.14.0"
ctor = "0.1.18"
mockall = "0.9.0"
path-slash = "0.1.4"
serde_json = "1.0"
serde = "1.0"
walkdir = "2.3"
petgraph = "0.6"
lazy_static = "1.4"
regex = "1.4"
chan = "0.1"
url = "2.2"
percent-encoding = "2.1"
anyhow = "1.0"
bit-set = "0.5"
thiserror = "1.0"
glutin = "0.28"
gl = "0.14"
ctor = "0.1"
mockall = "0.11"
path-slash = "0.1"
[dev-dependencies]
tempdir = "0.3.7"
fs_extra = "1.2.0"
tempdir = "0.3"
fs_extra = "1.2"
hamcrest2 = "*"
pretty_assertions = "0.6.1"
pretty_assertions = "1.1"