diff options
author | Laurențiu Nicola <[email protected]> | 2020-10-13 16:06:23 +0100 |
---|---|---|
committer | Laurențiu Nicola <[email protected]> | 2020-10-13 16:06:23 +0100 |
commit | 9937c0d50a8d5a08394c40b97f23d826e7445945 (patch) | |
tree | 053f34436c70a1573182963e54feaab200ff7d98 | |
parent | 017a04f424dcc30f54c63138eefbc23811082a78 (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 a6d3d17af..faa4bacee 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1334,9 +1334,9 @@ dependencies = [ | |||
1334 | 1334 | ||
1335 | [[package]] | 1335 | [[package]] |
1336 | name = "rustc-ap-rustc_lexer" | 1336 | name = "rustc-ap-rustc_lexer" |
1337 | version = "682.0.0" | 1337 | version = "683.0.0" |
1338 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1339 | checksum = "5fea544ba13e72077e363981b0a4a87997b97f772b25a0aa7ec3df35a6adfe82" | 1339 | checksum = "c0c9a47e24d4b7d74ec583d8813803b36985ee082fe7debe55f257df92d5fe50" |
1340 | dependencies = [ | 1340 | dependencies = [ |
1341 | "unicode-xid", | 1341 | "unicode-xid", |
1342 | ] | 1342 | ] |
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index 547fe9f47..c343f2f70 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml | |||
@@ -13,7 +13,7 @@ doctest = false | |||
13 | [dependencies] | 13 | [dependencies] |
14 | itertools = "0.9.0" | 14 | itertools = "0.9.0" |
15 | rowan = "0.10.0" | 15 | rowan = "0.10.0" |
16 | rustc_lexer = { version = "682.0.0", package = "rustc-ap-rustc_lexer" } | 16 | rustc_lexer = { version = "683.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" |