Skip to content

Commit 3ed27d2

Browse files
committed
Bump cargo_metadata
1 parent 2814d64 commit 3ed27d2

File tree

5 files changed

+8
-7
lines changed

5 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
@@ -91,6 +91,7 @@ lsp-server = { version = "0.7.4" }
9191

9292
# non-local crates
9393
anyhow = "1.0.75"
94+
cargo_metadata = "0.18.1"
9495
dissimilar = "1.0.7"
9596
either = "1.9.0"
9697
indexmap = "2.1.0"

crates/flycheck/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ rust-version.workspace = true
1212
doctest = false
1313

1414
[dependencies]
15+
cargo_metadata.workspace = true
1516
crossbeam-channel = "0.5.8"
1617
tracing.workspace = true
17-
cargo_metadata = "0.15.4"
1818
rustc-hash = "1.1.0"
1919
serde_json.workspace = true
2020
serde.workspace = true

crates/proc-macro-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rust-version.workspace = true
1212
doctest = false
1313

1414
[build-dependencies]
15-
cargo_metadata = "0.15.0"
15+
cargo_metadata.workspace = true
1616

1717
proc-macro-test-impl = { path = "imp", version = "0.0.0" }
1818

crates/project-model/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ rust-version.workspace = true
1212
doctest = false
1313

1414
[dependencies]
15-
tracing.workspace = true
15+
anyhow.workspace = true
16+
cargo_metadata.workspace = true
1617
rustc-hash = "1.1.0"
17-
cargo_metadata = "0.15.0"
1818
semver = "1.0.14"
19-
anyhow.workspace = true
2019
serde_json.workspace = true
2120
serde.workspace = true
21+
tracing.workspace = true
2222
triomphe.workspace = true
2323
la-arena.workspace = true
2424
itertools.workspace = true

0 commit comments

Comments
 (0)