Skip to content

Commit dfc885e

Browse files
committed
Bump anyhow
1 parent 57ef70c commit dfc885e

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ la-arena = { version = "0.3.1" }
9090
lsp-server = { version = "0.7.4" }
9191

9292
# non-local crates
93+
anyhow = "1.0.75"
9394
smallvec = { version = "1.10.0", features = [
9495
"const_new",
9596
"union",

crates/load-cargo/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ authors.workspace = true
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
14-
anyhow = "1.0.62"
14+
anyhow.workspace = true
1515
crossbeam-channel = "0.5.5"
1616
itertools = "0.10.5"
1717
tracing = "0.1.35"
1818

1919
ide.workspace = true
20-
ide-db.workspace =true
20+
ide-db.workspace = true
2121
proc-macro-api.workspace = true
2222
project-model.workspace = true
2323
tt.workspace = true

crates/project-model/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ tracing = "0.1.35"
1616
rustc-hash = "1.1.0"
1717
cargo_metadata = "0.15.0"
1818
semver = "1.0.14"
19+
anyhow.workspace = true
1920
serde_json.workspace = true
2021
serde.workspace = true
2122
triomphe.workspace = true
22-
anyhow = "1.0.62"
2323
la-arena.workspace = true
2424
itertools = "0.10.5"
2525

crates/rust-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name = "rust-analyzer"
1919
path = "src/bin/main.rs"
2020

2121
[dependencies]
22-
anyhow = "1.0.62"
22+
anyhow.workspace = true
2323
crossbeam-channel = "0.5.5"
2424
dissimilar = "1.0.4"
2525
itertools = "0.10.5"

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
rust-version.workspace = true
88

99
[dependencies]
10-
anyhow = "1.0.62"
10+
anyhow.workspace = true
1111
flate2 = "1.0.24"
1212
write-json = "0.1.2"
1313
xshell = "0.2.2"

0 commit comments

Comments
 (0)