diff options
author | Laurențiu Nicola <[email protected]> | 2021-04-21 17:19:27 +0100 |
---|---|---|
committer | Laurențiu Nicola <[email protected]> | 2021-04-21 17:19:27 +0100 |
commit | e50ca6b0674c5cdec754a818b1136f95952804d5 (patch) | |
tree | 05f3c3955652c97b572f7fd203867de018af5060 | |
parent | e9fea823a0cc235e54b82b79dc8396294240f8d6 (diff) |
Bump rustc_lexer
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | crates/syntax/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 14decc14e..d0767e9f4 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1391,9 +1391,9 @@ dependencies = [ | |||
1391 | 1391 | ||
1392 | [[package]] | 1392 | [[package]] |
1393 | name = "rustc-ap-rustc_lexer" | 1393 | name = "rustc-ap-rustc_lexer" |
1394 | version = "714.0.0" | 1394 | version = "716.0.0" |
1395 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1395 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1396 | checksum = "a35856f140bed0dc7c7d6ba2134099d337377a3a4e11bfc79bccabf1fd4c9d42" | 1396 | checksum = "12eac7554c1d3f49f105f14d53c0f3402220e875983113562701d8e597a0995c" |
1397 | dependencies = [ | 1397 | dependencies = [ |
1398 | "unicode-xid", | 1398 | "unicode-xid", |
1399 | ] | 1399 | ] |
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index a8c1a8075..556f80882 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml | |||
@@ -14,7 +14,7 @@ doctest = false | |||
14 | cov-mark = { version = "1.1", features = ["thread-local"] } | 14 | cov-mark = { version = "1.1", features = ["thread-local"] } |
15 | itertools = "0.10.0" | 15 | itertools = "0.10.0" |
16 | rowan = "=0.13.0-pre.3" | 16 | rowan = "=0.13.0-pre.3" |
17 | rustc_lexer = { version = "714.0.0", package = "rustc-ap-rustc_lexer" } | 17 | rustc_lexer = { version = "716.0.0", package = "rustc-ap-rustc_lexer" } |
18 | rustc-hash = "1.1.0" | 18 | rustc-hash = "1.1.0" |
19 | arrayvec = "0.7" | 19 | arrayvec = "0.7" |
20 | once_cell = "1.3.1" | 20 | once_cell = "1.3.1" |