diff options
author | Jeremy Kolb <[email protected]> | 2020-08-16 16:57:10 +0100 |
---|---|---|
committer | Jeremy Kolb <[email protected]> | 2020-08-16 16:57:10 +0100 |
commit | 7819e794db1c3c0e9e930e9b403f929bdb809be5 (patch) | |
tree | cf51a05c65dd56648bfd7bf2fc38c1821ae2601a | |
parent | 728feea086bf7c887ce2f15933df72393fd939a4 (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 40ae42f87..15cc26180 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1264,9 +1264,9 @@ dependencies = [ | |||
1264 | 1264 | ||
1265 | [[package]] | 1265 | [[package]] |
1266 | name = "rustc-ap-rustc_lexer" | 1266 | name = "rustc-ap-rustc_lexer" |
1267 | version = "671.0.0" | 1267 | version = "673.0.0" |
1268 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1268 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1269 | checksum = "22e1221f3bfa2943c942cf8da319ab2346887f8757778c29c7f1822cd27b521f" | 1269 | checksum = "f6b71fa1285bdefe5fb61e59b63d6cc246abf337f4acafdd620d721bc488e671" |
1270 | dependencies = [ | 1270 | dependencies = [ |
1271 | "unicode-xid", | 1271 | "unicode-xid", |
1272 | ] | 1272 | ] |
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index 47e351f9d..ec3132da8 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 = "671.0.0", package = "rustc-ap-rustc_lexer" } | 16 | rustc_lexer = { version = "673.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" |