Skip to content

Commit 658382c

Browse files
bors[bot]lnicola
andcommitted
Merge #1640
1640: Bump deps r=matklad a=lnicola `insta`, `unicode-xid` and others Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents 0e94d07 + 5153001 commit 658382c

File tree

4 files changed

+27
-45
lines changed

4 files changed

+27
-45
lines changed

Cargo.lock

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

crates/ra_hir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ chalk-ir = { git = "https://github.com/rust-lang/chalk.git" }
2727
lalrpop-intern = "0.15.1"
2828

2929
[dev-dependencies]
30-
insta = "0.9.0"
30+
insta = "0.10.0"

crates/ra_ide_api/Cargo.toml

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

2929
[dev-dependencies]
30-
insta = "0.9.0"
30+
insta = "0.10.0"
3131

3232
[dev-dependencies.proptest]
3333
version = "0.9.0"

crates/ra_syntax/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ description = "Comment and whitespace preserving parser for the Rust langauge"
88
repository = "https://github.com/rust-analyzer/rust-analyzer"
99

1010
[dependencies]
11-
unicode-xid = "0.1.0"
1211
itertools = "0.8.0"
1312
rowan = "0.6.1"
1413
ra_rustc_lexer = { version = "0.1.0-pre.2" }

0 commit comments

Comments
 (0)