Skip to content

Commit 1b41647

Browse files
1 parent 88515b9 commit 1b41647

File tree

16 files changed

+17
-17
lines changed

16 files changed

+17
-17
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.

crates/cfg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tt = { path = "../tt", version = "0.0.0" }
1717
[dev-dependencies]
1818
mbe = { path = "../mbe" }
1919
syntax = { path = "../syntax" }
20-
expect-test = "1.3.0"
20+
expect-test = "1.4.0"
2121
oorandom = "11.1.3"
2222
# We depend on both individually instead of using `features = ["derive"]` to microoptimize the
2323
# build graph: if the feature was enabled, syn would be built early on in the graph if `smolstr`

crates/hir-def/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ limit = { path = "../limit", version = "0.0.0" }
4040

4141
[dev-dependencies]
4242
test-utils = { path = "../test-utils" }
43-
expect-test = "1.3.0"
43+
expect-test = "1.4.0"

crates/hir-expand/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ mbe = { path = "../mbe", version = "0.0.0" }
3131
limit = { path = "../limit", version = "0.0.0" }
3232

3333
[dev-dependencies]
34-
expect-test = "1.3.0"
34+
expect-test = "1.4.0"

crates/hir-ty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ limit = { path = "../limit", version = "0.0.0" }
3535

3636
[dev-dependencies]
3737
test-utils = { path = "../test-utils" }
38-
expect-test = "1.3.0"
38+
expect-test = "1.4.0"
3939
tracing = "0.1.35"
4040
tracing-subscriber = { version = "0.3.14", default-features = false, features = [
4141
"env-filter",

crates/ide-assists/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ hir = { path = "../hir", version = "0.0.0" }
2525
[dev-dependencies]
2626
test-utils = { path = "../test-utils" }
2727
sourcegen = { path = "../sourcegen" }
28-
expect-test = "1.3.0"
28+
expect-test = "1.4.0"

crates/ide-completion/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ profile = { path = "../profile", version = "0.0.0" }
2828
hir = { path = "../hir", version = "0.0.0" }
2929

3030
[dev-dependencies]
31-
expect-test = "1.3.0"
31+
expect-test = "1.4.0"
3232

3333
test-utils = { path = "../test-utils" }

crates/ide-db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ limit = { path = "../limit", version = "0.0.0" }
3636
test-utils = { path = "../test-utils" }
3737
sourcegen = { path = "../sourcegen" }
3838
xshell = "0.2.2"
39-
expect-test = "1.3.0"
39+
expect-test = "1.4.0"

crates/ide-diagnostics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ hir = { path = "../hir", version = "0.0.0" }
2525
ide-db = { path = "../ide-db", version = "0.0.0" }
2626

2727
[dev-dependencies]
28-
expect-test = "1.3.0"
28+
expect-test = "1.4.0"
2929

3030
test-utils = { path = "../test-utils" }
3131
sourcegen = { path = "../sourcegen" }

crates/ide-ssr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ hir = { path = "../hir", version = "0.0.0" }
2323

2424
[dev-dependencies]
2525
test-utils = { path = "../test-utils" }
26-
expect-test = "1.3.0"
26+
expect-test = "1.4.0"

crates/ide/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ toolchain = { path = "../toolchain", version = "0.0.0" }
4141

4242
[dev-dependencies]
4343
test-utils = { path = "../test-utils" }
44-
expect-test = "1.3.0"
44+
expect-test = "1.4.0"

crates/parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ rustc_lexer = { version = "725.0.0", package = "rustc-ap-rustc_lexer" }
1515
limit = { path = "../limit", version = "0.0.0" }
1616

1717
[dev-dependencies]
18-
expect-test = "1.3.0"
18+
expect-test = "1.4.0"
1919
sourcegen = { path = "../sourcegen" }

crates/proc-macro-srv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ paths = { path = "../paths", version = "0.0.0" }
2626
proc-macro-api = { path = "../proc-macro-api", version = "0.0.0" }
2727

2828
[dev-dependencies]
29-
expect-test = "1.3.0"
29+
expect-test = "1.4.0"
3030

3131
# used as proc macro test targets
3232
proc-macro-test = { path = "../proc-macro-test" }

crates/project-model/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ semver = "1.0.10"
1717
serde = { version = "1.0.137", features = ["derive"] }
1818
serde_json = "1.0.81"
1919
anyhow = "1.0.57"
20-
expect-test = "1.3.0"
20+
expect-test = "1.4.0"
2121
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
2222

2323
cfg = { path = "../cfg", version = "0.0.0" }

crates/rust-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ winapi = "0.3.9"
7373
jemallocator = { version = "0.5.0", package = "tikv-jemallocator", optional = true }
7474

7575
[dev-dependencies]
76-
expect-test = "1.3.0"
76+
expect-test = "1.4.0"
7777
jod-thread = "0.1.2"
7878
xshell = "0.2.2"
7979

crates/syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ profile = { path = "../profile", version = "0.0.0" }
2727

2828
[dev-dependencies]
2929
rayon = "1.5.3"
30-
expect-test = "1.3.0"
30+
expect-test = "1.4.0"
3131
proc-macro2 = "1.0.39"
3232
quote = "1.0.20"
3333
ungrammar = "1.16.1"

0 commit comments

Comments
 (0)