リビジョン | 8ee55b88106dde7c4eb4bcd71d36e8a03a7dacc2 (tree) |
---|---|
日時 | 2020-10-12 19:16:29 |
作者 | ![]() |
コミッター | Alexander Larin |
Update crates
@@ -4,1376 +4,1367 @@ | ||
4 | 4 | name = "ahash" |
5 | 5 | version = "0.3.8" |
6 | 6 | source = "registry+https://github.com/rust-lang/crates.io-index" |
7 | +checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217" | |
7 | 8 | |
8 | 9 | [[package]] |
9 | 10 | name = "autocfg" |
10 | 11 | version = "0.1.7" |
11 | 12 | source = "registry+https://github.com/rust-lang/crates.io-index" |
13 | +checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" | |
12 | 14 | |
13 | 15 | [[package]] |
14 | 16 | name = "autocfg" |
15 | -version = "1.0.0" | |
17 | +version = "1.0.1" | |
16 | 18 | source = "registry+https://github.com/rust-lang/crates.io-index" |
19 | +checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" | |
17 | 20 | |
18 | 21 | [[package]] |
19 | 22 | name = "bitflags" |
20 | 23 | version = "1.2.1" |
21 | 24 | source = "registry+https://github.com/rust-lang/crates.io-index" |
25 | +checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" | |
22 | 26 | |
23 | 27 | [[package]] |
24 | 28 | name = "bytes" |
25 | 29 | version = "0.5.6" |
26 | 30 | source = "registry+https://github.com/rust-lang/crates.io-index" |
31 | +checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" | |
27 | 32 | |
28 | 33 | [[package]] |
29 | 34 | name = "cc" |
30 | -version = "1.0.58" | |
35 | +version = "1.0.61" | |
31 | 36 | source = "registry+https://github.com/rust-lang/crates.io-index" |
37 | +checksum = "ed67cbde08356238e75fc4656be4749481eeffb09e19f320a25237d5221c985d" | |
32 | 38 | |
33 | 39 | [[package]] |
34 | 40 | name = "cfg-if" |
35 | 41 | version = "0.1.10" |
36 | 42 | source = "registry+https://github.com/rust-lang/crates.io-index" |
43 | +checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" | |
37 | 44 | |
38 | 45 | [[package]] |
39 | 46 | name = "cloudabi" |
40 | 47 | version = "0.0.3" |
41 | 48 | source = "registry+https://github.com/rust-lang/crates.io-index" |
49 | +checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" | |
42 | 50 | dependencies = [ |
43 | - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
51 | + "bitflags", | |
44 | 52 | ] |
45 | 53 | |
46 | 54 | [[package]] |
47 | 55 | name = "core-foundation" |
48 | 56 | version = "0.7.0" |
49 | 57 | source = "registry+https://github.com/rust-lang/crates.io-index" |
58 | +checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171" | |
50 | 59 | dependencies = [ |
51 | - "core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
52 | - "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", | |
60 | + "core-foundation-sys", | |
61 | + "libc", | |
53 | 62 | ] |
54 | 63 | |
55 | 64 | [[package]] |
56 | 65 | name = "core-foundation-sys" |
57 | 66 | version = "0.7.0" |
58 | 67 | source = "registry+https://github.com/rust-lang/crates.io-index" |
68 | +checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac" | |
69 | + | |
70 | +[[package]] | |
71 | +name = "crossbeam-channel" | |
72 | +version = "0.4.4" | |
73 | +source = "registry+https://github.com/rust-lang/crates.io-index" | |
74 | +checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87" | |
75 | +dependencies = [ | |
76 | + "crossbeam-utils", | |
77 | + "maybe-uninit", | |
78 | +] | |
59 | 79 | |
60 | 80 | [[package]] |
61 | 81 | name = "crossbeam-deque" |
62 | 82 | version = "0.7.3" |
63 | 83 | source = "registry+https://github.com/rust-lang/crates.io-index" |
84 | +checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" | |
64 | 85 | dependencies = [ |
65 | - "crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
66 | - "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
67 | - "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
86 | + "crossbeam-epoch", | |
87 | + "crossbeam-utils", | |
88 | + "maybe-uninit", | |
68 | 89 | ] |
69 | 90 | |
70 | 91 | [[package]] |
71 | 92 | name = "crossbeam-epoch" |
72 | 93 | version = "0.8.2" |
73 | 94 | source = "registry+https://github.com/rust-lang/crates.io-index" |
95 | +checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" | |
74 | 96 | dependencies = [ |
75 | - "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
76 | - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
77 | - "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
78 | - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
79 | - "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
80 | - "memoffset 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
81 | - "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
82 | -] | |
83 | - | |
84 | -[[package]] | |
85 | -name = "crossbeam-queue" | |
86 | -version = "0.2.3" | |
87 | -source = "registry+https://github.com/rust-lang/crates.io-index" | |
88 | -dependencies = [ | |
89 | - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
90 | - "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
91 | - "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
97 | + "autocfg 1.0.1", | |
98 | + "cfg-if", | |
99 | + "crossbeam-utils", | |
100 | + "lazy_static", | |
101 | + "maybe-uninit", | |
102 | + "memoffset", | |
103 | + "scopeguard", | |
92 | 104 | ] |
93 | 105 | |
94 | 106 | [[package]] |
95 | 107 | name = "crossbeam-utils" |
96 | 108 | version = "0.7.2" |
97 | 109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
110 | +checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" | |
98 | 111 | dependencies = [ |
99 | - "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
100 | - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
101 | - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
112 | + "autocfg 1.0.1", | |
113 | + "cfg-if", | |
114 | + "lazy_static", | |
102 | 115 | ] |
103 | 116 | |
104 | 117 | [[package]] |
105 | 118 | name = "dlv-list" |
106 | 119 | version = "0.2.2" |
107 | 120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
121 | +checksum = "1b391911b9a786312a10cb9d2b3d0735adfd5a8113eb3648de26a75e91b0826c" | |
108 | 122 | dependencies = [ |
109 | - "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
123 | + "rand 0.7.3", | |
110 | 124 | ] |
111 | 125 | |
112 | 126 | [[package]] |
113 | 127 | name = "doc-comment" |
114 | 128 | version = "0.3.3" |
115 | 129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
130 | +checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" | |
116 | 131 | |
117 | 132 | [[package]] |
118 | 133 | name = "either" |
119 | -version = "1.5.3" | |
134 | +version = "1.6.1" | |
120 | 135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
136 | +checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" | |
121 | 137 | |
122 | 138 | [[package]] |
123 | 139 | name = "fnv" |
124 | 140 | version = "1.0.7" |
125 | 141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
142 | +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" | |
126 | 143 | |
127 | 144 | [[package]] |
128 | 145 | name = "foreign-types" |
129 | 146 | version = "0.3.2" |
130 | 147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
148 | +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" | |
131 | 149 | dependencies = [ |
132 | - "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
150 | + "foreign-types-shared", | |
133 | 151 | ] |
134 | 152 | |
135 | 153 | [[package]] |
136 | 154 | name = "foreign-types-shared" |
137 | 155 | version = "0.1.1" |
138 | 156 | source = "registry+https://github.com/rust-lang/crates.io-index" |
157 | +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" | |
139 | 158 | |
140 | 159 | [[package]] |
141 | 160 | name = "fuchsia-cprng" |
142 | 161 | version = "0.1.1" |
143 | 162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
163 | +checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" | |
144 | 164 | |
145 | 165 | [[package]] |
146 | 166 | name = "fuchsia-zircon" |
147 | 167 | version = "0.3.3" |
148 | 168 | source = "registry+https://github.com/rust-lang/crates.io-index" |
169 | +checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | |
149 | 170 | dependencies = [ |
150 | - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
151 | - "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
171 | + "bitflags", | |
172 | + "fuchsia-zircon-sys", | |
152 | 173 | ] |
153 | 174 | |
154 | 175 | [[package]] |
155 | 176 | name = "fuchsia-zircon-sys" |
156 | 177 | version = "0.3.3" |
157 | 178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
179 | +checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | |
158 | 180 | |
159 | 181 | [[package]] |
160 | 182 | name = "futures" |
161 | -version = "0.3.5" | |
183 | +version = "0.3.6" | |
162 | 184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
185 | +checksum = "5d8e3078b7b2a8a671cb7a3d17b4760e4181ea243227776ba83fd043b4ca034e" | |
163 | 186 | dependencies = [ |
164 | - "futures-channel 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
165 | - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
166 | - "futures-executor 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
167 | - "futures-io 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
168 | - "futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
169 | - "futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
170 | - "futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
187 | + "futures-channel", | |
188 | + "futures-core", | |
189 | + "futures-executor", | |
190 | + "futures-io", | |
191 | + "futures-sink", | |
192 | + "futures-task", | |
193 | + "futures-util", | |
171 | 194 | ] |
172 | 195 | |
173 | 196 | [[package]] |
174 | 197 | name = "futures-channel" |
175 | -version = "0.3.5" | |
198 | +version = "0.3.6" | |
176 | 199 | source = "registry+https://github.com/rust-lang/crates.io-index" |
200 | +checksum = "a7a4d35f7401e948629c9c3d6638fb9bf94e0b2121e96c3b428cc4e631f3eb74" | |
177 | 201 | dependencies = [ |
178 | - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
179 | - "futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
202 | + "futures-core", | |
203 | + "futures-sink", | |
180 | 204 | ] |
181 | 205 | |
182 | 206 | [[package]] |
183 | 207 | name = "futures-core" |
184 | -version = "0.3.5" | |
208 | +version = "0.3.6" | |
185 | 209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
210 | +checksum = "d674eaa0056896d5ada519900dbf97ead2e46a7b6621e8160d79e2f2e1e2784b" | |
186 | 211 | |
187 | 212 | [[package]] |
188 | 213 | name = "futures-executor" |
189 | -version = "0.3.5" | |
214 | +version = "0.3.6" | |
190 | 215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
216 | +checksum = "cc709ca1da6f66143b8c9bec8e6260181869893714e9b5a490b169b0414144ab" | |
191 | 217 | dependencies = [ |
192 | - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
193 | - "futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
194 | - "futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
218 | + "futures-core", | |
219 | + "futures-task", | |
220 | + "futures-util", | |
195 | 221 | ] |
196 | 222 | |
197 | 223 | [[package]] |
198 | 224 | name = "futures-io" |
199 | -version = "0.3.5" | |
225 | +version = "0.3.6" | |
200 | 226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
227 | +checksum = "5fc94b64bb39543b4e432f1790b6bf18e3ee3b74653c5449f63310e9a74b123c" | |
201 | 228 | |
202 | 229 | [[package]] |
203 | 230 | name = "futures-macro" |
204 | -version = "0.3.5" | |
231 | +version = "0.3.6" | |
205 | 232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
233 | +checksum = "f57ed14da4603b2554682e9f2ff3c65d7567b53188db96cb71538217fc64581b" | |
206 | 234 | dependencies = [ |
207 | - "proc-macro-hack 0.5.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
208 | - "proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
209 | - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
210 | - "syn 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", | |
235 | + "proc-macro-hack", | |
236 | + "proc-macro2", | |
237 | + "quote", | |
238 | + "syn", | |
211 | 239 | ] |
212 | 240 | |
213 | 241 | [[package]] |
214 | 242 | name = "futures-sink" |
215 | -version = "0.3.5" | |
243 | +version = "0.3.6" | |
216 | 244 | source = "registry+https://github.com/rust-lang/crates.io-index" |
245 | +checksum = "0d8764258ed64ebc5d9ed185cf86a95db5cac810269c5d20ececb32e0088abbd" | |
217 | 246 | |
218 | 247 | [[package]] |
219 | 248 | name = "futures-task" |
220 | -version = "0.3.5" | |
249 | +version = "0.3.6" | |
221 | 250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
251 | +checksum = "4dd26820a9f3637f1302da8bceba3ff33adbe53464b54ca24d4e2d4f1db30f94" | |
222 | 252 | dependencies = [ |
223 | - "once_cell 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
253 | + "once_cell", | |
224 | 254 | ] |
225 | 255 | |
226 | 256 | [[package]] |
227 | 257 | name = "futures-util" |
228 | -version = "0.3.5" | |
258 | +version = "0.3.6" | |
229 | 259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
260 | +checksum = "8a894a0acddba51a2d49a6f4263b1e64b8c579ece8af50fa86503d52cd1eea34" | |
230 | 261 | dependencies = [ |
231 | - "futures-channel 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
232 | - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
233 | - "futures-io 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
234 | - "futures-macro 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
235 | - "futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
236 | - "futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
237 | - "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
238 | - "pin-project 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)", | |
239 | - "pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
240 | - "proc-macro-hack 0.5.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
241 | - "proc-macro-nested 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
242 | - "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
262 | + "futures-channel", | |
263 | + "futures-core", | |
264 | + "futures-io", | |
265 | + "futures-macro", | |
266 | + "futures-sink", | |
267 | + "futures-task", | |
268 | + "memchr", | |
269 | + "pin-project", | |
270 | + "pin-utils", | |
271 | + "proc-macro-hack", | |
272 | + "proc-macro-nested", | |
273 | + "slab", | |
243 | 274 | ] |
244 | 275 | |
245 | 276 | [[package]] |
246 | 277 | name = "getrandom" |
247 | -version = "0.1.14" | |
278 | +version = "0.1.15" | |
248 | 279 | source = "registry+https://github.com/rust-lang/crates.io-index" |
280 | +checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6" | |
249 | 281 | dependencies = [ |
250 | - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
251 | - "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", | |
252 | - "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", | |
282 | + "cfg-if", | |
283 | + "libc", | |
284 | + "wasi", | |
253 | 285 | ] |
254 | 286 | |
255 | 287 | [[package]] |
256 | 288 | name = "h2" |
257 | 289 | version = "0.2.6" |
258 | 290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
291 | +checksum = "993f9e0baeed60001cf565546b0d3dbe6a6ad23f2bd31644a133c641eccf6d53" | |
259 | 292 | dependencies = [ |
260 | - "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
261 | - "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
262 | - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
263 | - "futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
264 | - "futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
265 | - "http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
266 | - "indexmap 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
267 | - "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
268 | - "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", | |
269 | - "tokio-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
270 | - "tracing 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
293 | + "bytes", | |
294 | + "fnv", | |
295 | + "futures-core", | |
296 | + "futures-sink", | |
297 | + "futures-util", | |
298 | + "http", | |
299 | + "indexmap", | |
300 | + "slab", | |
301 | + "tokio", | |
302 | + "tokio-util", | |
303 | + "tracing", | |
271 | 304 | ] |
272 | 305 | |
273 | 306 | [[package]] |
274 | 307 | name = "hashbrown" |
275 | 308 | version = "0.7.2" |
276 | 309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
310 | +checksum = "96282e96bfcd3da0d3aa9938bedf1e50df3269b6db08b4876d2da0bb1a0841cf" | |
277 | 311 | dependencies = [ |
278 | - "ahash 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
279 | - "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
312 | + "ahash", | |
313 | + "autocfg 1.0.1", | |
280 | 314 | ] |
281 | 315 | |
282 | 316 | [[package]] |
283 | 317 | name = "hashbrown" |
284 | -version = "0.8.1" | |
318 | +version = "0.9.1" | |
285 | 319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
286 | -dependencies = [ | |
287 | - "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
288 | -] | |
320 | +checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" | |
289 | 321 | |
290 | 322 | [[package]] |
291 | 323 | name = "hermit-abi" |
292 | -version = "0.1.15" | |
324 | +version = "0.1.17" | |
293 | 325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
326 | +checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8" | |
294 | 327 | dependencies = [ |
295 | - "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", | |
328 | + "libc", | |
296 | 329 | ] |
297 | 330 | |
298 | 331 | [[package]] |
299 | 332 | name = "http" |
300 | 333 | version = "0.2.1" |
301 | 334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
335 | +checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9" | |
302 | 336 | dependencies = [ |
303 | - "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
304 | - "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
305 | - "itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
337 | + "bytes", | |
338 | + "fnv", | |
339 | + "itoa", | |
306 | 340 | ] |
307 | 341 | |
308 | 342 | [[package]] |
309 | 343 | name = "http-body" |
310 | 344 | version = "0.3.1" |
311 | 345 | source = "registry+https://github.com/rust-lang/crates.io-index" |
346 | +checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" | |
312 | 347 | dependencies = [ |
313 | - "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
314 | - "http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
348 | + "bytes", | |
349 | + "http", | |
315 | 350 | ] |
316 | 351 | |
317 | 352 | [[package]] |
318 | 353 | name = "httparse" |
319 | 354 | version = "1.3.4" |
320 | 355 | source = "registry+https://github.com/rust-lang/crates.io-index" |
356 | +checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" | |
357 | + | |
358 | +[[package]] | |
359 | +name = "httpdate" | |
360 | +version = "0.3.2" | |
361 | +source = "registry+https://github.com/rust-lang/crates.io-index" | |
362 | +checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" | |
321 | 363 | |
322 | 364 | [[package]] |
323 | 365 | name = "hyper" |
324 | -version = "0.13.7" | |
366 | +version = "0.13.8" | |
325 | 367 | source = "registry+https://github.com/rust-lang/crates.io-index" |
368 | +checksum = "2f3afcfae8af5ad0576a31e768415edb627824129e8e5a29b8bfccb2f234e835" | |
326 | 369 | dependencies = [ |
327 | - "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
328 | - "futures-channel 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
329 | - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
330 | - "futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
331 | - "h2 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
332 | - "http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
333 | - "http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
334 | - "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
335 | - "itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
336 | - "pin-project 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)", | |
337 | - "socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
338 | - "time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
339 | - "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", | |
340 | - "tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
341 | - "tracing 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
342 | - "want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
370 | + "bytes", | |
371 | + "futures-channel", | |
372 | + "futures-core", | |
373 | + "futures-util", | |
374 | + "h2", | |
375 | + "http", | |
376 | + "http-body", | |
377 | + "httparse", | |
378 | + "httpdate", | |
379 | + "itoa", | |
380 | + "pin-project", | |
381 | + "socket2", | |
382 | + "tokio", | |
383 | + "tower-service", | |
384 | + "tracing", | |
385 | + "want", | |
343 | 386 | ] |
344 | 387 | |
345 | 388 | [[package]] |
346 | 389 | name = "hyper-tls" |
347 | 390 | version = "0.4.3" |
348 | 391 | source = "registry+https://github.com/rust-lang/crates.io-index" |
392 | +checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed" | |
349 | 393 | dependencies = [ |
350 | - "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
351 | - "hyper 0.13.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
352 | - "native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
353 | - "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", | |
354 | - "tokio-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
394 | + "bytes", | |
395 | + "hyper", | |
396 | + "native-tls", | |
397 | + "tokio", | |
398 | + "tokio-tls", | |
355 | 399 | ] |
356 | 400 | |
357 | 401 | [[package]] |
358 | 402 | name = "indexmap" |
359 | -version = "1.5.0" | |
403 | +version = "1.6.0" | |
360 | 404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
405 | +checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2" | |
361 | 406 | dependencies = [ |
362 | - "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
363 | - "hashbrown 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
407 | + "autocfg 1.0.1", | |
408 | + "hashbrown 0.9.1", | |
364 | 409 | ] |
365 | 410 | |
366 | 411 | [[package]] |
367 | 412 | name = "iovec" |
368 | 413 | version = "0.1.4" |
369 | 414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
415 | +checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" | |
370 | 416 | dependencies = [ |
371 | - "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", | |
417 | + "libc", | |
372 | 418 | ] |
373 | 419 | |
374 | 420 | [[package]] |
375 | 421 | name = "itoa" |
376 | 422 | version = "0.4.6" |
377 | 423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
424 | +checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6" | |
378 | 425 | |
379 | 426 | [[package]] |
380 | 427 | name = "kernel32-sys" |
381 | 428 | version = "0.2.2" |
382 | 429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
430 | +checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | |
383 | 431 | dependencies = [ |
384 | - "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
385 | - "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
432 | + "winapi 0.2.8", | |
433 | + "winapi-build", | |
386 | 434 | ] |
387 | 435 | |
388 | 436 | [[package]] |
389 | 437 | name = "lazy_static" |
390 | 438 | version = "1.4.0" |
391 | 439 | source = "registry+https://github.com/rust-lang/crates.io-index" |
440 | +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | |
392 | 441 | |
393 | 442 | [[package]] |
394 | 443 | name = "libc" |
395 | -version = "0.2.74" | |
444 | +version = "0.2.79" | |
396 | 445 | source = "registry+https://github.com/rust-lang/crates.io-index" |
446 | +checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743" | |
397 | 447 | |
398 | 448 | [[package]] |
399 | 449 | name = "log" |
400 | 450 | version = "0.3.9" |
401 | 451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
452 | +checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" | |
402 | 453 | dependencies = [ |
403 | - "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
454 | + "log 0.4.11", | |
404 | 455 | ] |
405 | 456 | |
406 | 457 | [[package]] |
407 | 458 | name = "log" |
408 | 459 | version = "0.4.11" |
409 | 460 | source = "registry+https://github.com/rust-lang/crates.io-index" |
461 | +checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" | |
410 | 462 | dependencies = [ |
411 | - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
463 | + "cfg-if", | |
412 | 464 | ] |
413 | 465 | |
414 | 466 | [[package]] |
415 | 467 | name = "maybe-uninit" |
416 | 468 | version = "2.0.0" |
417 | 469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
470 | +checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" | |
418 | 471 | |
419 | 472 | [[package]] |
420 | 473 | name = "memchr" |
421 | 474 | version = "2.3.3" |
422 | 475 | source = "registry+https://github.com/rust-lang/crates.io-index" |
476 | +checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" | |
423 | 477 | |
424 | 478 | [[package]] |
425 | 479 | name = "memoffset" |
426 | -version = "0.5.5" | |
480 | +version = "0.5.6" | |
427 | 481 | source = "registry+https://github.com/rust-lang/crates.io-index" |
482 | +checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa" | |
428 | 483 | dependencies = [ |
429 | - "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
484 | + "autocfg 1.0.1", | |
430 | 485 | ] |
431 | 486 | |
432 | 487 | [[package]] |
433 | 488 | name = "mime" |
434 | 489 | version = "0.2.6" |
435 | 490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
491 | +checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0" | |
436 | 492 | dependencies = [ |
437 | - "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
493 | + "log 0.3.9", | |
438 | 494 | ] |
439 | 495 | |
440 | 496 | [[package]] |
441 | 497 | name = "mime_guess" |
442 | 498 | version = "1.8.8" |
443 | 499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
500 | +checksum = "216929a5ee4dd316b1702eedf5e74548c123d370f47841ceaac38ca154690ca3" | |
444 | 501 | dependencies = [ |
445 | - "mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
446 | - "phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
447 | - "phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
448 | - "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
502 | + "mime", | |
503 | + "phf", | |
504 | + "phf_codegen", | |
505 | + "unicase", | |
449 | 506 | ] |
450 | 507 | |
451 | 508 | [[package]] |
452 | 509 | name = "mio" |
453 | 510 | version = "0.6.22" |
454 | 511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
512 | +checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430" | |
455 | 513 | dependencies = [ |
456 | - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
457 | - "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
458 | - "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
459 | - "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
460 | - "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
461 | - "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", | |
462 | - "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
463 | - "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
464 | - "net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", | |
465 | - "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
466 | - "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
514 | + "cfg-if", | |
515 | + "fuchsia-zircon", | |
516 | + "fuchsia-zircon-sys", | |
517 | + "iovec", | |
518 | + "kernel32-sys", | |
519 | + "libc", | |
520 | + "log 0.4.11", | |
521 | + "miow", | |
522 | + "net2", | |
523 | + "slab", | |
524 | + "winapi 0.2.8", | |
467 | 525 | ] |
468 | 526 | |
469 | 527 | [[package]] |
470 | 528 | name = "miow" |
471 | 529 | version = "0.2.1" |
472 | 530 | source = "registry+https://github.com/rust-lang/crates.io-index" |
531 | +checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" | |
473 | 532 | dependencies = [ |
474 | - "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
475 | - "net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", | |
476 | - "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
477 | - "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
533 | + "kernel32-sys", | |
534 | + "net2", | |
535 | + "winapi 0.2.8", | |
536 | + "ws2_32-sys", | |
478 | 537 | ] |
479 | 538 | |
480 | 539 | [[package]] |
481 | 540 | name = "multipart" |
482 | 541 | version = "0.16.1" |
483 | 542 | source = "registry+https://github.com/rust-lang/crates.io-index" |
543 | +checksum = "136eed74cadb9edd2651ffba732b19a450316b680e4f48d6c79e905799e19d01" | |
484 | 544 | dependencies = [ |
485 | - "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
486 | - "mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
487 | - "mime_guess 1.8.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
488 | - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
489 | - "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
545 | + "log 0.4.11", | |
546 | + "mime", | |
547 | + "mime_guess", | |
548 | + "rand 0.6.5", | |
549 | + "tempfile", | |
490 | 550 | ] |
491 | 551 | |
492 | 552 | [[package]] |
493 | 553 | name = "native-tls" |
494 | 554 | version = "0.2.4" |
495 | 555 | source = "registry+https://github.com/rust-lang/crates.io-index" |
556 | +checksum = "2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d" | |
496 | 557 | dependencies = [ |
497 | - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
498 | - "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", | |
499 | - "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
500 | - "openssl 0.10.30 (registry+https://github.com/rust-lang/crates.io-index)", | |
501 | - "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
502 | - "openssl-sys 0.9.58 (registry+https://github.com/rust-lang/crates.io-index)", | |
503 | - "schannel 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
504 | - "security-framework 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
505 | - "security-framework-sys 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
506 | - "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
558 | + "lazy_static", | |
559 | + "libc", | |
560 | + "log 0.4.11", | |
561 | + "openssl", | |
562 | + "openssl-probe", | |
563 | + "openssl-sys", | |
564 | + "schannel", | |
565 | + "security-framework", | |
566 | + "security-framework-sys", | |
567 | + "tempfile", | |
507 | 568 | ] |
508 | 569 | |
509 | 570 | [[package]] |
510 | 571 | name = "net2" |
511 | -version = "0.2.34" | |
572 | +version = "0.2.35" | |
512 | 573 | source = "registry+https://github.com/rust-lang/crates.io-index" |
574 | +checksum = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853" | |
513 | 575 | dependencies = [ |
514 | - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
515 | - "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", | |
516 | - "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
576 | + "cfg-if", | |
577 | + "libc", | |
578 | + "winapi 0.3.9", | |
517 | 579 | ] |
518 | 580 | |
519 | 581 | [[package]] |
520 | 582 | name = "ntapi" |
521 | 583 | version = "0.3.4" |
522 | 584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
585 | +checksum = "7a31937dea023539c72ddae0e3571deadc1414b300483fa7aaec176168cfa9d2" | |
523 | 586 | dependencies = [ |
524 | - "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
587 | + "winapi 0.3.9", | |
525 | 588 | ] |
526 | 589 | |
527 | 590 | [[package]] |
528 | 591 | name = "num-traits" |
529 | 592 | version = "0.2.12" |
530 | 593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
594 | +checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611" | |
531 | 595 | dependencies = [ |
532 | - "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
596 | + "autocfg 1.0.1", | |
533 | 597 | ] |
534 | 598 | |
535 | 599 | [[package]] |
536 | 600 | name = "num_cpus" |
537 | 601 | version = "1.13.0" |
538 | 602 | source = "registry+https://github.com/rust-lang/crates.io-index" |
603 | +checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" | |
539 | 604 | dependencies = [ |
540 | - "hermit-abi 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", | |
541 | - "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", | |
605 | + "hermit-abi", | |
606 | + "libc", | |
542 | 607 | ] |
543 | 608 | |
544 | 609 | [[package]] |
545 | 610 | name = "once_cell" |
546 | -version = "1.4.0" | |
611 | +version = "1.4.1" | |
547 | 612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
613 | +checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad" | |
548 | 614 | |
549 | 615 | [[package]] |
550 | 616 | name = "openssl" |
551 | 617 | version = "0.10.30" |
552 | 618 | source = "registry+https://github.com/rust-lang/crates.io-index" |
619 | +checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4" | |
553 | 620 | dependencies = [ |
554 | - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
555 | - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
556 | - "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
557 | - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
558 | - "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", | |
559 | - "openssl-sys 0.9.58 (registry+https://github.com/rust-lang/crates.io-index)", | |
621 | + "bitflags", | |
622 | + "cfg-if", | |
623 | + "foreign-types", | |
624 | + "lazy_static", | |
625 | + "libc", | |
626 | + "openssl-sys", | |
560 | 627 | ] |
561 | 628 | |
562 | 629 | [[package]] |
563 | 630 | name = "openssl-probe" |
564 | 631 | version = "0.1.2" |
565 | 632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
633 | +checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" | |
566 | 634 | |
567 | 635 | [[package]] |
568 | 636 | name = "openssl-sys" |
569 | 637 | version = "0.9.58" |
570 | 638 | source = "registry+https://github.com/rust-lang/crates.io-index" |
639 | +checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de" | |
571 | 640 | dependencies = [ |
572 | - "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
573 | - "cc 1.0.58 (registry+https://github.com/rust-lang/crates.io-index)", | |
574 | - "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", | |
575 | - "pkg-config 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
576 | - "vcpkg 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
641 | + "autocfg 1.0.1", | |
642 | + "cc", | |
643 | + "libc", | |
644 | + "pkg-config", | |
645 | + "vcpkg", | |
577 | 646 | ] |
578 | 647 | |
579 | 648 | [[package]] |
580 | 649 | name = "ordered-float" |
581 | 650 | version = "1.1.0" |
582 | 651 | source = "registry+https://github.com/rust-lang/crates.io-index" |
652 | +checksum = "3741934be594d77de1c8461ebcbbe866f585ea616a9753aa78f2bdc69f0e4579" | |
583 | 653 | dependencies = [ |
584 | - "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
654 | + "num-traits", | |
585 | 655 | ] |
586 | 656 | |
587 | 657 | [[package]] |
588 | 658 | name = "ordered-multimap" |
589 | 659 | version = "0.2.4" |
590 | 660 | source = "registry+https://github.com/rust-lang/crates.io-index" |
661 | +checksum = "e88f947c6799d5eff50e6cf8a2365c17ac4aa8f8f43aceeedc29b616d872a358" | |
591 | 662 | dependencies = [ |
592 | - "dlv-list 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
593 | - "hashbrown 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
663 | + "dlv-list", | |
664 | + "hashbrown 0.7.2", | |
594 | 665 | ] |
595 | 666 | |
596 | 667 | [[package]] |
597 | 668 | name = "phf" |
598 | 669 | version = "0.7.24" |
599 | 670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
671 | +checksum = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18" | |
600 | 672 | dependencies = [ |
601 | - "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
673 | + "phf_shared", | |
602 | 674 | ] |
603 | 675 | |
604 | 676 | [[package]] |
605 | 677 | name = "phf_codegen" |
606 | 678 | version = "0.7.24" |
607 | 679 | source = "registry+https://github.com/rust-lang/crates.io-index" |
680 | +checksum = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e" | |
608 | 681 | dependencies = [ |
609 | - "phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
610 | - "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
682 | + "phf_generator", | |
683 | + "phf_shared", | |
611 | 684 | ] |
612 | 685 | |
613 | 686 | [[package]] |
614 | 687 | name = "phf_generator" |
615 | 688 | version = "0.7.24" |
616 | 689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
690 | +checksum = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662" | |
617 | 691 | dependencies = [ |
618 | - "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
619 | - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
692 | + "phf_shared", | |
693 | + "rand 0.6.5", | |
620 | 694 | ] |
621 | 695 | |
622 | 696 | [[package]] |
623 | 697 | name = "phf_shared" |
624 | 698 | version = "0.7.24" |
625 | 699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
700 | +checksum = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0" | |
626 | 701 | dependencies = [ |
627 | - "siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
628 | - "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
702 | + "siphasher", | |
703 | + "unicase", | |
629 | 704 | ] |
630 | 705 | |
631 | 706 | [[package]] |
632 | 707 | name = "pin-project" |
633 | -version = "0.4.23" | |
708 | +version = "0.4.27" | |
634 | 709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
710 | +checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15" | |
635 | 711 | dependencies = [ |
636 | - "pin-project-internal 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)", | |
712 | + "pin-project-internal", | |
637 | 713 | ] |
638 | 714 | |
639 | 715 | [[package]] |
640 | 716 | name = "pin-project-internal" |
641 | -version = "0.4.23" | |
717 | +version = "0.4.27" | |
642 | 718 | source = "registry+https://github.com/rust-lang/crates.io-index" |
719 | +checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895" | |
643 | 720 | dependencies = [ |
644 | - "proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
645 | - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
646 | - "syn 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", | |
721 | + "proc-macro2", | |
722 | + "quote", | |
723 | + "syn", | |
647 | 724 | ] |
648 | 725 | |
649 | 726 | [[package]] |
650 | 727 | name = "pin-project-lite" |
651 | -version = "0.1.7" | |
728 | +version = "0.1.10" | |
652 | 729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
730 | +checksum = "e555d9e657502182ac97b539fb3dae8b79cda19e3e4f8ffb5e8de4f18df93c95" | |
653 | 731 | |
654 | 732 | [[package]] |
655 | 733 | name = "pin-utils" |
656 | 734 | version = "0.1.0" |
657 | 735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
736 | +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" | |
658 | 737 | |
659 | 738 | [[package]] |
660 | 739 | name = "pkg-config" |
661 | 740 | version = "0.3.18" |
662 | 741 | source = "registry+https://github.com/rust-lang/crates.io-index" |
742 | +checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33" | |
663 | 743 | |
664 | 744 | [[package]] |
665 | 745 | name = "ppv-lite86" |
666 | -version = "0.2.8" | |
746 | +version = "0.2.9" | |
667 | 747 | source = "registry+https://github.com/rust-lang/crates.io-index" |
748 | +checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20" | |
668 | 749 | |
669 | 750 | [[package]] |
670 | 751 | name = "proc-macro-hack" |
671 | 752 | version = "0.5.18" |
672 | 753 | source = "registry+https://github.com/rust-lang/crates.io-index" |
754 | +checksum = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598" | |
673 | 755 | |
674 | 756 | [[package]] |
675 | 757 | name = "proc-macro-nested" |
676 | 758 | version = "0.1.6" |
677 | 759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
760 | +checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a" | |
678 | 761 | |
679 | 762 | [[package]] |
680 | 763 | name = "proc-macro2" |
681 | -version = "1.0.19" | |
764 | +version = "1.0.24" | |
682 | 765 | source = "registry+https://github.com/rust-lang/crates.io-index" |
766 | +checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" | |
683 | 767 | dependencies = [ |
684 | - "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
768 | + "unicode-xid", | |
685 | 769 | ] |
686 | 770 | |
687 | 771 | [[package]] |
688 | 772 | name = "quote" |
689 | 773 | version = "1.0.7" |
690 | 774 | source = "registry+https://github.com/rust-lang/crates.io-index" |
775 | +checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" | |
691 | 776 | dependencies = [ |
692 | - "proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
777 | + "proc-macro2", | |
693 | 778 | ] |
694 | 779 | |
695 | 780 | [[package]] |
696 | 781 | name = "rand" |
697 | 782 | version = "0.6.5" |
698 | 783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
784 | +checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" | |
699 | 785 | dependencies = [ |
700 | - "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
701 | - "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", | |
702 | - "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
703 | - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
704 | - "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
705 | - "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
706 | - "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
707 | - "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
708 | - "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
709 | - "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
710 | - "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
786 | + "autocfg 0.1.7", | |
787 | + "libc", | |
788 | + "rand_chacha 0.1.1", | |
789 | + "rand_core 0.4.2", | |
790 | + "rand_hc 0.1.0", | |
791 | + "rand_isaac", | |
792 | + "rand_jitter", | |
793 | + "rand_os", | |
794 | + "rand_pcg", | |
795 | + "rand_xorshift", | |
796 | + "winapi 0.3.9", | |
711 | 797 | ] |
712 | 798 | |
713 | 799 | [[package]] |
714 | 800 | name = "rand" |
715 | 801 | version = "0.7.3" |
716 | 802 | source = "registry+https://github.com/rust-lang/crates.io-index" |
803 | +checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" | |
717 | 804 | dependencies = [ |
718 | - "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
719 | - "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", | |
720 | - "rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
721 | - "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
722 | - "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
805 | + "getrandom", | |
806 | + "libc", | |
807 | + "rand_chacha 0.2.2", | |
808 | + "rand_core 0.5.1", | |
809 | + "rand_hc 0.2.0", | |
723 | 810 | ] |
724 | 811 | |
725 | 812 | [[package]] |
726 | 813 | name = "rand_chacha" |
727 | 814 | version = "0.1.1" |
728 | 815 | source = "registry+https://github.com/rust-lang/crates.io-index" |
816 | +checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" | |
729 | 817 | dependencies = [ |
730 | - "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
731 | - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
818 | + "autocfg 0.1.7", | |
819 | + "rand_core 0.3.1", | |
732 | 820 | ] |
733 | 821 | |
734 | 822 | [[package]] |
735 | 823 | name = "rand_chacha" |
736 | 824 | version = "0.2.2" |
737 | 825 | source = "registry+https://github.com/rust-lang/crates.io-index" |
826 | +checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" | |
738 | 827 | dependencies = [ |
739 | - "ppv-lite86 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
740 | - "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
828 | + "ppv-lite86", | |
829 | + "rand_core 0.5.1", | |
741 | 830 | ] |
742 | 831 | |
743 | 832 | [[package]] |
744 | 833 | name = "rand_core" |
745 | 834 | version = "0.3.1" |
746 | 835 | source = "registry+https://github.com/rust-lang/crates.io-index" |
836 | +checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" | |
747 | 837 | dependencies = [ |
748 | - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
838 | + "rand_core 0.4.2", | |
749 | 839 | ] |
750 | 840 | |
751 | 841 | [[package]] |
752 | 842 | name = "rand_core" |
753 | 843 | version = "0.4.2" |
754 | 844 | source = "registry+https://github.com/rust-lang/crates.io-index" |
845 | +checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" | |
755 | 846 | |
756 | 847 | [[package]] |
757 | 848 | name = "rand_core" |
758 | 849 | version = "0.5.1" |
759 | 850 | source = "registry+https://github.com/rust-lang/crates.io-index" |
851 | +checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" | |
760 | 852 | dependencies = [ |
761 | - "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
853 | + "getrandom", | |
762 | 854 | ] |
763 | 855 | |
764 | 856 | [[package]] |
765 | 857 | name = "rand_hc" |
766 | 858 | version = "0.1.0" |
767 | 859 | source = "registry+https://github.com/rust-lang/crates.io-index" |
860 | +checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" | |
768 | 861 | dependencies = [ |
769 | - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
862 | + "rand_core 0.3.1", | |
770 | 863 | ] |
771 | 864 | |
772 | 865 | [[package]] |
773 | 866 | name = "rand_hc" |
774 | 867 | version = "0.2.0" |
775 | 868 | source = "registry+https://github.com/rust-lang/crates.io-index" |
869 | +checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" | |
776 | 870 | dependencies = [ |
777 | - "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
871 | + "rand_core 0.5.1", | |
778 | 872 | ] |
779 | 873 | |
780 | 874 | [[package]] |
781 | 875 | name = "rand_isaac" |
782 | 876 | version = "0.1.1" |
783 | 877 | source = "registry+https://github.com/rust-lang/crates.io-index" |
878 | +checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" | |
784 | 879 | dependencies = [ |
785 | - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
880 | + "rand_core 0.3.1", | |
786 | 881 | ] |
787 | 882 | |
788 | 883 | [[package]] |
789 | 884 | name = "rand_jitter" |
790 | 885 | version = "0.1.4" |
791 | 886 | source = "registry+https://github.com/rust-lang/crates.io-index" |
887 | +checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" | |
792 | 888 | dependencies = [ |
793 | - "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", | |
794 | - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
795 | - "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
889 | + "libc", | |
890 | + "rand_core 0.4.2", | |
891 | + "winapi 0.3.9", | |
796 | 892 | ] |
797 | 893 | |
798 | 894 | [[package]] |
799 | 895 | name = "rand_os" |
800 | 896 | version = "0.1.3" |
801 | 897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
898 | +checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" | |
802 | 899 | dependencies = [ |
803 | - "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
804 | - "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
805 | - "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", | |
806 | - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
807 | - "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
808 | - "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
900 | + "cloudabi", | |
901 | + "fuchsia-cprng", | |
902 | + "libc", | |
903 | + "rand_core 0.4.2", | |
904 | + "rdrand", | |
905 | + "winapi 0.3.9", | |
809 | 906 | ] |
810 | 907 | |
811 | 908 | [[package]] |
812 | 909 | name = "rand_pcg" |
813 | 910 | version = "0.1.2" |
814 | 911 | source = "registry+https://github.com/rust-lang/crates.io-index" |
912 | +checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" | |
815 | 913 | dependencies = [ |
816 | - "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
817 | - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
914 | + "autocfg 0.1.7", | |
915 | + "rand_core 0.4.2", | |
818 | 916 | ] |
819 | 917 | |
820 | 918 | [[package]] |
821 | 919 | name = "rand_xorshift" |
822 | 920 | version = "0.1.1" |
823 | 921 | source = "registry+https://github.com/rust-lang/crates.io-index" |
922 | +checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" | |
824 | 923 | dependencies = [ |
825 | - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
924 | + "rand_core 0.3.1", | |
826 | 925 | ] |
827 | 926 | |
828 | 927 | [[package]] |
829 | 928 | name = "rayon" |
830 | -version = "1.3.1" | |
929 | +version = "1.4.1" | |
831 | 930 | source = "registry+https://github.com/rust-lang/crates.io-index" |
931 | +checksum = "dcf6960dc9a5b4ee8d3e4c5787b4a112a8818e0290a42ff664ad60692fdf2032" | |
832 | 932 | dependencies = [ |
833 | - "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
834 | - "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
835 | - "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
836 | - "rayon-core 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
933 | + "autocfg 1.0.1", | |
934 | + "crossbeam-deque", | |
935 | + "either", | |
936 | + "rayon-core", | |
837 | 937 | ] |
838 | 938 | |
839 | 939 | [[package]] |
840 | 940 | name = "rayon-core" |
841 | -version = "1.7.1" | |
941 | +version = "1.8.1" | |
842 | 942 | source = "registry+https://github.com/rust-lang/crates.io-index" |
943 | +checksum = "e8c4fec834fb6e6d2dd5eece3c7b432a52f0ba887cf40e595190c4107edc08bf" | |
843 | 944 | dependencies = [ |
844 | - "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
845 | - "crossbeam-queue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
846 | - "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
847 | - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
848 | - "num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
945 | + "crossbeam-channel", | |
946 | + "crossbeam-deque", | |
947 | + "crossbeam-utils", | |
948 | + "lazy_static", | |
949 | + "num_cpus", | |
849 | 950 | ] |
850 | 951 | |
851 | 952 | [[package]] |
852 | 953 | name = "rdrand" |
853 | 954 | version = "0.4.0" |
854 | 955 | source = "registry+https://github.com/rust-lang/crates.io-index" |
956 | +checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" | |
855 | 957 | dependencies = [ |
856 | - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
958 | + "rand_core 0.3.1", | |
857 | 959 | ] |
858 | 960 | |
859 | 961 | [[package]] |
860 | 962 | name = "redox_syscall" |
861 | 963 | version = "0.1.57" |
862 | 964 | source = "registry+https://github.com/rust-lang/crates.io-index" |
965 | +checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" | |
863 | 966 | |
864 | 967 | [[package]] |
865 | 968 | name = "remove_dir_all" |
866 | 969 | version = "0.5.3" |
867 | 970 | source = "registry+https://github.com/rust-lang/crates.io-index" |
971 | +checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" | |
868 | 972 | dependencies = [ |
869 | - "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
973 | + "winapi 0.3.9", | |
870 | 974 | ] |
871 | 975 | |
872 | 976 | [[package]] |
873 | 977 | name = "rust-ini" |
874 | 978 | version = "0.15.3" |
875 | 979 | source = "registry+https://github.com/rust-lang/crates.io-index" |
980 | +checksum = "7a3679dd538c876a7b606f3bb951c8a20fc281a0ff7795f59f7cb490e3f979e1" | |
876 | 981 | dependencies = [ |
877 | - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
878 | - "ordered-multimap 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
982 | + "cfg-if", | |
983 | + "ordered-multimap", | |
879 | 984 | ] |
880 | 985 | |
881 | 986 | [[package]] |
882 | 987 | name = "ryu" |
883 | 988 | version = "1.0.5" |
884 | 989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
990 | +checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" | |
885 | 991 | |
886 | 992 | [[package]] |
887 | 993 | name = "sbis_build_status" |
888 | 994 | version = "0.0.3" |
889 | 995 | dependencies = [ |
890 | - "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
891 | - "rust-ini 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
892 | - "sysinfo 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
893 | - "telegram-bot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
894 | - "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", | |
996 | + "futures", | |
997 | + "rust-ini", | |
998 | + "sysinfo", | |
999 | + "telegram-bot", | |
1000 | + "tokio", | |
895 | 1001 | ] |
896 | 1002 | |
897 | 1003 | [[package]] |
898 | 1004 | name = "schannel" |
899 | 1005 | version = "0.1.19" |
900 | 1006 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1007 | +checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" | |
901 | 1008 | dependencies = [ |
902 | - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
903 | - "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
1009 | + "lazy_static", | |
1010 | + "winapi 0.3.9", | |
904 | 1011 | ] |
905 | 1012 | |
906 | 1013 | [[package]] |
907 | 1014 | name = "scopeguard" |
908 | 1015 | version = "1.1.0" |
909 | 1016 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1017 | +checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" | |
910 | 1018 | |
911 | 1019 | [[package]] |
912 | 1020 | name = "security-framework" |
913 | 1021 | version = "0.4.4" |
914 | 1022 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1023 | +checksum = "64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535" | |
915 | 1024 | dependencies = [ |
916 | - "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
917 | - "core-foundation 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
918 | - "core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
919 | - "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", | |
920 | - "security-framework-sys 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
1025 | + "bitflags", | |
1026 | + "core-foundation", | |
1027 | + "core-foundation-sys", | |
1028 | + "libc", | |
1029 | + "security-framework-sys", | |
921 | 1030 | ] |
922 | 1031 | |
923 | 1032 | [[package]] |
924 | 1033 | name = "security-framework-sys" |
925 | 1034 | version = "0.4.3" |
926 | 1035 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1036 | +checksum = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405" | |
927 | 1037 | dependencies = [ |
928 | - "core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
929 | - "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", | |
1038 | + "core-foundation-sys", | |
1039 | + "libc", | |
930 | 1040 | ] |
931 | 1041 | |
932 | 1042 | [[package]] |
933 | 1043 | name = "serde" |
934 | -version = "1.0.114" | |
1044 | +version = "1.0.116" | |
935 | 1045 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1046 | +checksum = "96fe57af81d28386a513cbc6858332abc6117cfdb5999647c6444b8f43a370a5" | |
936 | 1047 | dependencies = [ |
937 | - "serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", | |
1048 | + "serde_derive", | |
938 | 1049 | ] |
939 | 1050 | |
940 | 1051 | [[package]] |
941 | 1052 | name = "serde-value" |
942 | 1053 | version = "0.5.3" |
943 | 1054 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1055 | +checksum = "7a663f873dedc4eac1a559d4c6bc0d0b2c34dc5ac4702e105014b8281489e44f" | |
944 | 1056 | dependencies = [ |
945 | - "ordered-float 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
946 | - "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", | |
1057 | + "ordered-float", | |
1058 | + "serde", | |
947 | 1059 | ] |
948 | 1060 | |
949 | 1061 | [[package]] |
950 | 1062 | name = "serde_derive" |
951 | -version = "1.0.114" | |
1063 | +version = "1.0.116" | |
952 | 1064 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1065 | +checksum = "f630a6370fd8e457873b4bd2ffdae75408bc291ba72be773772a4c2a065d9ae8" | |
953 | 1066 | dependencies = [ |
954 | - "proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
955 | - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
956 | - "syn 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", | |
1067 | + "proc-macro2", | |
1068 | + "quote", | |
1069 | + "syn", | |
957 | 1070 | ] |
958 | 1071 | |
959 | 1072 | [[package]] |
960 | 1073 | name = "serde_json" |
961 | -version = "1.0.57" | |
1074 | +version = "1.0.58" | |
962 | 1075 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1076 | +checksum = "a230ea9107ca2220eea9d46de97eddcb04cd00e92d13dda78e478dd33fa82bd4" | |
963 | 1077 | dependencies = [ |
964 | - "itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
965 | - "ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
966 | - "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", | |
1078 | + "itoa", | |
1079 | + "ryu", | |
1080 | + "serde", | |
967 | 1081 | ] |
968 | 1082 | |
969 | 1083 | [[package]] |
970 | 1084 | name = "siphasher" |
971 | 1085 | version = "0.2.3" |
972 | 1086 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1087 | +checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" | |
973 | 1088 | |
974 | 1089 | [[package]] |
975 | 1090 | name = "slab" |
976 | 1091 | version = "0.4.2" |
977 | 1092 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1093 | +checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | |
978 | 1094 | |
979 | 1095 | [[package]] |
980 | 1096 | name = "socket2" |
981 | -version = "0.3.12" | |
1097 | +version = "0.3.15" | |
982 | 1098 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1099 | +checksum = "b1fa70dc5c8104ec096f4fe7ede7a221d35ae13dcd19ba1ad9a81d2cab9a1c44" | |
983 | 1100 | dependencies = [ |
984 | - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
985 | - "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", | |
986 | - "redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)", | |
987 | - "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
1101 | + "cfg-if", | |
1102 | + "libc", | |
1103 | + "redox_syscall", | |
1104 | + "winapi 0.3.9", | |
988 | 1105 | ] |
989 | 1106 | |
990 | 1107 | [[package]] |
991 | 1108 | name = "syn" |
992 | -version = "1.0.37" | |
1109 | +version = "1.0.44" | |
993 | 1110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1111 | +checksum = "e03e57e4fcbfe7749842d53e24ccb9aa12b7252dbe5e91d2acad31834c8b8fdd" | |
994 | 1112 | dependencies = [ |
995 | - "proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
996 | - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
997 | - "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
1113 | + "proc-macro2", | |
1114 | + "quote", | |
1115 | + "unicode-xid", | |
998 | 1116 | ] |
999 | 1117 | |
1000 | 1118 | [[package]] |
1001 | 1119 | name = "sysinfo" |
1002 | -version = "0.15.0" | |
1120 | +version = "0.15.3" | |
1003 | 1121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1122 | +checksum = "67330cbee3b2a819e3365a773f05e884a136603687f812bf24db5b6c3d76b696" | |
1004 | 1123 | dependencies = [ |
1005 | - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
1006 | - "doc-comment 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
1007 | - "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", | |
1008 | - "ntapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
1009 | - "once_cell 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1010 | - "rayon 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
1011 | - "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
1124 | + "cfg-if", | |
1125 | + "doc-comment", | |
1126 | + "libc", | |
1127 | + "ntapi", | |
1128 | + "once_cell", | |
1129 | + "rayon", | |
1130 | + "winapi 0.3.9", | |
1012 | 1131 | ] |
1013 | 1132 | |
1014 | 1133 | [[package]] |
1015 | 1134 | name = "telegram-bot" |
1016 | 1135 | version = "0.7.0" |
1017 | 1136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1137 | +checksum = "bb29fb11ef40c839c1c6b4e9c2ec4f357f9f674491e9df5a8c94f8cc2005f860" | |
1018 | 1138 | dependencies = [ |
1019 | - "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
1020 | - "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
1021 | - "hyper 0.13.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
1022 | - "hyper-tls 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
1023 | - "multipart 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
1024 | - "telegram-bot-raw 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1025 | - "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", | |
1026 | - "tracing 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
1027 | - "tracing-futures 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
1139 | + "bytes", | |
1140 | + "futures", | |
1141 | + "hyper", | |
1142 | + "hyper-tls", | |
1143 | + "multipart", | |
1144 | + "telegram-bot-raw", | |
1145 | + "tokio", | |
1146 | + "tracing", | |
1147 | + "tracing-futures", | |
1028 | 1148 | ] |
1029 | 1149 | |
1030 | 1150 | [[package]] |
1031 | 1151 | name = "telegram-bot-raw" |
1032 | 1152 | version = "0.7.0" |
1033 | 1153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1154 | +checksum = "add65834bee405351f092b18a4647cae05d1c40699570054eadc6d4035d9692c" | |
1034 | 1155 | dependencies = [ |
1035 | - "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
1036 | - "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", | |
1037 | - "serde-value 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
1038 | - "serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", | |
1039 | - "serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", | |
1156 | + "bytes", | |
1157 | + "serde", | |
1158 | + "serde-value", | |
1159 | + "serde_derive", | |
1160 | + "serde_json", | |
1040 | 1161 | ] |
1041 | 1162 | |
1042 | 1163 | [[package]] |
1043 | 1164 | name = "tempfile" |
1044 | 1165 | version = "3.1.0" |
1045 | 1166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1167 | +checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" | |
1046 | 1168 | dependencies = [ |
1047 | - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
1048 | - "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", | |
1049 | - "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
1050 | - "redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)", | |
1051 | - "remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
1052 | - "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
1053 | -] | |
1054 | - | |
1055 | -[[package]] | |
1056 | -name = "time" | |
1057 | -version = "0.1.43" | |
1058 | -source = "registry+https://github.com/rust-lang/crates.io-index" | |
1059 | -dependencies = [ | |
1060 | - "libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", | |
1061 | - "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
1169 | + "cfg-if", | |
1170 | + "libc", | |
1171 | + "rand 0.7.3", | |
1172 | + "redox_syscall", | |
1173 | + "remove_dir_all", | |
1174 | + "winapi 0.3.9", | |
1062 | 1175 | ] |
1063 | 1176 | |
1064 | 1177 | [[package]] |
1065 | 1178 | name = "tokio" |
1066 | 1179 | version = "0.2.22" |
1067 | 1180 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1181 | +checksum = "5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd" | |
1068 | 1182 | dependencies = [ |
1069 | - "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
1070 | - "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
1071 | - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
1072 | - "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
1073 | - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1074 | - "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
1075 | - "mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", | |
1076 | - "pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
1077 | - "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
1078 | - "tokio-macros 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
1183 | + "bytes", | |
1184 | + "fnv", | |
1185 | + "futures-core", | |
1186 | + "iovec", | |
1187 | + "lazy_static", | |
1188 | + "memchr", | |
1189 | + "mio", | |
1190 | + "pin-project-lite", | |
1191 | + "slab", | |
1192 | + "tokio-macros", | |
1079 | 1193 | ] |
1080 | 1194 | |
1081 | 1195 | [[package]] |
1082 | 1196 | name = "tokio-macros" |
1083 | 1197 | version = "0.2.5" |
1084 | 1198 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1199 | +checksum = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389" | |
1085 | 1200 | dependencies = [ |
1086 | - "proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
1087 | - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
1088 | - "syn 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", | |
1201 | + "proc-macro2", | |
1202 | + "quote", | |
1203 | + "syn", | |
1089 | 1204 | ] |
1090 | 1205 | |
1091 | 1206 | [[package]] |
1092 | 1207 | name = "tokio-tls" |
1093 | 1208 | version = "0.3.1" |
1094 | 1209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1210 | +checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343" | |
1095 | 1211 | dependencies = [ |
1096 | - "native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
1097 | - "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", | |
1212 | + "native-tls", | |
1213 | + "tokio", | |
1098 | 1214 | ] |
1099 | 1215 | |
1100 | 1216 | [[package]] |
1101 | 1217 | name = "tokio-util" |
1102 | 1218 | version = "0.3.1" |
1103 | 1219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1220 | +checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499" | |
1104 | 1221 | dependencies = [ |
1105 | - "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
1106 | - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
1107 | - "futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
1108 | - "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
1109 | - "pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
1110 | - "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", | |
1222 | + "bytes", | |
1223 | + "futures-core", | |
1224 | + "futures-sink", | |
1225 | + "log 0.4.11", | |
1226 | + "pin-project-lite", | |
1227 | + "tokio", | |
1111 | 1228 | ] |
1112 | 1229 | |
1113 | 1230 | [[package]] |
1114 | 1231 | name = "tower-service" |
1115 | 1232 | version = "0.3.0" |
1116 | 1233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1234 | +checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" | |
1117 | 1235 | |
1118 | 1236 | [[package]] |
1119 | 1237 | name = "tracing" |
1120 | -version = "0.1.18" | |
1238 | +version = "0.1.21" | |
1121 | 1239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1240 | +checksum = "b0987850db3733619253fe60e17cb59b82d37c7e6c0236bb81e4d6b87c879f27" | |
1122 | 1241 | dependencies = [ |
1123 | - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
1124 | - "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
1125 | - "tracing-attributes 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
1126 | - "tracing-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
1242 | + "cfg-if", | |
1243 | + "log 0.4.11", | |
1244 | + "pin-project-lite", | |
1245 | + "tracing-attributes", | |
1246 | + "tracing-core", | |
1127 | 1247 | ] |
1128 | 1248 | |
1129 | 1249 | [[package]] |
1130 | 1250 | name = "tracing-attributes" |
1131 | -version = "0.1.9" | |
1251 | +version = "0.1.11" | |
1132 | 1252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1253 | +checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada" | |
1133 | 1254 | dependencies = [ |
1134 | - "proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
1135 | - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
1136 | - "syn 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", | |
1255 | + "proc-macro2", | |
1256 | + "quote", | |
1257 | + "syn", | |
1137 | 1258 | ] |
1138 | 1259 | |
1139 | 1260 | [[package]] |
1140 | 1261 | name = "tracing-core" |
1141 | -version = "0.1.12" | |
1262 | +version = "0.1.17" | |
1142 | 1263 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1264 | +checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f" | |
1143 | 1265 | dependencies = [ |
1144 | - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1266 | + "lazy_static", | |
1145 | 1267 | ] |
1146 | 1268 | |
1147 | 1269 | [[package]] |
1148 | 1270 | name = "tracing-futures" |
1149 | 1271 | version = "0.2.4" |
1150 | 1272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1273 | +checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c" | |
1151 | 1274 | dependencies = [ |
1152 | - "pin-project 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)", | |
1153 | - "tracing 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
1275 | + "pin-project", | |
1276 | + "tracing", | |
1154 | 1277 | ] |
1155 | 1278 | |
1156 | 1279 | [[package]] |
1157 | 1280 | name = "try-lock" |
1158 | 1281 | version = "0.2.3" |
1159 | 1282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1283 | +checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" | |
1160 | 1284 | |
1161 | 1285 | [[package]] |
1162 | 1286 | name = "unicase" |
1163 | 1287 | version = "1.4.2" |
1164 | 1288 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1289 | +checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33" | |
1165 | 1290 | dependencies = [ |
1166 | - "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
1291 | + "version_check", | |
1167 | 1292 | ] |
1168 | 1293 | |
1169 | 1294 | [[package]] |
1170 | 1295 | name = "unicode-xid" |
1171 | 1296 | version = "0.2.1" |
1172 | 1297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1298 | +checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" | |
1173 | 1299 | |
1174 | 1300 | [[package]] |
1175 | 1301 | name = "vcpkg" |
1176 | 1302 | version = "0.2.10" |
1177 | 1303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1304 | +checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c" | |
1178 | 1305 | |
1179 | 1306 | [[package]] |
1180 | 1307 | name = "version_check" |
1181 | 1308 | version = "0.1.5" |
1182 | 1309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1310 | +checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" | |
1183 | 1311 | |
1184 | 1312 | [[package]] |
1185 | 1313 | name = "want" |
1186 | 1314 | version = "0.3.0" |
1187 | 1315 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1316 | +checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" | |
1188 | 1317 | dependencies = [ |
1189 | - "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
1190 | - "try-lock 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
1318 | + "log 0.4.11", | |
1319 | + "try-lock", | |
1191 | 1320 | ] |
1192 | 1321 | |
1193 | 1322 | [[package]] |
1194 | 1323 | name = "wasi" |
1195 | 1324 | version = "0.9.0+wasi-snapshot-preview1" |
1196 | 1325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1326 | +checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" | |
1197 | 1327 | |
1198 | 1328 | [[package]] |
1199 | 1329 | name = "winapi" |
1200 | 1330 | version = "0.2.8" |
1201 | 1331 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1332 | +checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | |
1202 | 1333 | |
1203 | 1334 | [[package]] |
1204 | 1335 | name = "winapi" |
1205 | 1336 | version = "0.3.9" |
1206 | 1337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1338 | +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" | |
1207 | 1339 | dependencies = [ |
1208 | - "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1209 | - "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1340 | + "winapi-i686-pc-windows-gnu", | |
1341 | + "winapi-x86_64-pc-windows-gnu", | |
1210 | 1342 | ] |
1211 | 1343 | |
1212 | 1344 | [[package]] |
1213 | 1345 | name = "winapi-build" |
1214 | 1346 | version = "0.1.1" |
1215 | 1347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1348 | +checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | |
1216 | 1349 | |
1217 | 1350 | [[package]] |
1218 | 1351 | name = "winapi-i686-pc-windows-gnu" |
1219 | 1352 | version = "0.4.0" |
1220 | 1353 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1354 | +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | |
1221 | 1355 | |
1222 | 1356 | [[package]] |
1223 | 1357 | name = "winapi-x86_64-pc-windows-gnu" |
1224 | 1358 | version = "0.4.0" |
1225 | 1359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1360 | +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | |
1226 | 1361 | |
1227 | 1362 | [[package]] |
1228 | 1363 | name = "ws2_32-sys" |
1229 | 1364 | version = "0.2.1" |
1230 | 1365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1366 | +checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" | |
1231 | 1367 | dependencies = [ |
1232 | - "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
1233 | - "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
1368 | + "winapi 0.2.8", | |
1369 | + "winapi-build", | |
1234 | 1370 | ] |
1235 | - | |
1236 | -[metadata] | |
1237 | -"checksum ahash 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217" | |
1238 | -"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" | |
1239 | -"checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" | |
1240 | -"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" | |
1241 | -"checksum bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" | |
1242 | -"checksum cc 1.0.58 (registry+https://github.com/rust-lang/crates.io-index)" = "f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518" | |
1243 | -"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" | |
1244 | -"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" | |
1245 | -"checksum core-foundation 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171" | |
1246 | -"checksum core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac" | |
1247 | -"checksum crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" | |
1248 | -"checksum crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" | |
1249 | -"checksum crossbeam-queue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570" | |
1250 | -"checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" | |
1251 | -"checksum dlv-list 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1b391911b9a786312a10cb9d2b3d0735adfd5a8113eb3648de26a75e91b0826c" | |
1252 | -"checksum doc-comment 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" | |
1253 | -"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" | |
1254 | -"checksum fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" | |
1255 | -"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" | |
1256 | -"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" | |
1257 | -"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" | |
1258 | -"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | |
1259 | -"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | |
1260 | -"checksum futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613" | |
1261 | -"checksum futures-channel 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5" | |
1262 | -"checksum futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399" | |
1263 | -"checksum futures-executor 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314" | |
1264 | -"checksum futures-io 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789" | |
1265 | -"checksum futures-macro 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39" | |
1266 | -"checksum futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc" | |
1267 | -"checksum futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626" | |
1268 | -"checksum futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6" | |
1269 | -"checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" | |
1270 | -"checksum h2 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "993f9e0baeed60001cf565546b0d3dbe6a6ad23f2bd31644a133c641eccf6d53" | |
1271 | -"checksum hashbrown 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96282e96bfcd3da0d3aa9938bedf1e50df3269b6db08b4876d2da0bb1a0841cf" | |
1272 | -"checksum hashbrown 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34f595585f103464d8d2f6e9864682d74c1601fed5e07d62b1c9058dba8246fb" | |
1273 | -"checksum hermit-abi 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9" | |
1274 | -"checksum http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9" | |
1275 | -"checksum http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" | |
1276 | -"checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" | |
1277 | -"checksum hyper 0.13.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3e68a8dd9716185d9e64ea473ea6ef63529252e3e27623295a0378a19665d5eb" | |
1278 | -"checksum hyper-tls 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed" | |
1279 | -"checksum indexmap 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b88cd59ee5f71fea89a62248fc8f387d44400cefe05ef548466d61ced9029a7" | |
1280 | -"checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" | |
1281 | -"checksum itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6" | |
1282 | -"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | |
1283 | -"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | |
1284 | -"checksum libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)" = "a2f02823cf78b754822df5f7f268fb59822e7296276d3e069d8e8cb26a14bd10" | |
1285 | -"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" | |
1286 | -"checksum log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" | |
1287 | -"checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" | |
1288 | -"checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" | |
1289 | -"checksum memoffset 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f" | |
1290 | -"checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0" | |
1291 | -"checksum mime_guess 1.8.8 (registry+https://github.com/rust-lang/crates.io-index)" = "216929a5ee4dd316b1702eedf5e74548c123d370f47841ceaac38ca154690ca3" | |
1292 | -"checksum mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)" = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430" | |
1293 | -"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" | |
1294 | -"checksum multipart 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "136eed74cadb9edd2651ffba732b19a450316b680e4f48d6c79e905799e19d01" | |
1295 | -"checksum native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d" | |
1296 | -"checksum net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)" = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7" | |
1297 | -"checksum ntapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7a31937dea023539c72ddae0e3571deadc1414b300483fa7aaec176168cfa9d2" | |
1298 | -"checksum num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611" | |
1299 | -"checksum num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" | |
1300 | -"checksum once_cell 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d" | |
1301 | -"checksum openssl 0.10.30 (registry+https://github.com/rust-lang/crates.io-index)" = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4" | |
1302 | -"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" | |
1303 | -"checksum openssl-sys 0.9.58 (registry+https://github.com/rust-lang/crates.io-index)" = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de" | |
1304 | -"checksum ordered-float 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3741934be594d77de1c8461ebcbbe866f585ea616a9753aa78f2bdc69f0e4579" | |
1305 | -"checksum ordered-multimap 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e88f947c6799d5eff50e6cf8a2365c17ac4aa8f8f43aceeedc29b616d872a358" | |
1306 | -"checksum phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18" | |
1307 | -"checksum phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e" | |
1308 | -"checksum phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662" | |
1309 | -"checksum phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0" | |
1310 | -"checksum pin-project 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)" = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa" | |
1311 | -"checksum pin-project-internal 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)" = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f" | |
1312 | -"checksum pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715" | |
1313 | -"checksum pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" | |
1314 | -"checksum pkg-config 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33" | |
1315 | -"checksum ppv-lite86 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea" | |
1316 | -"checksum proc-macro-hack 0.5.18 (registry+https://github.com/rust-lang/crates.io-index)" = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598" | |
1317 | -"checksum proc-macro-nested 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a" | |
1318 | -"checksum proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)" = "04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12" | |
1319 | -"checksum quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" | |
1320 | -"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" | |
1321 | -"checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" | |
1322 | -"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" | |
1323 | -"checksum rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" | |
1324 | -"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" | |
1325 | -"checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" | |
1326 | -"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" | |
1327 | -"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" | |
1328 | -"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" | |
1329 | -"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" | |
1330 | -"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" | |
1331 | -"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" | |
1332 | -"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" | |
1333 | -"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" | |
1334 | -"checksum rayon 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080" | |
1335 | -"checksum rayon-core 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280" | |
1336 | -"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" | |
1337 | -"checksum redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)" = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" | |
1338 | -"checksum remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" | |
1339 | -"checksum rust-ini 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7a3679dd538c876a7b606f3bb951c8a20fc281a0ff7795f59f7cb490e3f979e1" | |
1340 | -"checksum ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" | |
1341 | -"checksum schannel 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)" = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" | |
1342 | -"checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" | |
1343 | -"checksum security-framework 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535" | |
1344 | -"checksum security-framework-sys 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405" | |
1345 | -"checksum serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)" = "5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3" | |
1346 | -"checksum serde-value 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7a663f873dedc4eac1a559d4c6bc0d0b2c34dc5ac4702e105014b8281489e44f" | |
1347 | -"checksum serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)" = "2a0be94b04690fbaed37cddffc5c134bf537c8e3329d53e982fe04c374978f8e" | |
1348 | -"checksum serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)" = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c" | |
1349 | -"checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" | |
1350 | -"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | |
1351 | -"checksum socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)" = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918" | |
1352 | -"checksum syn 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "239f255b9e3429350f188c27b807fc9920a15eb9145230ff1a7d054c08fec319" | |
1353 | -"checksum sysinfo 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f597c00e6548b9ddd54c11b8e8534fc11223f28509d57e021f01797b50ca5ca1" | |
1354 | -"checksum telegram-bot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb29fb11ef40c839c1c6b4e9c2ec4f357f9f674491e9df5a8c94f8cc2005f860" | |
1355 | -"checksum telegram-bot-raw 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "add65834bee405351f092b18a4647cae05d1c40699570054eadc6d4035d9692c" | |
1356 | -"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" | |
1357 | -"checksum time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" | |
1358 | -"checksum tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd" | |
1359 | -"checksum tokio-macros 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389" | |
1360 | -"checksum tokio-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343" | |
1361 | -"checksum tokio-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499" | |
1362 | -"checksum tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" | |
1363 | -"checksum tracing 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "f0aae59226cf195d8e74d4b34beae1859257efb4e5fed3f147d2dc2c7d372178" | |
1364 | -"checksum tracing-attributes 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f0693bf8d6f2bf22c690fc61a9d21ac69efdbb894a17ed596b9af0f01e64b84b" | |
1365 | -"checksum tracing-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "b2734b5a028fa697686f16c6d18c2c6a3c7e41513f9a213abb6754c4acb3c8d7" | |
1366 | -"checksum tracing-futures 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c" | |
1367 | -"checksum try-lock 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" | |
1368 | -"checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33" | |
1369 | -"checksum unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" | |
1370 | -"checksum vcpkg 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c" | |
1371 | -"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" | |
1372 | -"checksum want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" | |
1373 | -"checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" | |
1374 | -"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | |
1375 | -"checksum winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" | |
1376 | -"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | |
1377 | -"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | |
1378 | -"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | |
1379 | -"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |