Skip to content

Commit 3052b76

Browse files
committed
Add toml as a dependency of project-model and unify version
1 parent 260f94c commit 3052b76

File tree

5 files changed

+32
-130
lines changed

5 files changed

+32
-130
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ lsp-server = { version = "0.7.9" }
106106
anyhow = "1.0.98"
107107
arrayvec = "0.7.6"
108108
bitflags = "2.9.1"
109-
cargo_metadata = "0.21.0"
109+
cargo_metadata = "0.23.0"
110110
camino = "1.1.10"
111111
crossbeam-channel = "0.5.15"
112112
dissimilar = "1.0.10"
@@ -154,6 +154,7 @@ smallvec = { version = "1.15.1", features = [
154154
smol_str = "0.3.2"
155155
temp-dir = "0.1.16"
156156
text-size = "1.1.1"
157+
toml = "0.9.8"
157158
tracing = "0.1.41"
158159
tracing-tree = "0.4.0"
159160
tracing-subscriber = { version = "0.3.20", default-features = false, features = [

crates/proc-macro-srv/proc-macro-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ license = "MIT OR Apache-2.0"
1010
doctest = false
1111

1212
[build-dependencies]
13-
cargo_metadata = "0.20.0"
13+
cargo_metadata = "0.23.0"

crates/project-model/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ serde_json.workspace = true
2121
serde.workspace = true
2222
serde_derive.workspace = true
2323
temp-dir.workspace = true
24+
toml.workspace = true
2425
tracing.workspace = true
2526
triomphe.workspace = true
2627
la-arena.workspace = true

crates/rust-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tracing.workspace = true
4747
tracing-subscriber.workspace = true
4848
tracing-tree.workspace = true
4949
triomphe.workspace = true
50-
toml = "0.8.23"
50+
toml.workspace = true
5151
nohash-hasher.workspace = true
5252
walkdir = "2.5.0"
5353
semver.workspace = true

0 commit comments

Comments
 (0)