diff options
author | Minijackson <minijackson@riseup.net> | 2019-05-04 17:39:04 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2019-05-04 17:39:04 +0200 |
commit | 41d2a19ad7ee5b20b5fbe268e4c96ac1e8afce8f (patch) | |
tree | 38f66db1594064b01d9b201d4355e1b8da5595d3 | |
parent | cd0d8bb37f5335fe04e082c6c1ad333fd621d9f8 (diff) | |
download | set_eq-41d2a19ad7ee5b20b5fbe268e4c96ac1e8afce8f.tar.gz set_eq-41d2a19ad7ee5b20b5fbe268e4c96ac1e8afce8f.zip |
Update Cargo.lock
-rw-r--r-- | Cargo.lock | 743 |
1 files changed, 451 insertions, 292 deletions
@@ -1,9 +1,11 @@ | |||
1 | # This file is automatically @generated by Cargo. | ||
2 | # It is not intended for manual editing. | ||
1 | [[package]] | 3 | [[package]] |
2 | name = "aho-corasick" | 4 | name = "aho-corasick" |
3 | version = "0.6.8" | 5 | version = "0.7.3" |
4 | source = "registry+https://github.com/rust-lang/crates.io-index" | 6 | source = "registry+https://github.com/rust-lang/crates.io-index" |
5 | dependencies = [ | 7 | dependencies = [ |
6 | "memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 8 | "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
7 | ] | 9 | ] |
8 | 10 | ||
9 | [[package]] | 11 | [[package]] |
@@ -11,7 +13,7 @@ name = "ansi_term" | |||
11 | version = "0.11.0" | 13 | version = "0.11.0" |
12 | source = "registry+https://github.com/rust-lang/crates.io-index" | 14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
13 | dependencies = [ | 15 | dependencies = [ |
14 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 16 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
15 | ] | 17 | ] |
16 | 18 | ||
17 | [[package]] | 19 | [[package]] |
@@ -27,99 +29,115 @@ name = "atty" | |||
27 | version = "0.2.11" | 29 | version = "0.2.11" |
28 | source = "registry+https://github.com/rust-lang/crates.io-index" | 30 | source = "registry+https://github.com/rust-lang/crates.io-index" |
29 | dependencies = [ | 31 | dependencies = [ |
30 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 32 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
31 | "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 33 | "termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
32 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 34 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
33 | ] | 35 | ] |
34 | 36 | ||
35 | [[package]] | 37 | [[package]] |
38 | name = "autocfg" | ||
39 | version = "0.1.2" | ||
40 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
41 | |||
42 | [[package]] | ||
36 | name = "backtrace" | 43 | name = "backtrace" |
37 | version = "0.3.9" | 44 | version = "0.3.15" |
38 | source = "registry+https://github.com/rust-lang/crates.io-index" | 45 | source = "registry+https://github.com/rust-lang/crates.io-index" |
39 | dependencies = [ | 46 | dependencies = [ |
40 | "backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", | 47 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
41 | "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 48 | "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
42 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 49 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
43 | "rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 50 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
44 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 51 | "rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
52 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
45 | ] | 53 | ] |
46 | 54 | ||
47 | [[package]] | 55 | [[package]] |
48 | name = "backtrace-sys" | 56 | name = "backtrace-sys" |
49 | version = "0.1.24" | 57 | version = "0.1.28" |
50 | source = "registry+https://github.com/rust-lang/crates.io-index" | 58 | source = "registry+https://github.com/rust-lang/crates.io-index" |
51 | dependencies = [ | 59 | dependencies = [ |
52 | "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", | 60 | "cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", |
53 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 61 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
54 | ] | 62 | ] |
55 | 63 | ||
56 | [[package]] | 64 | [[package]] |
57 | name = "bit-set" | 65 | name = "bit-set" |
58 | version = "0.5.0" | 66 | version = "0.5.1" |
59 | source = "registry+https://github.com/rust-lang/crates.io-index" | 67 | source = "registry+https://github.com/rust-lang/crates.io-index" |
60 | dependencies = [ | 68 | dependencies = [ |
61 | "bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | 69 | "bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
62 | ] | 70 | ] |
63 | 71 | ||
64 | [[package]] | 72 | [[package]] |
65 | name = "bit-vec" | 73 | name = "bit-vec" |
66 | version = "0.5.0" | 74 | version = "0.5.1" |
67 | source = "registry+https://github.com/rust-lang/crates.io-index" | 75 | source = "registry+https://github.com/rust-lang/crates.io-index" |
68 | 76 | ||
69 | [[package]] | 77 | [[package]] |
70 | name = "bitflags" | 78 | name = "bitflags" |
71 | version = "1.0.4" | 79 | version = "1.0.5" |
72 | source = "registry+https://github.com/rust-lang/crates.io-index" | 80 | source = "registry+https://github.com/rust-lang/crates.io-index" |
73 | 81 | ||
74 | [[package]] | 82 | [[package]] |
75 | name = "block-buffer" | 83 | name = "block-buffer" |
76 | version = "0.7.0" | 84 | version = "0.7.3" |
77 | source = "registry+https://github.com/rust-lang/crates.io-index" | 85 | source = "registry+https://github.com/rust-lang/crates.io-index" |
78 | dependencies = [ | 86 | dependencies = [ |
79 | "block-padding 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 87 | "block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
80 | "byte-tools 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 88 | "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
81 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 89 | "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
82 | "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 90 | "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
83 | ] | 91 | ] |
84 | 92 | ||
85 | [[package]] | 93 | [[package]] |
86 | name = "block-padding" | 94 | name = "block-padding" |
87 | version = "0.1.2" | 95 | version = "0.1.4" |
88 | source = "registry+https://github.com/rust-lang/crates.io-index" | 96 | source = "registry+https://github.com/rust-lang/crates.io-index" |
89 | dependencies = [ | 97 | dependencies = [ |
90 | "byte-tools 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 98 | "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
91 | ] | 99 | ] |
92 | 100 | ||
93 | [[package]] | 101 | [[package]] |
94 | name = "byte-tools" | 102 | name = "byte-tools" |
95 | version = "0.3.0" | 103 | version = "0.3.1" |
96 | source = "registry+https://github.com/rust-lang/crates.io-index" | 104 | source = "registry+https://github.com/rust-lang/crates.io-index" |
97 | 105 | ||
98 | [[package]] | 106 | [[package]] |
99 | name = "byteorder" | 107 | name = "byteorder" |
100 | version = "1.2.7" | 108 | version = "1.3.1" |
101 | source = "registry+https://github.com/rust-lang/crates.io-index" | 109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
102 | 110 | ||
103 | [[package]] | 111 | [[package]] |
104 | name = "cc" | 112 | name = "cc" |
105 | version = "1.0.25" | 113 | version = "1.0.36" |
106 | source = "registry+https://github.com/rust-lang/crates.io-index" | 114 | source = "registry+https://github.com/rust-lang/crates.io-index" |
107 | 115 | ||
108 | [[package]] | 116 | [[package]] |
109 | name = "cfg-if" | 117 | name = "cfg-if" |
110 | version = "0.1.5" | 118 | version = "0.1.7" |
119 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
120 | |||
121 | [[package]] | ||
122 | name = "chrono" | ||
123 | version = "0.4.6" | ||
111 | source = "registry+https://github.com/rust-lang/crates.io-index" | 124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
125 | dependencies = [ | ||
126 | "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", | ||
127 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
128 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | ||
129 | ] | ||
112 | 130 | ||
113 | [[package]] | 131 | [[package]] |
114 | name = "clap" | 132 | name = "clap" |
115 | version = "2.32.0" | 133 | version = "2.33.0" |
116 | source = "registry+https://github.com/rust-lang/crates.io-index" | 134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
117 | dependencies = [ | 135 | dependencies = [ |
118 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 136 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
119 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 137 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
120 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 138 | "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
121 | "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 139 | "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
122 | "textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 140 | "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
123 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 141 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
124 | "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | 142 | "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
125 | ] | 143 | ] |
@@ -130,10 +148,10 @@ version = "0.2.1" | |||
130 | source = "registry+https://github.com/rust-lang/crates.io-index" | 148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
131 | dependencies = [ | 149 | dependencies = [ |
132 | "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", | 150 | "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", |
133 | "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 151 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
134 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | 152 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
135 | "pretty_env_logger 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | 153 | "pretty_env_logger 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
136 | "structopt 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 154 | "structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", |
137 | ] | 155 | ] |
138 | 156 | ||
139 | [[package]] | 157 | [[package]] |
@@ -142,9 +160,9 @@ version = "0.2.0" | |||
142 | source = "registry+https://github.com/rust-lang/crates.io-index" | 160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
143 | dependencies = [ | 161 | dependencies = [ |
144 | "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", | 162 | "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", |
145 | "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 163 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
146 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | 164 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
147 | "structopt 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 165 | "structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", |
148 | ] | 166 | ] |
149 | 167 | ||
150 | [[package]] | 168 | [[package]] |
@@ -152,16 +170,16 @@ name = "cloudabi" | |||
152 | version = "0.0.3" | 170 | version = "0.0.3" |
153 | source = "registry+https://github.com/rust-lang/crates.io-index" | 171 | source = "registry+https://github.com/rust-lang/crates.io-index" |
154 | dependencies = [ | 172 | dependencies = [ |
155 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 173 | "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
156 | ] | 174 | ] |
157 | 175 | ||
158 | [[package]] | 176 | [[package]] |
159 | name = "dbus" | 177 | name = "dbus" |
160 | version = "0.6.2" | 178 | version = "0.6.4" |
161 | source = "registry+https://github.com/rust-lang/crates.io-index" | 179 | source = "registry+https://github.com/rust-lang/crates.io-index" |
162 | dependencies = [ | 180 | dependencies = [ |
163 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 181 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
164 | "libdbus-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 182 | "libdbus-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
165 | ] | 183 | ] |
166 | 184 | ||
167 | [[package]] | 185 | [[package]] |
@@ -179,27 +197,26 @@ dependencies = [ | |||
179 | 197 | ||
180 | [[package]] | 198 | [[package]] |
181 | name = "docopt" | 199 | name = "docopt" |
182 | version = "1.0.2" | 200 | version = "1.1.0" |
183 | source = "registry+https://github.com/rust-lang/crates.io-index" | 201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
184 | dependencies = [ | 202 | dependencies = [ |
185 | "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 203 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
186 | "regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 204 | "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
187 | "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", | 205 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
188 | "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", | 206 | "strsim 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
189 | "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
190 | ] | 207 | ] |
191 | 208 | ||
192 | [[package]] | 209 | [[package]] |
193 | name = "either" | 210 | name = "either" |
194 | version = "1.5.0" | 211 | version = "1.5.2" |
195 | source = "registry+https://github.com/rust-lang/crates.io-index" | 212 | source = "registry+https://github.com/rust-lang/crates.io-index" |
196 | 213 | ||
197 | [[package]] | 214 | [[package]] |
198 | name = "ena" | 215 | name = "ena" |
199 | version = "0.10.1" | 216 | version = "0.11.0" |
200 | source = "registry+https://github.com/rust-lang/crates.io-index" | 217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
201 | dependencies = [ | 218 | dependencies = [ |
202 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | 219 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
203 | ] | 220 | ] |
204 | 221 | ||
205 | [[package]] | 222 | [[package]] |
@@ -208,30 +225,30 @@ version = "0.5.13" | |||
208 | source = "registry+https://github.com/rust-lang/crates.io-index" | 225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
209 | dependencies = [ | 226 | dependencies = [ |
210 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 227 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
211 | "humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 228 | "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
212 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | 229 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
213 | "regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 230 | "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
214 | "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 231 | "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
215 | ] | 232 | ] |
216 | 233 | ||
217 | [[package]] | 234 | [[package]] |
218 | name = "failure" | 235 | name = "failure" |
219 | version = "0.1.2" | 236 | version = "0.1.5" |
220 | source = "registry+https://github.com/rust-lang/crates.io-index" | 237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
221 | dependencies = [ | 238 | dependencies = [ |
222 | "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | 239 | "backtrace 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
223 | "failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 240 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
224 | ] | 241 | ] |
225 | 242 | ||
226 | [[package]] | 243 | [[package]] |
227 | name = "failure_derive" | 244 | name = "failure_derive" |
228 | version = "0.1.2" | 245 | version = "0.1.5" |
229 | source = "registry+https://github.com/rust-lang/crates.io-index" | 246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
230 | dependencies = [ | 247 | dependencies = [ |
231 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", | 248 | "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
232 | "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | 249 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
233 | "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)", | 250 | "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", |
234 | "synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 251 | "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
235 | ] | 252 | ] |
236 | 253 | ||
237 | [[package]] | 254 | [[package]] |
@@ -245,30 +262,38 @@ version = "0.1.9" | |||
245 | source = "registry+https://github.com/rust-lang/crates.io-index" | 262 | source = "registry+https://github.com/rust-lang/crates.io-index" |
246 | 263 | ||
247 | [[package]] | 264 | [[package]] |
248 | name = "fuchsia-zircon" | 265 | name = "fuchsia-cprng" |
249 | version = "0.3.3" | 266 | version = "0.1.1" |
267 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
268 | |||
269 | [[package]] | ||
270 | name = "generic-array" | ||
271 | version = "0.12.0" | ||
250 | source = "registry+https://github.com/rust-lang/crates.io-index" | 272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
251 | dependencies = [ | 273 | dependencies = [ |
252 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 274 | "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
253 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
254 | ] | 275 | ] |
255 | 276 | ||
256 | [[package]] | 277 | [[package]] |
257 | name = "fuchsia-zircon-sys" | 278 | name = "hashbrown" |
258 | version = "0.3.3" | 279 | version = "0.1.8" |
259 | source = "registry+https://github.com/rust-lang/crates.io-index" | 280 | source = "registry+https://github.com/rust-lang/crates.io-index" |
281 | dependencies = [ | ||
282 | "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
283 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
284 | ] | ||
260 | 285 | ||
261 | [[package]] | 286 | [[package]] |
262 | name = "generic-array" | 287 | name = "heck" |
263 | version = "0.12.0" | 288 | version = "0.3.1" |
264 | source = "registry+https://github.com/rust-lang/crates.io-index" | 289 | source = "registry+https://github.com/rust-lang/crates.io-index" |
265 | dependencies = [ | 290 | dependencies = [ |
266 | "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 291 | "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
267 | ] | 292 | ] |
268 | 293 | ||
269 | [[package]] | 294 | [[package]] |
270 | name = "humantime" | 295 | name = "humantime" |
271 | version = "1.1.1" | 296 | version = "1.2.0" |
272 | source = "registry+https://github.com/rust-lang/crates.io-index" | 297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
273 | dependencies = [ | 298 | dependencies = [ |
274 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 299 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -276,15 +301,23 @@ dependencies = [ | |||
276 | 301 | ||
277 | [[package]] | 302 | [[package]] |
278 | name = "itertools" | 303 | name = "itertools" |
279 | version = "0.7.8" | 304 | version = "0.7.11" |
305 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
306 | dependencies = [ | ||
307 | "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
308 | ] | ||
309 | |||
310 | [[package]] | ||
311 | name = "itertools" | ||
312 | version = "0.8.0" | ||
280 | source = "registry+https://github.com/rust-lang/crates.io-index" | 313 | source = "registry+https://github.com/rust-lang/crates.io-index" |
281 | dependencies = [ | 314 | dependencies = [ |
282 | "either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | 315 | "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
283 | ] | 316 | ] |
284 | 317 | ||
285 | [[package]] | 318 | [[package]] |
286 | name = "itoa" | 319 | name = "itoa" |
287 | version = "0.4.3" | 320 | version = "0.4.4" |
288 | source = "registry+https://github.com/rust-lang/crates.io-index" | 321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
289 | 322 | ||
290 | [[package]] | 323 | [[package]] |
@@ -298,22 +331,22 @@ dependencies = [ | |||
298 | 331 | ||
299 | [[package]] | 332 | [[package]] |
300 | name = "lalrpop" | 333 | name = "lalrpop" |
301 | version = "0.16.1" | 334 | version = "0.16.3" |
302 | source = "registry+https://github.com/rust-lang/crates.io-index" | 335 | source = "registry+https://github.com/rust-lang/crates.io-index" |
303 | dependencies = [ | 336 | dependencies = [ |
304 | "ascii-canvas 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 337 | "ascii-canvas 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
305 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 338 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
306 | "bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | 339 | "bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
307 | "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | 340 | "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
308 | "docopt 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 341 | "docopt 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
309 | "ena 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 342 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
310 | "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", | 343 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
311 | "lalrpop-util 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", | 344 | "lalrpop-util 0.16.3 (registry+https://github.com/rust-lang/crates.io-index)", |
312 | "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", | 345 | "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
313 | "regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 346 | "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
314 | "regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | 347 | "regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
315 | "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", | 348 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
316 | "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", | 349 | "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
317 | "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 350 | "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
318 | "string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | 351 | "string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
319 | "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 352 | "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -322,25 +355,22 @@ dependencies = [ | |||
322 | 355 | ||
323 | [[package]] | 356 | [[package]] |
324 | name = "lalrpop-util" | 357 | name = "lalrpop-util" |
325 | version = "0.16.1" | 358 | version = "0.16.3" |
326 | source = "registry+https://github.com/rust-lang/crates.io-index" | 359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
327 | 360 | ||
328 | [[package]] | 361 | [[package]] |
329 | name = "lazy_static" | 362 | name = "lazy_static" |
330 | version = "1.1.0" | 363 | version = "1.3.0" |
331 | source = "registry+https://github.com/rust-lang/crates.io-index" | 364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
332 | dependencies = [ | ||
333 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
334 | ] | ||
335 | 365 | ||
336 | [[package]] | 366 | [[package]] |
337 | name = "libc" | 367 | name = "libc" |
338 | version = "0.2.43" | 368 | version = "0.2.54" |
339 | source = "registry+https://github.com/rust-lang/crates.io-index" | 369 | source = "registry+https://github.com/rust-lang/crates.io-index" |
340 | 370 | ||
341 | [[package]] | 371 | [[package]] |
342 | name = "libdbus-sys" | 372 | name = "libdbus-sys" |
343 | version = "0.1.3" | 373 | version = "0.1.5" |
344 | source = "registry+https://github.com/rust-lang/crates.io-index" | 374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
345 | dependencies = [ | 375 | dependencies = [ |
346 | "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", | 376 | "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -348,33 +378,70 @@ dependencies = [ | |||
348 | 378 | ||
349 | [[package]] | 379 | [[package]] |
350 | name = "log" | 380 | name = "log" |
351 | version = "0.4.5" | 381 | version = "0.4.6" |
382 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
383 | dependencies = [ | ||
384 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
385 | ] | ||
386 | |||
387 | [[package]] | ||
388 | name = "matrixmultiply" | ||
389 | version = "0.1.15" | ||
352 | source = "registry+https://github.com/rust-lang/crates.io-index" | 390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
353 | dependencies = [ | 391 | dependencies = [ |
354 | "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 392 | "rawpointer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
355 | ] | 393 | ] |
356 | 394 | ||
357 | [[package]] | 395 | [[package]] |
358 | name = "memchr" | 396 | name = "memchr" |
359 | version = "2.1.0" | 397 | version = "2.2.0" |
398 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
399 | |||
400 | [[package]] | ||
401 | name = "ndarray" | ||
402 | version = "0.12.1" | ||
360 | source = "registry+https://github.com/rust-lang/crates.io-index" | 403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
361 | dependencies = [ | 404 | dependencies = [ |
362 | "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 405 | "itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)", |
363 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 406 | "matrixmultiply 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
364 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 407 | "num-complex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
408 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
365 | ] | 409 | ] |
366 | 410 | ||
367 | [[package]] | 411 | [[package]] |
368 | name = "new_debug_unreachable" | 412 | name = "new_debug_unreachable" |
369 | version = "1.0.1" | 413 | version = "1.0.3" |
414 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
415 | |||
416 | [[package]] | ||
417 | name = "num-complex" | ||
418 | version = "0.2.1" | ||
419 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
420 | dependencies = [ | ||
421 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
422 | ] | ||
423 | |||
424 | [[package]] | ||
425 | name = "num-integer" | ||
426 | version = "0.1.39" | ||
370 | source = "registry+https://github.com/rust-lang/crates.io-index" | 427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
371 | dependencies = [ | 428 | dependencies = [ |
372 | "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 429 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
373 | ] | 430 | ] |
374 | 431 | ||
375 | [[package]] | 432 | [[package]] |
433 | name = "num-traits" | ||
434 | version = "0.2.6" | ||
435 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
436 | |||
437 | [[package]] | ||
438 | name = "numtoa" | ||
439 | version = "0.1.0" | ||
440 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
441 | |||
442 | [[package]] | ||
376 | name = "opaque-debug" | 443 | name = "opaque-debug" |
377 | version = "0.2.1" | 444 | version = "0.2.2" |
378 | source = "registry+https://github.com/rust-lang/crates.io-index" | 445 | source = "registry+https://github.com/rust-lang/crates.io-index" |
379 | 446 | ||
380 | [[package]] | 447 | [[package]] |
@@ -393,16 +460,16 @@ dependencies = [ | |||
393 | 460 | ||
394 | [[package]] | 461 | [[package]] |
395 | name = "phf_generator" | 462 | name = "phf_generator" |
396 | version = "0.7.23" | 463 | version = "0.7.24" |
397 | source = "registry+https://github.com/rust-lang/crates.io-index" | 464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
398 | dependencies = [ | 465 | dependencies = [ |
399 | "phf_shared 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)", | 466 | "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", |
400 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", | 467 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
401 | ] | 468 | ] |
402 | 469 | ||
403 | [[package]] | 470 | [[package]] |
404 | name = "phf_shared" | 471 | name = "phf_shared" |
405 | version = "0.7.23" | 472 | version = "0.7.24" |
406 | source = "registry+https://github.com/rust-lang/crates.io-index" | 473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
407 | dependencies = [ | 474 | dependencies = [ |
408 | "siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 475 | "siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -420,79 +487,148 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
420 | 487 | ||
421 | [[package]] | 488 | [[package]] |
422 | name = "pretty_env_logger" | 489 | name = "pretty_env_logger" |
423 | version = "0.2.4" | 490 | version = "0.2.5" |
424 | source = "registry+https://github.com/rust-lang/crates.io-index" | 491 | source = "registry+https://github.com/rust-lang/crates.io-index" |
425 | dependencies = [ | 492 | dependencies = [ |
426 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 493 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
494 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
427 | "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", | 495 | "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", |
428 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | 496 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
429 | ] | 497 | ] |
430 | 498 | ||
431 | [[package]] | 499 | [[package]] |
432 | name = "proc-macro2" | 500 | name = "proc-macro2" |
433 | version = "0.3.8" | 501 | version = "0.4.29" |
434 | source = "registry+https://github.com/rust-lang/crates.io-index" | 502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
435 | dependencies = [ | 503 | dependencies = [ |
436 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 504 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
437 | ] | 505 | ] |
438 | 506 | ||
439 | [[package]] | 507 | [[package]] |
440 | name = "proc-macro2" | 508 | name = "quick-error" |
441 | version = "0.4.20" | 509 | version = "1.2.2" |
510 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
511 | |||
512 | [[package]] | ||
513 | name = "quote" | ||
514 | version = "0.6.12" | ||
442 | source = "registry+https://github.com/rust-lang/crates.io-index" | 515 | source = "registry+https://github.com/rust-lang/crates.io-index" |
443 | dependencies = [ | 516 | dependencies = [ |
444 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 517 | "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
445 | ] | 518 | ] |
446 | 519 | ||
447 | [[package]] | 520 | [[package]] |
448 | name = "quick-error" | 521 | name = "rand" |
449 | version = "1.2.2" | 522 | version = "0.6.5" |
450 | source = "registry+https://github.com/rust-lang/crates.io-index" | 523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
524 | dependencies = [ | ||
525 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
526 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | ||
527 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
528 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
529 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
530 | "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
531 | "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
532 | "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
533 | "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
534 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
535 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
536 | ] | ||
451 | 537 | ||
452 | [[package]] | 538 | [[package]] |
453 | name = "quote" | 539 | name = "rand_chacha" |
454 | version = "0.5.2" | 540 | version = "0.1.1" |
455 | source = "registry+https://github.com/rust-lang/crates.io-index" | 541 | source = "registry+https://github.com/rust-lang/crates.io-index" |
456 | dependencies = [ | 542 | dependencies = [ |
457 | "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 543 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
544 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
458 | ] | 545 | ] |
459 | 546 | ||
460 | [[package]] | 547 | [[package]] |
461 | name = "quote" | 548 | name = "rand_core" |
462 | version = "0.6.8" | 549 | version = "0.3.1" |
463 | source = "registry+https://github.com/rust-lang/crates.io-index" | 550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
464 | dependencies = [ | 551 | dependencies = [ |
465 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", | 552 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
466 | ] | 553 | ] |
467 | 554 | ||
468 | [[package]] | 555 | [[package]] |
469 | name = "rand" | 556 | name = "rand_core" |
470 | version = "0.5.5" | 557 | version = "0.4.0" |
558 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
559 | |||
560 | [[package]] | ||
561 | name = "rand_hc" | ||
562 | version = "0.1.0" | ||
563 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
564 | dependencies = [ | ||
565 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
566 | ] | ||
567 | |||
568 | [[package]] | ||
569 | name = "rand_isaac" | ||
570 | version = "0.1.1" | ||
571 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
572 | dependencies = [ | ||
573 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
574 | ] | ||
575 | |||
576 | [[package]] | ||
577 | name = "rand_jitter" | ||
578 | version = "0.1.4" | ||
579 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
580 | dependencies = [ | ||
581 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | ||
582 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
583 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
584 | ] | ||
585 | |||
586 | [[package]] | ||
587 | name = "rand_os" | ||
588 | version = "0.1.3" | ||
471 | source = "registry+https://github.com/rust-lang/crates.io-index" | 589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
472 | dependencies = [ | 590 | dependencies = [ |
473 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 591 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
474 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 592 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
475 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 593 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
476 | "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 594 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
477 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 595 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
596 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
478 | ] | 597 | ] |
479 | 598 | ||
480 | [[package]] | 599 | [[package]] |
481 | name = "rand_core" | 600 | name = "rand_pcg" |
482 | version = "0.2.2" | 601 | version = "0.1.2" |
483 | source = "registry+https://github.com/rust-lang/crates.io-index" | 602 | source = "registry+https://github.com/rust-lang/crates.io-index" |
484 | dependencies = [ | 603 | dependencies = [ |
485 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 604 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
605 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
486 | ] | 606 | ] |
487 | 607 | ||
488 | [[package]] | 608 | [[package]] |
489 | name = "rand_core" | 609 | name = "rand_xorshift" |
490 | version = "0.3.0" | 610 | version = "0.1.1" |
611 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
612 | dependencies = [ | ||
613 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
614 | ] | ||
615 | |||
616 | [[package]] | ||
617 | name = "rawpointer" | ||
618 | version = "0.1.0" | ||
619 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
620 | |||
621 | [[package]] | ||
622 | name = "rdrand" | ||
623 | version = "0.4.0" | ||
491 | source = "registry+https://github.com/rust-lang/crates.io-index" | 624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
625 | dependencies = [ | ||
626 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
627 | ] | ||
492 | 628 | ||
493 | [[package]] | 629 | [[package]] |
494 | name = "redox_syscall" | 630 | name = "redox_syscall" |
495 | version = "0.1.40" | 631 | version = "0.1.54" |
496 | source = "registry+https://github.com/rust-lang/crates.io-index" | 632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
497 | 633 | ||
498 | [[package]] | 634 | [[package]] |
@@ -500,79 +636,87 @@ name = "redox_termios" | |||
500 | version = "0.1.1" | 636 | version = "0.1.1" |
501 | source = "registry+https://github.com/rust-lang/crates.io-index" | 637 | source = "registry+https://github.com/rust-lang/crates.io-index" |
502 | dependencies = [ | 638 | dependencies = [ |
503 | "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | 639 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
504 | ] | 640 | ] |
505 | 641 | ||
506 | [[package]] | 642 | [[package]] |
507 | name = "regex" | 643 | name = "regex" |
508 | version = "1.0.5" | 644 | version = "1.1.6" |
509 | source = "registry+https://github.com/rust-lang/crates.io-index" | 645 | source = "registry+https://github.com/rust-lang/crates.io-index" |
510 | dependencies = [ | 646 | dependencies = [ |
511 | "aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | 647 | "aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
512 | "memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 648 | "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
513 | "regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | 649 | "regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
514 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 650 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
515 | "utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 651 | "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
516 | ] | 652 | ] |
517 | 653 | ||
518 | [[package]] | 654 | [[package]] |
519 | name = "regex-syntax" | 655 | name = "regex-syntax" |
520 | version = "0.6.2" | 656 | version = "0.6.6" |
521 | source = "registry+https://github.com/rust-lang/crates.io-index" | 657 | source = "registry+https://github.com/rust-lang/crates.io-index" |
522 | dependencies = [ | 658 | dependencies = [ |
523 | "ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 659 | "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
524 | ] | 660 | ] |
525 | 661 | ||
526 | [[package]] | 662 | [[package]] |
527 | name = "rustc-demangle" | 663 | name = "rustc-demangle" |
528 | version = "0.1.9" | 664 | version = "0.1.14" |
529 | source = "registry+https://github.com/rust-lang/crates.io-index" | 665 | source = "registry+https://github.com/rust-lang/crates.io-index" |
530 | 666 | ||
531 | [[package]] | 667 | [[package]] |
532 | name = "ryu" | 668 | name = "ryu" |
533 | version = "0.2.6" | 669 | version = "0.2.8" |
670 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
671 | |||
672 | [[package]] | ||
673 | name = "scopeguard" | ||
674 | version = "0.3.3" | ||
534 | source = "registry+https://github.com/rust-lang/crates.io-index" | 675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
535 | 676 | ||
536 | [[package]] | 677 | [[package]] |
537 | name = "serde" | 678 | name = "serde" |
538 | version = "1.0.79" | 679 | version = "1.0.90" |
539 | source = "registry+https://github.com/rust-lang/crates.io-index" | 680 | source = "registry+https://github.com/rust-lang/crates.io-index" |
681 | dependencies = [ | ||
682 | "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", | ||
683 | ] | ||
540 | 684 | ||
541 | [[package]] | 685 | [[package]] |
542 | name = "serde_derive" | 686 | name = "serde_derive" |
543 | version = "1.0.79" | 687 | version = "1.0.90" |
544 | source = "registry+https://github.com/rust-lang/crates.io-index" | 688 | source = "registry+https://github.com/rust-lang/crates.io-index" |
545 | dependencies = [ | 689 | dependencies = [ |
546 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", | 690 | "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
547 | "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | 691 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
548 | "syn 0.15.9 (registry+https://github.com/rust-lang/crates.io-index)", | 692 | "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", |
549 | ] | 693 | ] |
550 | 694 | ||
551 | [[package]] | 695 | [[package]] |
552 | name = "serde_json" | 696 | name = "serde_json" |
553 | version = "1.0.32" | 697 | version = "1.0.39" |
554 | source = "registry+https://github.com/rust-lang/crates.io-index" | 698 | source = "registry+https://github.com/rust-lang/crates.io-index" |
555 | dependencies = [ | 699 | dependencies = [ |
556 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 700 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
557 | "ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 701 | "ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
558 | "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", | 702 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
559 | ] | 703 | ] |
560 | 704 | ||
561 | [[package]] | 705 | [[package]] |
562 | name = "set_eq" | 706 | name = "set_eq" |
563 | version = "0.1.0" | 707 | version = "0.1.0" |
564 | dependencies = [ | 708 | dependencies = [ |
565 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", | 709 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
566 | "clap-log-flag 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 710 | "clap-log-flag 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
567 | "clap-verbosity-flag 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 711 | "clap-verbosity-flag 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
568 | "dbus 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | 712 | "dbus 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
569 | "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 713 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
570 | "lalrpop 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", | 714 | "lalrpop 0.16.3 (registry+https://github.com/rust-lang/crates.io-index)", |
571 | "lalrpop-util 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", | 715 | "lalrpop-util 0.16.3 (registry+https://github.com/rust-lang/crates.io-index)", |
572 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | 716 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
573 | "regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 717 | "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
574 | "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", | 718 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
575 | "structopt 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 719 | "structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", |
576 | ] | 720 | ] |
577 | 721 | ||
578 | [[package]] | 722 | [[package]] |
@@ -580,10 +724,10 @@ name = "sha2" | |||
580 | version = "0.8.0" | 724 | version = "0.8.0" |
581 | source = "registry+https://github.com/rust-lang/crates.io-index" | 725 | source = "registry+https://github.com/rust-lang/crates.io-index" |
582 | dependencies = [ | 726 | dependencies = [ |
583 | "block-buffer 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 727 | "block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
584 | "digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 728 | "digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
585 | "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 729 | "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
586 | "opaque-debug 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 730 | "opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
587 | ] | 731 | ] |
588 | 732 | ||
589 | [[package]] | 733 | [[package]] |
@@ -596,24 +740,24 @@ name = "string_cache" | |||
596 | version = "0.7.3" | 740 | version = "0.7.3" |
597 | source = "registry+https://github.com/rust-lang/crates.io-index" | 741 | source = "registry+https://github.com/rust-lang/crates.io-index" |
598 | dependencies = [ | 742 | dependencies = [ |
599 | "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 743 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
600 | "new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 744 | "new_debug_unreachable 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
601 | "phf_shared 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)", | 745 | "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", |
602 | "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 746 | "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
603 | "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", | 747 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
604 | "string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | 748 | "string_cache_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
605 | "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 749 | "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
606 | ] | 750 | ] |
607 | 751 | ||
608 | [[package]] | 752 | [[package]] |
609 | name = "string_cache_codegen" | 753 | name = "string_cache_codegen" |
610 | version = "0.4.1" | 754 | version = "0.4.2" |
611 | source = "registry+https://github.com/rust-lang/crates.io-index" | 755 | source = "registry+https://github.com/rust-lang/crates.io-index" |
612 | dependencies = [ | 756 | dependencies = [ |
613 | "phf_generator 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)", | 757 | "phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", |
614 | "phf_shared 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)", | 758 | "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", |
615 | "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 759 | "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
616 | "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 760 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
617 | "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 761 | "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
618 | ] | 762 | ] |
619 | 763 | ||
@@ -624,56 +768,56 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
624 | 768 | ||
625 | [[package]] | 769 | [[package]] |
626 | name = "strsim" | 770 | name = "strsim" |
627 | version = "0.7.0" | 771 | version = "0.8.0" |
628 | source = "registry+https://github.com/rust-lang/crates.io-index" | 772 | source = "registry+https://github.com/rust-lang/crates.io-index" |
629 | 773 | ||
630 | [[package]] | 774 | [[package]] |
631 | name = "structopt" | 775 | name = "strsim" |
632 | version = "0.2.11" | 776 | version = "0.9.1" |
633 | source = "registry+https://github.com/rust-lang/crates.io-index" | 777 | source = "registry+https://github.com/rust-lang/crates.io-index" |
634 | dependencies = [ | 778 | dependencies = [ |
635 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", | 779 | "hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
636 | "structopt-derive 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 780 | "ndarray 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", |
637 | ] | 781 | ] |
638 | 782 | ||
639 | [[package]] | 783 | [[package]] |
640 | name = "structopt-derive" | 784 | name = "structopt" |
641 | version = "0.2.11" | 785 | version = "0.2.15" |
642 | source = "registry+https://github.com/rust-lang/crates.io-index" | 786 | source = "registry+https://github.com/rust-lang/crates.io-index" |
643 | dependencies = [ | 787 | dependencies = [ |
644 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", | 788 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
645 | "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | 789 | "structopt-derive 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", |
646 | "syn 0.15.9 (registry+https://github.com/rust-lang/crates.io-index)", | ||
647 | ] | 790 | ] |
648 | 791 | ||
649 | [[package]] | 792 | [[package]] |
650 | name = "syn" | 793 | name = "structopt-derive" |
651 | version = "0.14.9" | 794 | version = "0.2.15" |
652 | source = "registry+https://github.com/rust-lang/crates.io-index" | 795 | source = "registry+https://github.com/rust-lang/crates.io-index" |
653 | dependencies = [ | 796 | dependencies = [ |
654 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", | 797 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
655 | "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | 798 | "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
656 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 799 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
800 | "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", | ||
657 | ] | 801 | ] |
658 | 802 | ||
659 | [[package]] | 803 | [[package]] |
660 | name = "syn" | 804 | name = "syn" |
661 | version = "0.15.9" | 805 | version = "0.15.33" |
662 | source = "registry+https://github.com/rust-lang/crates.io-index" | 806 | source = "registry+https://github.com/rust-lang/crates.io-index" |
663 | dependencies = [ | 807 | dependencies = [ |
664 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", | 808 | "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
665 | "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | 809 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
666 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 810 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
667 | ] | 811 | ] |
668 | 812 | ||
669 | [[package]] | 813 | [[package]] |
670 | name = "synstructure" | 814 | name = "synstructure" |
671 | version = "0.9.0" | 815 | version = "0.10.1" |
672 | source = "registry+https://github.com/rust-lang/crates.io-index" | 816 | source = "registry+https://github.com/rust-lang/crates.io-index" |
673 | dependencies = [ | 817 | dependencies = [ |
674 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", | 818 | "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
675 | "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | 819 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
676 | "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)", | 820 | "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", |
677 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 821 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
678 | ] | 822 | ] |
679 | 823 | ||
@@ -696,17 +840,18 @@ dependencies = [ | |||
696 | 840 | ||
697 | [[package]] | 841 | [[package]] |
698 | name = "termion" | 842 | name = "termion" |
699 | version = "1.5.1" | 843 | version = "1.5.2" |
700 | source = "registry+https://github.com/rust-lang/crates.io-index" | 844 | source = "registry+https://github.com/rust-lang/crates.io-index" |
701 | dependencies = [ | 845 | dependencies = [ |
702 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 846 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
703 | "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | 847 | "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
848 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | ||
704 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 849 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
705 | ] | 850 | ] |
706 | 851 | ||
707 | [[package]] | 852 | [[package]] |
708 | name = "textwrap" | 853 | name = "textwrap" |
709 | version = "0.10.0" | 854 | version = "0.11.0" |
710 | source = "registry+https://github.com/rust-lang/crates.io-index" | 855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
711 | dependencies = [ | 856 | dependencies = [ |
712 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 857 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -717,7 +862,17 @@ name = "thread_local" | |||
717 | version = "0.3.6" | 862 | version = "0.3.6" |
718 | source = "registry+https://github.com/rust-lang/crates.io-index" | 863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
719 | dependencies = [ | 864 | dependencies = [ |
720 | "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 865 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
866 | ] | ||
867 | |||
868 | [[package]] | ||
869 | name = "time" | ||
870 | version = "0.1.42" | ||
871 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
872 | dependencies = [ | ||
873 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | ||
874 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | ||
875 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
721 | ] | 876 | ] |
722 | 877 | ||
723 | [[package]] | 878 | [[package]] |
@@ -727,7 +882,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
727 | 882 | ||
728 | [[package]] | 883 | [[package]] |
729 | name = "ucd-util" | 884 | name = "ucd-util" |
730 | version = "0.1.1" | 885 | version = "0.1.3" |
886 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
887 | |||
888 | [[package]] | ||
889 | name = "unicode-segmentation" | ||
890 | version = "1.2.1" | ||
731 | source = "registry+https://github.com/rust-lang/crates.io-index" | 891 | source = "registry+https://github.com/rust-lang/crates.io-index" |
732 | 892 | ||
733 | [[package]] | 893 | [[package]] |
@@ -741,16 +901,8 @@ version = "0.1.0" | |||
741 | source = "registry+https://github.com/rust-lang/crates.io-index" | 901 | source = "registry+https://github.com/rust-lang/crates.io-index" |
742 | 902 | ||
743 | [[package]] | 903 | [[package]] |
744 | name = "unreachable" | ||
745 | version = "1.0.0" | ||
746 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
747 | dependencies = [ | ||
748 | "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
749 | ] | ||
750 | |||
751 | [[package]] | ||
752 | name = "utf8-ranges" | 904 | name = "utf8-ranges" |
753 | version = "1.0.1" | 905 | version = "1.0.2" |
754 | source = "registry+https://github.com/rust-lang/crates.io-index" | 906 | source = "registry+https://github.com/rust-lang/crates.io-index" |
755 | 907 | ||
756 | [[package]] | 908 | [[package]] |
@@ -759,23 +911,13 @@ version = "0.8.1" | |||
759 | source = "registry+https://github.com/rust-lang/crates.io-index" | 911 | source = "registry+https://github.com/rust-lang/crates.io-index" |
760 | 912 | ||
761 | [[package]] | 913 | [[package]] |
762 | name = "version_check" | ||
763 | version = "0.1.5" | ||
764 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
765 | |||
766 | [[package]] | ||
767 | name = "void" | ||
768 | version = "1.0.2" | ||
769 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
770 | |||
771 | [[package]] | ||
772 | name = "winapi" | 914 | name = "winapi" |
773 | version = "0.2.8" | 915 | version = "0.2.8" |
774 | source = "registry+https://github.com/rust-lang/crates.io-index" | 916 | source = "registry+https://github.com/rust-lang/crates.io-index" |
775 | 917 | ||
776 | [[package]] | 918 | [[package]] |
777 | name = "winapi" | 919 | name = "winapi" |
778 | version = "0.3.6" | 920 | version = "0.3.7" |
779 | source = "registry+https://github.com/rust-lang/crates.io-index" | 921 | source = "registry+https://github.com/rust-lang/crates.io-index" |
780 | dependencies = [ | 922 | dependencies = [ |
781 | "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 923 | "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -794,10 +936,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
794 | 936 | ||
795 | [[package]] | 937 | [[package]] |
796 | name = "winapi-util" | 938 | name = "winapi-util" |
797 | version = "0.1.1" | 939 | version = "0.1.2" |
798 | source = "registry+https://github.com/rust-lang/crates.io-index" | 940 | source = "registry+https://github.com/rust-lang/crates.io-index" |
799 | dependencies = [ | 941 | dependencies = [ |
800 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 942 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
801 | ] | 943 | ] |
802 | 944 | ||
803 | [[package]] | 945 | [[package]] |
@@ -810,110 +952,127 @@ name = "wincolor" | |||
810 | version = "1.0.1" | 952 | version = "1.0.1" |
811 | source = "registry+https://github.com/rust-lang/crates.io-index" | 953 | source = "registry+https://github.com/rust-lang/crates.io-index" |
812 | dependencies = [ | 954 | dependencies = [ |
813 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 955 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
814 | "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 956 | "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
815 | ] | 957 | ] |
816 | 958 | ||
817 | [metadata] | 959 | [metadata] |
818 | "checksum aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "68f56c7353e5a9547cbd76ed90f7bb5ffc3ba09d4ea9bd1d8c06c8b1142eeb5a" | 960 | "checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c" |
819 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" | 961 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
820 | "checksum ascii-canvas 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b385d69402821a1c254533a011a312531cbcc0e3e24f19bbb4747a5a2daf37e2" | 962 | "checksum ascii-canvas 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b385d69402821a1c254533a011a312531cbcc0e3e24f19bbb4747a5a2daf37e2" |
821 | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" | 963 | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" |
822 | "checksum backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "89a47830402e9981c5c41223151efcced65a0510c13097c769cede7efb34782a" | 964 | "checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799" |
823 | "checksum backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "c66d56ac8dabd07f6aacdaf633f4b8262f5b3601a810a0dcddffd5c22c69daa0" | 965 | "checksum backtrace 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f106c02a3604afcdc0df5d36cc47b44b55917dbaf3d808f71c163a0ddba64637" |
824 | "checksum bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6f1efcc46c18245a69c38fcc5cc650f16d3a59d034f3106e9ed63748f695730a" | 966 | "checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" |
825 | "checksum bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4440d5cb623bb7390ae27fec0bb6c61111969860f8e3ae198bfa0663645e67cf" | 967 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" |
826 | "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" | 968 | "checksum bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb" |
827 | "checksum block-buffer 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49665c62e0e700857531fa5d3763e91b539ff1abeebd56808d378b495870d60d" | 969 | "checksum bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "bd1fa8ad26490b0a5cfec99089952250301b6716cdeaa7c9ab229598fb82ab66" |
828 | "checksum block-padding 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4fc4358306e344bf9775d0197fd00d2603e5afb0771bb353538630f022068ea3" | 970 | "checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" |
829 | "checksum byte-tools 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "980479e6fde23246dfb54d47580d66b4e99202e7579c5eaa9fe10ecb5ebd2182" | 971 | "checksum block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4dc3af3ee2e12f3e5d224e5e1e3d73668abbeb69e566d361f7d5563a4fdf09" |
830 | "checksum byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d" | 972 | "checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" |
831 | "checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16" | 973 | "checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb" |
832 | "checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3" | 974 | "checksum cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" = "a0c56216487bb80eec9c4516337b2588a4f2a2290d72a1416d930e4dcdb0c90d" |
833 | "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" | 975 | "checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4" |
976 | "checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" | ||
977 | "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" | ||
834 | "checksum clap-log-flag 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "935e3497eaa984678428ec289f9991c1857b3380c37cf9c3f5b5fbea7188cfba" | 978 | "checksum clap-log-flag 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "935e3497eaa984678428ec289f9991c1857b3380c37cf9c3f5b5fbea7188cfba" |
835 | "checksum clap-verbosity-flag 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bda14f5323b2b747f52908c5b7b8af7790784088bc7c2957a11695e39ad476dc" | 979 | "checksum clap-verbosity-flag 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bda14f5323b2b747f52908c5b7b8af7790784088bc7c2957a11695e39ad476dc" |
836 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" | 980 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
837 | "checksum dbus 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3e34c238dfb3f5881d46ad301403cd8f8ecf946e2a4e89bdd1166728b68b5008" | 981 | "checksum dbus 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b9e1b39f3f6aa3d4a1522c4f0f9f1e9e9167bd93740a8690874caa7cf8ce47d7" |
838 | "checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a" | 982 | "checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a" |
839 | "checksum digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05f47366984d3ad862010e22c7ce81a7dbcaebbdfb37241a620f8b6596ee135c" | 983 | "checksum digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05f47366984d3ad862010e22c7ce81a7dbcaebbdfb37241a620f8b6596ee135c" |
840 | "checksum docopt 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "db2906c2579b5b7207fc1e328796a9a8835dc44e22dbe8e460b1d636f9a7b225" | 984 | "checksum docopt 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7f525a586d310c87df72ebcd98009e57f1cc030c8c268305287a476beb653969" |
841 | "checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0" | 985 | "checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b" |
842 | "checksum ena 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "25b4e5febb25f08c49f1b07dc33a182729a6b21edfb562b5aef95f78e0dbe5bb" | 986 | "checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00" |
843 | "checksum env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38" | 987 | "checksum env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38" |
844 | "checksum failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7efb22686e4a466b1ec1a15c2898f91fa9cb340452496dca654032de20ff95b9" | 988 | "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" |
845 | "checksum failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "946d0e98a50d9831f5d589038d2ca7f8f455b1c21028c0db0e84116a12696426" | 989 | "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" |
846 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" | 990 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
847 | "checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" | 991 | "checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" |
848 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | 992 | "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
849 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | ||
850 | "checksum generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c0f28c2f5bfb5960175af447a2da7c18900693738343dc896ffbcabd9839592" | 993 | "checksum generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c0f28c2f5bfb5960175af447a2da7c18900693738343dc896ffbcabd9839592" |
851 | "checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e" | 994 | "checksum hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3bae29b6653b3412c2e71e9d486db9f9df5d701941d86683005efb9f2d28e3da" |
852 | "checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450" | 995 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
853 | "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" | 996 | "checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114" |
997 | "checksum itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)" = "0d47946d458e94a1b7bcabbf6521ea7c037062c81f534615abcad76e84d4970d" | ||
998 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" | ||
999 | "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" | ||
854 | "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | 1000 | "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
855 | "checksum lalrpop 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2c226388f060de3853c2e4e78ee68fa9038cfc65fcc8f025ce3ef92476cc8772" | 1001 | "checksum lalrpop 0.16.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4e2e80bee40b22bca46665b4ef1f3cd88ed0fb043c971407eac17a0712c02572" |
856 | "checksum lalrpop-util 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7c4eb3e3b8cd41d58f0f5aff3b10c3d394c0d0f09bea59c571f1a8371cf2cf28" | 1002 | "checksum lalrpop-util 0.16.3 (registry+https://github.com/rust-lang/crates.io-index)" = "33b27d8490dbe1f9704b0088d61e8d46edc10d5673a8829836c6ded26a9912c7" |
857 | "checksum lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7" | 1003 | "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" |
858 | "checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d" | 1004 | "checksum libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" = "c6785aa7dd976f5fbf3b71cfd9cd49d7f783c1ff565a858d71031c6c313aa5c6" |
859 | "checksum libdbus-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8720f9274907052cb50313f91201597868da9d625f8dd125f2aca5bddb7e83a1" | 1005 | "checksum libdbus-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "18cb88963258d00f4962205dbb5933d82780d9962c8c8a064b651d2ad7189210" |
860 | "checksum log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f" | 1006 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" |
861 | "checksum memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4b3629fe9fdbff6daa6c33b90f7c08355c1aca05a3d01fa8063b822fcf185f3b" | 1007 | "checksum matrixmultiply 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "dcad67dcec2d58ff56f6292582377e6921afdf3bfbd533e26fb8900ae575e002" |
862 | "checksum new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0cdc457076c78ab54d5e0d6fa7c47981757f1e34dc39ff92787f217dede586c4" | 1008 | "checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39" |
863 | "checksum opaque-debug 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "51ecbcb821e1bd256d456fe858aaa7f380b63863eab2eb86eee1bd9f33dd6682" | 1009 | "checksum ndarray 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7cf380a8af901ad627594013a3bbac903ae0a6f94e176e47e46b5bbc1877b928" |
1010 | "checksum new_debug_unreachable 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f40f005c60db6e03bae699e414c58bf9aa7ea02a2d0b9bfbcf19286cc4c82b30" | ||
1011 | "checksum num-complex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "107b9be86cd2481930688277b675b0114578227f034674726605b8a482d8baf8" | ||
1012 | "checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" | ||
1013 | "checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" | ||
1014 | "checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef" | ||
1015 | "checksum opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "93f5bb2e8e8dec81642920ccff6b61f1eb94fa3020c5a325c9851ff604152409" | ||
864 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" | 1016 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" |
865 | "checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f" | 1017 | "checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f" |
866 | "checksum phf_generator 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)" = "03dc191feb9b08b0dc1330d6549b795b9d81aec19efe6b4a45aec8d4caee0c4b" | 1018 | "checksum phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662" |
867 | "checksum phf_shared 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)" = "b539898d22d4273ded07f64a05737649dc69095d92cb87c7097ec68e3f150b93" | 1019 | "checksum phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0" |
868 | "checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c" | 1020 | "checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c" |
869 | "checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" | 1021 | "checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
870 | "checksum pretty_env_logger 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8ae1b463255bf6613ad435f8997cb57f5d045ef35eb255f5a3d6085be936bd79" | 1022 | "checksum pretty_env_logger 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ed8d1e63042e889b85228620629b51c011d380eed2c7e0015f8a644def280c28" |
871 | "checksum proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1b06e2f335f48d24442b35a19df506a835fb3547bc3c06ef27340da9acf5cae7" | 1023 | "checksum proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)" = "64c827cea7a7ab30ce4593e5e04d7a11617ad6ece2fa230605a78b00ff965316" |
872 | "checksum proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" = "3d7b7eaaa90b4a90a932a9ea6666c95a389e424eff347f0f793979289429feee" | ||
873 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | 1024 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
874 | "checksum quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8" | 1025 | "checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db" |
875 | "checksum quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dd636425967c33af890042c483632d33fa7a18f19ad1d7ea72e8998c6ef8dea5" | 1026 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
876 | "checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c" | 1027 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
877 | "checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372" | 1028 | "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
878 | "checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db" | 1029 | "checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0" |
879 | "checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1" | 1030 | "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
1031 | "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" | ||
1032 | "checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" | ||
1033 | "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" | ||
1034 | "checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" | ||
1035 | "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" | ||
1036 | "checksum rawpointer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ebac11a9d2e11f2af219b8b8d833b76b1ea0e054aa0e8d8e9e4cbde353bdf019" | ||
1037 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" | ||
1038 | "checksum redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252" | ||
880 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" | 1039 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" |
881 | "checksum regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2069749032ea3ec200ca51e4a31df41759190a88edca0d2d86ee8bedf7073341" | 1040 | "checksum regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8f0a0bcab2fd7d1d7c54fa9eae6f43eddeb9ce2e7352f8518a814a4f65d60c58" |
882 | "checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d" | 1041 | "checksum regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96" |
883 | "checksum rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395" | 1042 | "checksum rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "ccc78bfd5acd7bf3e89cffcf899e5cb1a52d6fafa8dec2739ad70c9577a57288" |
884 | "checksum ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7" | 1043 | "checksum ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "b96a9549dc8d48f2c283938303c4b5a77aa29bfbc5b54b084fb1630408899a8f" |
885 | "checksum serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)" = "84257ccd054dc351472528c8587b4de2dbf0dc0fe2e634030c1a90bfdacebaa9" | 1044 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
886 | "checksum serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)" = "31569d901045afbff7a9479f793177fe9259819aff10ab4f89ef69bbc5f567fe" | 1045 | "checksum serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = "aa5f7c20820475babd2c077c3ab5f8c77a31c15e16ea38687b4c02d3e48680f4" |
887 | "checksum serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)" = "43344e7ce05d0d8280c5940cabb4964bea626aa58b1ec0e8c73fa2a8512a38ce" | 1046 | "checksum serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = "58fc82bec244f168b23d1963b45c8bf5726e9a15a9d146a067f9081aeed2de79" |
1047 | "checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d" | ||
888 | "checksum sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b4d8bfd0e469f417657573d8451fb33d16cfe0989359b93baf3a1ffc639543d" | 1048 | "checksum sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b4d8bfd0e469f417657573d8451fb33d16cfe0989359b93baf3a1ffc639543d" |
889 | "checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" | 1049 | "checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" |
890 | "checksum string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423" | 1050 | "checksum string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423" |
891 | "checksum string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "35293b05cf1494e8ddd042a7df6756bf18d07f42d234f32e71dce8a7aabb0191" | 1051 | "checksum string_cache_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1eea1eee654ef80933142157fdad9dd8bc43cf7c74e999e369263496f04ff4da" |
892 | "checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc" | 1052 | "checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc" |
893 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" | 1053 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
894 | "checksum structopt 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ca85f2c9a5a1e2d5ac686fc0be48e40f8ad803f5bbe31f692ff71eb2dd8aad45" | 1054 | "checksum strsim 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34ac666ab1423aa93bbd4cd47b6e62db5a846df4e28b959d823776eed5b57643" |
895 | "checksum structopt-derive 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "1383e5db585da799a5c4acc496c5c868e18bf82e658c00c75cc91038fa26b55f" | 1055 | "checksum structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "3d0760c312538987d363c36c42339b55f5ee176ea8808bbe4543d484a291c8d1" |
896 | "checksum syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" = "261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741" | 1056 | "checksum structopt-derive 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "528aeb7351d042e6ffbc2a6fb76a86f9b622fdf7c25932798e7a82cb03bc94c6" |
897 | "checksum syn 0.15.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b10ee269228fb723234fce98e9aac0eaed2bd5f1ad2f6930e8d5b93f04445a1a" | 1057 | "checksum syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)" = "ec52cd796e5f01d0067225a5392e70084acc4c0013fa71d55166d38a8b307836" |
898 | "checksum synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85bb9b7550d063ea184027c9b8c20ac167cd36d3e06b3a40bceb9d746dc1a7b7" | 1058 | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" |
899 | "checksum term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1" | 1059 | "checksum term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1" |
900 | "checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f" | 1060 | "checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f" |
901 | "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" | 1061 | "checksum termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dde0593aeb8d47accea5392b39350015b5eccb12c0d98044d856983d89548dea" |
902 | "checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6" | 1062 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
903 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" | 1063 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
1064 | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" | ||
904 | "checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169" | 1065 | "checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169" |
905 | "checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d" | 1066 | "checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86" |
1067 | "checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1" | ||
906 | "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" | 1068 | "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" |
907 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" | 1069 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
908 | "checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" | 1070 | "checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737" |
909 | "checksum utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd70f467df6810094968e2fce0ee1bd0e87157aceb026a8c083bcf5e25b9efe4" | ||
910 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" | 1071 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
911 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" | ||
912 | "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" | ||
913 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | 1072 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
914 | "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0" | 1073 | "checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770" |
915 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | 1074 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
916 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | 1075 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
917 | "checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab" | 1076 | "checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" |
918 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | 1077 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
919 | "checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba" | 1078 | "checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba" |