diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-02-08 16:49:45 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-08 16:49:45 +0000 |
commit | 669efad231ec95ab4b80ab5b083beed233d17843 (patch) | |
tree | 367e16d0b2cbcbe55f36c44de56356d3c70b26ec /crates/syntax | |
parent | a0c2bbf88f5b9a3e235303a99ceaf15cd1e832f7 (diff) | |
parent | 0c3b38695ad5c77b80f6e05a96e575ec9bea8223 (diff) |
Merge #7600
7600: Update crates r=flodiebold a=kjeremy
Pulls in https://github.com/rust-lang/chalk/pull/682
Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'crates/syntax')
-rw-r--r-- | crates/syntax/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index aa6f6e0b6..e3ef71650 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml | |||
@@ -13,7 +13,7 @@ doctest = false | |||
13 | [dependencies] | 13 | [dependencies] |
14 | itertools = "0.10.0" | 14 | itertools = "0.10.0" |
15 | rowan = "0.12.2" | 15 | rowan = "0.12.2" |
16 | rustc_lexer = { version = "702.0.0", package = "rustc-ap-rustc_lexer" } | 16 | rustc_lexer = { version = "705.0.0", package = "rustc-ap-rustc_lexer" } |
17 | rustc-hash = "1.1.0" | 17 | rustc-hash = "1.1.0" |
18 | arrayvec = "0.5.1" | 18 | arrayvec = "0.5.1" |
19 | once_cell = "1.3.1" | 19 | once_cell = "1.3.1" |