diff options
-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 ee26f6069..7391542e4 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1395,9 +1395,9 @@ dependencies = [ | |||
1395 | 1395 | ||
1396 | [[package]] | 1396 | [[package]] |
1397 | name = "rustc-ap-rustc_lexer" | 1397 | name = "rustc-ap-rustc_lexer" |
1398 | version = "688.0.0" | 1398 | version = "691.0.0" |
1399 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1399 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1400 | checksum = "ebbdcc99bd015349093fcbae4780fda21416fec5d8843acfb3d1733e130cd4db" | 1400 | checksum = "44bc89d9ca7a78fb82e103b389362c55f03800745f8ba14e068b805cfaf783ec" |
1401 | dependencies = [ | 1401 | dependencies = [ |
1402 | "unicode-xid", | 1402 | "unicode-xid", |
1403 | ] | 1403 | ] |
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index ce62babc3..c6a6f11e1 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 = "688.0.0", package = "rustc-ap-rustc_lexer" } | 16 | rustc_lexer = { version = "691.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" |