diff options
author | Laurențiu Nicola <[email protected]> | 2020-12-23 09:24:52 +0000 |
---|---|---|
committer | Laurențiu Nicola <[email protected]> | 2020-12-23 09:24:52 +0000 |
commit | 18a7b98b2e66cb943c0b63311151b1d59414ac5d (patch) | |
tree | bac9ec13610886e7d962c24e4dc9b4cb2520cefc | |
parent | 85a28751611e564eb4cdde28ca953407f551b696 (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 fbb79e01f..5d0806e27 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1376,9 +1376,9 @@ dependencies = [ | |||
1376 | 1376 | ||
1377 | [[package]] | 1377 | [[package]] |
1378 | name = "rustc-ap-rustc_lexer" | 1378 | name = "rustc-ap-rustc_lexer" |
1379 | version = "691.0.0" | 1379 | version = "695.0.0" |
1380 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1381 | checksum = "44bc89d9ca7a78fb82e103b389362c55f03800745f8ba14e068b805cfaf783ec" | 1381 | checksum = "390bad134705b0bff02cd9541ac66df751a91c3cc734c3369cd6151ca269caed" |
1382 | dependencies = [ | 1382 | dependencies = [ |
1383 | "unicode-xid", | 1383 | "unicode-xid", |
1384 | ] | 1384 | ] |
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index c6a6f11e1..21015591c 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 = "691.0.0", package = "rustc-ap-rustc_lexer" } | 16 | rustc_lexer = { version = "695.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" |