diff options
-rw-r--r-- | Cargo.lock | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock index 736f1994e..a5a43cffc 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -283,7 +283,7 @@ name = "derive-new" | |||
283 | version = "0.5.8" | 283 | version = "0.5.8" |
284 | source = "registry+https://github.com/rust-lang/crates.io-index" | 284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
285 | dependencies = [ | 285 | dependencies = [ |
286 | "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 286 | "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
287 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 287 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
288 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 288 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
289 | ] | 289 | ] |
@@ -808,7 +808,7 @@ version = "0.1.6" | |||
808 | source = "registry+https://github.com/rust-lang/crates.io-index" | 808 | source = "registry+https://github.com/rust-lang/crates.io-index" |
809 | dependencies = [ | 809 | dependencies = [ |
810 | "proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", | 810 | "proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", |
811 | "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 811 | "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
812 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 812 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
813 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 813 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
814 | ] | 814 | ] |
@@ -842,14 +842,14 @@ name = "proc-macro-hack" | |||
842 | version = "0.5.9" | 842 | version = "0.5.9" |
843 | source = "registry+https://github.com/rust-lang/crates.io-index" | 843 | source = "registry+https://github.com/rust-lang/crates.io-index" |
844 | dependencies = [ | 844 | dependencies = [ |
845 | "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 845 | "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
846 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 846 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
847 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 847 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
848 | ] | 848 | ] |
849 | 849 | ||
850 | [[package]] | 850 | [[package]] |
851 | name = "proc-macro2" | 851 | name = "proc-macro2" |
852 | version = "1.0.4" | 852 | version = "1.0.5" |
853 | source = "registry+https://github.com/rust-lang/crates.io-index" | 853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
854 | dependencies = [ | 854 | dependencies = [ |
855 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 855 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -882,7 +882,7 @@ name = "quote" | |||
882 | version = "1.0.2" | 882 | version = "1.0.2" |
883 | source = "registry+https://github.com/rust-lang/crates.io-index" | 883 | source = "registry+https://github.com/rust-lang/crates.io-index" |
884 | dependencies = [ | 884 | dependencies = [ |
885 | "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 885 | "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
886 | ] | 886 | ] |
887 | 887 | ||
888 | [[package]] | 888 | [[package]] |
@@ -1128,7 +1128,7 @@ version = "0.1.0" | |||
1128 | dependencies = [ | 1128 | dependencies = [ |
1129 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1129 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1130 | "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1130 | "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1131 | "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1131 | "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1132 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1132 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1133 | "ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1133 | "ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1134 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 1134 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1448,7 +1448,7 @@ version = "0.13.1" | |||
1448 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1448 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1449 | dependencies = [ | 1449 | dependencies = [ |
1450 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1450 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1451 | "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1451 | "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1452 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1452 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1453 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1453 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1454 | ] | 1454 | ] |
@@ -1493,7 +1493,7 @@ name = "serde_derive" | |||
1493 | version = "1.0.101" | 1493 | version = "1.0.101" |
1494 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1494 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1495 | dependencies = [ | 1495 | dependencies = [ |
1496 | "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1496 | "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1497 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1497 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1498 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1498 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1499 | ] | 1499 | ] |
@@ -1513,7 +1513,7 @@ name = "serde_repr" | |||
1513 | version = "0.1.5" | 1513 | version = "0.1.5" |
1514 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1514 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1515 | dependencies = [ | 1515 | dependencies = [ |
1516 | "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1516 | "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1517 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1517 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1518 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1518 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1519 | ] | 1519 | ] |
@@ -1568,7 +1568,7 @@ name = "syn" | |||
1568 | version = "1.0.5" | 1568 | version = "1.0.5" |
1569 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1569 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1570 | dependencies = [ | 1570 | dependencies = [ |
1571 | "proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1571 | "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1572 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1572 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1573 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1573 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1574 | ] | 1574 | ] |
@@ -1882,7 +1882,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1882 | "checksum pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "22e32b0f3771287ebb436130477eabf0f11f934ed036099ad548bc885e708667" | 1882 | "checksum pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "22e32b0f3771287ebb436130477eabf0f11f934ed036099ad548bc885e708667" |
1883 | "checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b" | 1883 | "checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b" |
1884 | "checksum proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e688f31d92ffd7c1ddc57a1b4e6d773c0f2a14ee437a4b0a4f5a69c80eb221c8" | 1884 | "checksum proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e688f31d92ffd7c1ddc57a1b4e6d773c0f2a14ee437a4b0a4f5a69c80eb221c8" |
1885 | "checksum proc-macro2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afdc77cc74ec70ed262262942ebb7dac3d479e9e5cfa2da1841c0806f6cdabcc" | 1885 | "checksum proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90cf5f418035b98e655e9cdb225047638296b862b42411c4e45bb88d700f7fc0" |
1886 | "checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f" | 1886 | "checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f" |
1887 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | 1887 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
1888 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" | 1888 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |