aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-03-10 18:59:19 +0000
committerGitHub <[email protected]>2021-03-10 18:59:19 +0000
commit6c32e2d8a045e4ba7d45ac9651572a226324cefa (patch)
treefbac29d3d6db5aa0ddc83b3163d3645fb986f10e /crates/syntax/Cargo.toml
parent0b96f1a0475b0f9a9eb8cfddf129f7565d4bc2b8 (diff)
parent08e0e9976d3b89e81d55ac6c145e020d263c9670 (diff)
Merge #7965
7965: cargo update and lexer r=kjeremy a=kjeremy Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'crates/syntax/Cargo.toml')
-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 33bde099b..05fca5dc4 100644
--- a/crates/syntax/Cargo.toml
+++ b/crates/syntax/Cargo.toml
@@ -14,7 +14,7 @@ doctest = false
14cov-mark = "1.1" 14cov-mark = "1.1"
15itertools = "0.10.0" 15itertools = "0.10.0"
16rowan = "0.12.2" 16rowan = "0.12.2"
17rustc_lexer = { version = "709.0.0", package = "rustc-ap-rustc_lexer" } 17rustc_lexer = { version = "710.0.0", package = "rustc-ap-rustc_lexer" }
18rustc-hash = "1.1.0" 18rustc-hash = "1.1.0"
19arrayvec = "0.5.1" 19arrayvec = "0.5.1"
20once_cell = "1.3.1" 20once_cell = "1.3.1"