aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-03-10 18:59:19 +0000
committerGitHub <[email protected]>2021-03-10 18:59:19 +0000
commit6c32e2d8a045e4ba7d45ac9651572a226324cefa (patch)
treefbac29d3d6db5aa0ddc83b3163d3645fb986f10e /Cargo.lock
parent0b96f1a0475b0f9a9eb8cfddf129f7565d4bc2b8 (diff)
parent08e0e9976d3b89e81d55ac6c145e020d263c9670 (diff)
Merge #7965
7965: cargo update and lexer r=kjeremy a=kjeremy Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8059a8809..8c28929ed 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -107,9 +107,9 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
107 107
108[[package]] 108[[package]]
109name = "byteorder" 109name = "byteorder"
110version = "1.4.2" 110version = "1.4.3"
111source = "registry+https://github.com/rust-lang/crates.io-index" 111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b" 112checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
113 113
114[[package]] 114[[package]]
115name = "camino" 115name = "camino"
@@ -1389,9 +1389,9 @@ dependencies = [
1389 1389
1390[[package]] 1390[[package]]
1391name = "rustc-ap-rustc_lexer" 1391name = "rustc-ap-rustc_lexer"
1392version = "709.0.0" 1392version = "710.0.0"
1393source = "registry+https://github.com/rust-lang/crates.io-index" 1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "f69f83314702aaccf29c7401cc63bb0d9fa7869a185a23b8379f08c91514b3f3" 1394checksum = "b0bba1ca6787b6d4af505b7a940eae9ecb084dd03e07f03bf3ddbf78e738b617"
1395dependencies = [ 1395dependencies = [
1396 "unicode-xid", 1396 "unicode-xid",
1397] 1397]
@@ -1586,9 +1586,9 @@ dependencies = [
1586 1586
1587[[package]] 1587[[package]]
1588name = "syn" 1588name = "syn"
1589version = "1.0.62" 1589version = "1.0.63"
1590source = "registry+https://github.com/rust-lang/crates.io-index" 1590source = "registry+https://github.com/rust-lang/crates.io-index"
1591checksum = "123a78a3596b24fee53a6464ce52d8ecbf62241e6294c7e7fe12086cd161f512" 1591checksum = "8fd9bc7ccc2688b3344c2f48b9b546648b25ce0b20fc717ee7fa7981a8ca9717"
1592dependencies = [ 1592dependencies = [
1593 "proc-macro2", 1593 "proc-macro2",
1594 "quote", 1594 "quote",
@@ -1781,9 +1781,9 @@ dependencies = [
1781 1781
1782[[package]] 1782[[package]]
1783name = "tracing-tree" 1783name = "tracing-tree"
1784version = "0.1.8" 1784version = "0.1.9"
1785source = "registry+https://github.com/rust-lang/crates.io-index" 1785source = "registry+https://github.com/rust-lang/crates.io-index"
1786checksum = "1a60657cfbf397c603257a8230b3f427e6a2a4e5911a59331b9bb4dffff5b608" 1786checksum = "1712b40907f8d9bc2bc66763ab61dec914b7123d7149e59feb0d4e2a95fc4967"
1787dependencies = [ 1787dependencies = [
1788 "ansi_term", 1788 "ansi_term",
1789 "atty", 1789 "atty",