aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJeremy Kolb <[email protected]>2020-08-16 16:57:10 +0100
committerJeremy Kolb <[email protected]>2020-08-16 16:57:10 +0100
commit7819e794db1c3c0e9e930e9b403f929bdb809be5 (patch)
treecf51a05c65dd56648bfd7bf2fc38c1821ae2601a /Cargo.lock
parent728feea086bf7c887ce2f15933df72393fd939a4 (diff)
Bump rustc_lexer
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
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]]
1266name = "rustc-ap-rustc_lexer" 1266name = "rustc-ap-rustc_lexer"
1267version = "671.0.0" 1267version = "673.0.0"
1268source = "registry+https://github.com/rust-lang/crates.io-index" 1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "22e1221f3bfa2943c942cf8da319ab2346887f8757778c29c7f1822cd27b521f" 1269checksum = "f6b71fa1285bdefe5fb61e59b63d6cc246abf337f4acafdd620d721bc488e671"
1270dependencies = [ 1270dependencies = [
1271 "unicode-xid", 1271 "unicode-xid",
1272] 1272]