aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-02-02 15:40:43 +0000
committerGitHub <[email protected]>2021-02-02 15:40:43 +0000
commit12e8cc4aa29f616e43b4951e18b1f1f231e539a3 (patch)
tree32b870bd9cf0e96d3c086c40febf5a9499f533af /crates/syntax
parent042e07d89171fa5dd8ba4fc572c183687382c0d7 (diff)
parent6b60206669fb0f48821cc16cf5fea09c2e310728 (diff)
Merge #7523
7523: Bump chalk and rustc_lexer r=lnicola a=lnicola bors r+ Co-authored-by: LaurenČ›iu Nicola <[email protected]>
Diffstat (limited to 'crates/syntax')
-rw-r--r--crates/syntax/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml
index de65585cb..aa6f6e0b6 100644
--- a/crates/syntax/Cargo.toml
+++ b/crates/syntax/Cargo.toml
@@ -13,7 +13,7 @@ doctest = false
13[dependencies] 13[dependencies]
14itertools = "0.10.0" 14itertools = "0.10.0"
15rowan = "0.12.2" 15rowan = "0.12.2"
16rustc_lexer = { version = "701.0.0", package = "rustc-ap-rustc_lexer" } 16rustc_lexer = { version = "702.0.0", package = "rustc-ap-rustc_lexer" }
17rustc-hash = "1.1.0" 17rustc-hash = "1.1.0"
18arrayvec = "0.5.1" 18arrayvec = "0.5.1"
19once_cell = "1.3.1" 19once_cell = "1.3.1"