Bump anyhow

This commit is contained in:
Laurențiu Nicola 2023-11-15 12:49:32 +02:00
parent 57ef70cc08
commit dfc885e0fd
6 changed files with 8 additions and 7 deletions

4
Cargo.lock generated
View File

@ -28,9 +28,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.71"
version = "1.0.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
[[package]]
name = "arbitrary"

View File

@ -90,6 +90,7 @@ la-arena = { version = "0.3.1" }
lsp-server = { version = "0.7.4" }
# non-local crates
anyhow = "1.0.75"
smallvec = { version = "1.10.0", features = [
"const_new",
"union",

View File

@ -11,13 +11,13 @@ authors.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.62"
anyhow.workspace = true
crossbeam-channel = "0.5.5"
itertools = "0.10.5"
tracing = "0.1.35"
ide.workspace = true
ide-db.workspace =true
ide-db.workspace = true
proc-macro-api.workspace = true
project-model.workspace = true
tt.workspace = true

View File

@ -16,10 +16,10 @@ tracing = "0.1.35"
rustc-hash = "1.1.0"
cargo_metadata = "0.15.0"
semver = "1.0.14"
anyhow.workspace = true
serde_json.workspace = true
serde.workspace = true
triomphe.workspace = true
anyhow = "1.0.62"
la-arena.workspace = true
itertools = "0.10.5"

View File

@ -19,7 +19,7 @@ name = "rust-analyzer"
path = "src/bin/main.rs"
[dependencies]
anyhow = "1.0.62"
anyhow.workspace = true
crossbeam-channel = "0.5.5"
dissimilar = "1.0.4"
itertools = "0.10.5"

View File

@ -7,7 +7,7 @@ edition = "2021"
rust-version.workspace = true
[dependencies]
anyhow = "1.0.62"
anyhow.workspace = true
flate2 = "1.0.24"
write-json = "0.1.2"
xshell = "0.2.2"