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 /Cargo.lock | |
parent | 728feea086bf7c887ce2f15933df72393fd939a4 (diff) |
Bump rustc_lexer
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 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 | ] |