aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/Cargo.toml
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2021-03-10 18:47:12 +0000
committerkjeremy <[email protected]>2021-03-10 18:47:12 +0000
commit08e0e9976d3b89e81d55ac6c145e020d263c9670 (patch)
treeb41ed183ac362c1b74770a3c41d1da5b1ffd87b9 /crates/syntax/Cargo.toml
parentf0e78f2ed6bda5d48caabe35efbb09cb2f3ff5a4 (diff)
cargo update and lexer
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"