tokenizers 0.1.3 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +11 -0
- data/Cargo.lock +649 -442
- data/Cargo.toml +8 -12
- data/README.md +1 -3
- data/ext/tokenizers/Cargo.toml +18 -0
- data/ext/tokenizers/extconf.rb +3 -10
- data/ext/tokenizers/src/decoders.rs +14 -0
- data/ext/tokenizers/src/encoding.rs +16 -0
- data/ext/tokenizers/src/error.rs +16 -0
- data/ext/tokenizers/src/lib.rs +64 -0
- data/ext/tokenizers/src/models.rs +19 -0
- data/ext/tokenizers/src/normalizers.rs +14 -0
- data/ext/tokenizers/src/pre_tokenizers.rs +14 -0
- data/ext/tokenizers/src/tokenizer.rs +85 -0
- data/lib/tokenizers/version.rb +1 -1
- data/lib/tokenizers.rb +6 -2
- metadata +27 -5
- data/src/lib.rs +0 -290
data/Cargo.lock
CHANGED
|
@@ -9,38 +9,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
9
9
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
10
10
|
|
|
11
11
|
[[package]]
|
|
12
|
-
name = "
|
|
13
|
-
version = "0.7.
|
|
14
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
15
|
-
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
|
|
16
|
-
dependencies = [
|
|
17
|
-
"memchr",
|
|
18
|
-
]
|
|
19
|
-
|
|
20
|
-
[[package]]
|
|
21
|
-
name = "ansi_term"
|
|
22
|
-
version = "0.12.1"
|
|
12
|
+
name = "aes"
|
|
13
|
+
version = "0.7.5"
|
|
23
14
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
24
|
-
checksum = "
|
|
15
|
+
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
|
|
25
16
|
dependencies = [
|
|
26
|
-
"
|
|
17
|
+
"cfg-if",
|
|
18
|
+
"cipher",
|
|
19
|
+
"cpufeatures",
|
|
20
|
+
"opaque-debug",
|
|
27
21
|
]
|
|
28
22
|
|
|
29
23
|
[[package]]
|
|
30
|
-
name = "
|
|
31
|
-
version = "0.
|
|
32
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
33
|
-
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
34
|
-
|
|
35
|
-
[[package]]
|
|
36
|
-
name = "atty"
|
|
37
|
-
version = "0.2.14"
|
|
24
|
+
name = "aho-corasick"
|
|
25
|
+
version = "0.7.20"
|
|
38
26
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
39
|
-
checksum = "
|
|
27
|
+
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
|
40
28
|
dependencies = [
|
|
41
|
-
"
|
|
42
|
-
"libc",
|
|
43
|
-
"winapi",
|
|
29
|
+
"memchr",
|
|
44
30
|
]
|
|
45
31
|
|
|
46
32
|
[[package]]
|
|
@@ -51,48 +37,55 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
51
37
|
|
|
52
38
|
[[package]]
|
|
53
39
|
name = "base64"
|
|
54
|
-
version = "0.
|
|
40
|
+
version = "0.13.1"
|
|
55
41
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
56
|
-
checksum = "
|
|
42
|
+
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
57
43
|
|
|
58
44
|
[[package]]
|
|
59
|
-
name = "
|
|
60
|
-
version = "
|
|
45
|
+
name = "base64ct"
|
|
46
|
+
version = "1.5.3"
|
|
61
47
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
62
|
-
checksum = "
|
|
48
|
+
checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"
|
|
63
49
|
|
|
64
50
|
[[package]]
|
|
65
|
-
name = "
|
|
66
|
-
version = "
|
|
51
|
+
name = "bindgen"
|
|
52
|
+
version = "0.60.1"
|
|
67
53
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
68
|
-
checksum = "
|
|
54
|
+
checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6"
|
|
55
|
+
dependencies = [
|
|
56
|
+
"bitflags",
|
|
57
|
+
"cexpr",
|
|
58
|
+
"clang-sys",
|
|
59
|
+
"lazy_static",
|
|
60
|
+
"lazycell",
|
|
61
|
+
"peeking_take_while",
|
|
62
|
+
"proc-macro2",
|
|
63
|
+
"quote",
|
|
64
|
+
"regex",
|
|
65
|
+
"rustc-hash",
|
|
66
|
+
"shlex",
|
|
67
|
+
]
|
|
69
68
|
|
|
70
69
|
[[package]]
|
|
71
|
-
name = "
|
|
72
|
-
version = "
|
|
70
|
+
name = "bitflags"
|
|
71
|
+
version = "1.3.2"
|
|
73
72
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
74
|
-
checksum = "
|
|
75
|
-
dependencies = [
|
|
76
|
-
"funty",
|
|
77
|
-
"radium",
|
|
78
|
-
"tap",
|
|
79
|
-
"wyz",
|
|
80
|
-
]
|
|
73
|
+
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
81
74
|
|
|
82
75
|
[[package]]
|
|
83
76
|
name = "block-buffer"
|
|
84
|
-
version = "0.10.
|
|
77
|
+
version = "0.10.3"
|
|
85
78
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
86
|
-
checksum = "
|
|
79
|
+
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
|
87
80
|
dependencies = [
|
|
88
81
|
"generic-array",
|
|
89
82
|
]
|
|
90
83
|
|
|
91
84
|
[[package]]
|
|
92
85
|
name = "bumpalo"
|
|
93
|
-
version = "3.
|
|
86
|
+
version = "3.11.1"
|
|
94
87
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
95
|
-
checksum = "
|
|
88
|
+
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
|
|
96
89
|
|
|
97
90
|
[[package]]
|
|
98
91
|
name = "byteorder"
|
|
@@ -102,15 +95,15 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
102
95
|
|
|
103
96
|
[[package]]
|
|
104
97
|
name = "bytes"
|
|
105
|
-
version = "1.
|
|
98
|
+
version = "1.3.0"
|
|
106
99
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
107
|
-
checksum = "
|
|
100
|
+
checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
|
|
108
101
|
|
|
109
102
|
[[package]]
|
|
110
103
|
name = "bzip2"
|
|
111
|
-
version = "0.4.
|
|
104
|
+
version = "0.4.4"
|
|
112
105
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
113
|
-
checksum = "
|
|
106
|
+
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
|
|
114
107
|
dependencies = [
|
|
115
108
|
"bzip2-sys",
|
|
116
109
|
"libc",
|
|
@@ -129,9 +122,9 @@ dependencies = [
|
|
|
129
122
|
|
|
130
123
|
[[package]]
|
|
131
124
|
name = "cached-path"
|
|
132
|
-
version = "0.
|
|
125
|
+
version = "0.6.0"
|
|
133
126
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
134
|
-
checksum = "
|
|
127
|
+
checksum = "51c0309666fa5020fc4a2d1ead232118ab299170de58b9d9276b20dfdb6abb55"
|
|
135
128
|
dependencies = [
|
|
136
129
|
"flate2",
|
|
137
130
|
"fs2",
|
|
@@ -146,15 +139,27 @@ dependencies = [
|
|
|
146
139
|
"tar",
|
|
147
140
|
"tempfile",
|
|
148
141
|
"thiserror",
|
|
149
|
-
"zip",
|
|
142
|
+
"zip 0.6.3",
|
|
150
143
|
"zip-extensions",
|
|
151
144
|
]
|
|
152
145
|
|
|
153
146
|
[[package]]
|
|
154
147
|
name = "cc"
|
|
155
|
-
version = "1.0.
|
|
148
|
+
version = "1.0.78"
|
|
156
149
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
157
|
-
checksum = "
|
|
150
|
+
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
|
|
151
|
+
dependencies = [
|
|
152
|
+
"jobserver",
|
|
153
|
+
]
|
|
154
|
+
|
|
155
|
+
[[package]]
|
|
156
|
+
name = "cexpr"
|
|
157
|
+
version = "0.6.0"
|
|
158
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
159
|
+
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
160
|
+
dependencies = [
|
|
161
|
+
"nom",
|
|
162
|
+
]
|
|
158
163
|
|
|
159
164
|
[[package]]
|
|
160
165
|
name = "cfg-if"
|
|
@@ -163,35 +168,44 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
163
168
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
164
169
|
|
|
165
170
|
[[package]]
|
|
166
|
-
name = "
|
|
167
|
-
version = "
|
|
171
|
+
name = "cipher"
|
|
172
|
+
version = "0.3.0"
|
|
168
173
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
169
|
-
checksum = "
|
|
174
|
+
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
|
|
170
175
|
dependencies = [
|
|
171
|
-
"
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
"
|
|
176
|
-
"
|
|
177
|
-
"
|
|
176
|
+
"generic-array",
|
|
177
|
+
]
|
|
178
|
+
|
|
179
|
+
[[package]]
|
|
180
|
+
name = "clang-sys"
|
|
181
|
+
version = "1.4.0"
|
|
182
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
183
|
+
checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
|
|
184
|
+
dependencies = [
|
|
185
|
+
"glob",
|
|
186
|
+
"libc",
|
|
187
|
+
"libloading",
|
|
178
188
|
]
|
|
179
189
|
|
|
180
190
|
[[package]]
|
|
181
191
|
name = "console"
|
|
182
|
-
version = "0.15.
|
|
192
|
+
version = "0.15.4"
|
|
183
193
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
184
|
-
checksum = "
|
|
194
|
+
checksum = "c9b6515d269224923b26b5febea2ed42b2d5f2ce37284a4dd670fedd6cb8347a"
|
|
185
195
|
dependencies = [
|
|
186
196
|
"encode_unicode",
|
|
197
|
+
"lazy_static",
|
|
187
198
|
"libc",
|
|
188
|
-
"once_cell",
|
|
189
|
-
"regex",
|
|
190
|
-
"terminal_size",
|
|
191
199
|
"unicode-width",
|
|
192
|
-
"
|
|
200
|
+
"windows-sys",
|
|
193
201
|
]
|
|
194
202
|
|
|
203
|
+
[[package]]
|
|
204
|
+
name = "constant_time_eq"
|
|
205
|
+
version = "0.1.5"
|
|
206
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
207
|
+
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
208
|
+
|
|
195
209
|
[[package]]
|
|
196
210
|
name = "core-foundation"
|
|
197
211
|
version = "0.9.3"
|
|
@@ -210,9 +224,9 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
210
224
|
|
|
211
225
|
[[package]]
|
|
212
226
|
name = "cpufeatures"
|
|
213
|
-
version = "0.2.
|
|
227
|
+
version = "0.2.5"
|
|
214
228
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
215
|
-
checksum = "
|
|
229
|
+
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
|
216
230
|
dependencies = [
|
|
217
231
|
"libc",
|
|
218
232
|
]
|
|
@@ -228,9 +242,9 @@ dependencies = [
|
|
|
228
242
|
|
|
229
243
|
[[package]]
|
|
230
244
|
name = "crossbeam-channel"
|
|
231
|
-
version = "0.5.
|
|
245
|
+
version = "0.5.6"
|
|
232
246
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
233
|
-
checksum = "
|
|
247
|
+
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
|
|
234
248
|
dependencies = [
|
|
235
249
|
"cfg-if",
|
|
236
250
|
"crossbeam-utils",
|
|
@@ -238,9 +252,9 @@ dependencies = [
|
|
|
238
252
|
|
|
239
253
|
[[package]]
|
|
240
254
|
name = "crossbeam-deque"
|
|
241
|
-
version = "0.8.
|
|
255
|
+
version = "0.8.2"
|
|
242
256
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
243
|
-
checksum = "
|
|
257
|
+
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
|
|
244
258
|
dependencies = [
|
|
245
259
|
"cfg-if",
|
|
246
260
|
"crossbeam-epoch",
|
|
@@ -249,33 +263,31 @@ dependencies = [
|
|
|
249
263
|
|
|
250
264
|
[[package]]
|
|
251
265
|
name = "crossbeam-epoch"
|
|
252
|
-
version = "0.9.
|
|
266
|
+
version = "0.9.13"
|
|
253
267
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
254
|
-
checksum = "
|
|
268
|
+
checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
|
|
255
269
|
dependencies = [
|
|
256
270
|
"autocfg",
|
|
257
271
|
"cfg-if",
|
|
258
272
|
"crossbeam-utils",
|
|
259
|
-
"lazy_static",
|
|
260
273
|
"memoffset",
|
|
261
274
|
"scopeguard",
|
|
262
275
|
]
|
|
263
276
|
|
|
264
277
|
[[package]]
|
|
265
278
|
name = "crossbeam-utils"
|
|
266
|
-
version = "0.8.
|
|
279
|
+
version = "0.8.14"
|
|
267
280
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
268
|
-
checksum = "
|
|
281
|
+
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
|
|
269
282
|
dependencies = [
|
|
270
283
|
"cfg-if",
|
|
271
|
-
"lazy_static",
|
|
272
284
|
]
|
|
273
285
|
|
|
274
286
|
[[package]]
|
|
275
287
|
name = "crypto-common"
|
|
276
|
-
version = "0.1.
|
|
288
|
+
version = "0.1.6"
|
|
277
289
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
278
|
-
checksum = "
|
|
290
|
+
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
279
291
|
dependencies = [
|
|
280
292
|
"generic-array",
|
|
281
293
|
"typenum",
|
|
@@ -283,9 +295,9 @@ dependencies = [
|
|
|
283
295
|
|
|
284
296
|
[[package]]
|
|
285
297
|
name = "darling"
|
|
286
|
-
version = "0.
|
|
298
|
+
version = "0.14.2"
|
|
287
299
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
288
|
-
checksum = "
|
|
300
|
+
checksum = "b0dd3cd20dc6b5a876612a6e5accfe7f3dd883db6d07acfbf14c128f61550dfa"
|
|
289
301
|
dependencies = [
|
|
290
302
|
"darling_core",
|
|
291
303
|
"darling_macro",
|
|
@@ -293,23 +305,23 @@ dependencies = [
|
|
|
293
305
|
|
|
294
306
|
[[package]]
|
|
295
307
|
name = "darling_core"
|
|
296
|
-
version = "0.
|
|
308
|
+
version = "0.14.2"
|
|
297
309
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
298
|
-
checksum = "
|
|
310
|
+
checksum = "a784d2ccaf7c98501746bf0be29b2022ba41fd62a2e622af997a03e9f972859f"
|
|
299
311
|
dependencies = [
|
|
300
312
|
"fnv",
|
|
301
313
|
"ident_case",
|
|
302
314
|
"proc-macro2",
|
|
303
315
|
"quote",
|
|
304
|
-
"strsim
|
|
316
|
+
"strsim",
|
|
305
317
|
"syn",
|
|
306
318
|
]
|
|
307
319
|
|
|
308
320
|
[[package]]
|
|
309
321
|
name = "darling_macro"
|
|
310
|
-
version = "0.
|
|
322
|
+
version = "0.14.2"
|
|
311
323
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
312
|
-
checksum = "
|
|
324
|
+
checksum = "7618812407e9402654622dd402b0a89dff9ba93badd6540781526117b92aab7e"
|
|
313
325
|
dependencies = [
|
|
314
326
|
"darling_core",
|
|
315
327
|
"quote",
|
|
@@ -318,22 +330,18 @@ dependencies = [
|
|
|
318
330
|
|
|
319
331
|
[[package]]
|
|
320
332
|
name = "derive_builder"
|
|
321
|
-
version = "0.
|
|
333
|
+
version = "0.12.0"
|
|
322
334
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
323
|
-
checksum = "
|
|
335
|
+
checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
|
|
324
336
|
dependencies = [
|
|
325
|
-
"
|
|
326
|
-
"derive_builder_core",
|
|
327
|
-
"proc-macro2",
|
|
328
|
-
"quote",
|
|
329
|
-
"syn",
|
|
337
|
+
"derive_builder_macro",
|
|
330
338
|
]
|
|
331
339
|
|
|
332
340
|
[[package]]
|
|
333
341
|
name = "derive_builder_core"
|
|
334
|
-
version = "0.
|
|
342
|
+
version = "0.12.0"
|
|
335
343
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
336
|
-
checksum = "
|
|
344
|
+
checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
|
|
337
345
|
dependencies = [
|
|
338
346
|
"darling",
|
|
339
347
|
"proc-macro2",
|
|
@@ -341,14 +349,25 @@ dependencies = [
|
|
|
341
349
|
"syn",
|
|
342
350
|
]
|
|
343
351
|
|
|
352
|
+
[[package]]
|
|
353
|
+
name = "derive_builder_macro"
|
|
354
|
+
version = "0.12.0"
|
|
355
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
356
|
+
checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
|
|
357
|
+
dependencies = [
|
|
358
|
+
"derive_builder_core",
|
|
359
|
+
"syn",
|
|
360
|
+
]
|
|
361
|
+
|
|
344
362
|
[[package]]
|
|
345
363
|
name = "digest"
|
|
346
|
-
version = "0.10.
|
|
364
|
+
version = "0.10.6"
|
|
347
365
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
348
|
-
checksum = "
|
|
366
|
+
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
|
349
367
|
dependencies = [
|
|
350
368
|
"block-buffer",
|
|
351
369
|
"crypto-common",
|
|
370
|
+
"subtle",
|
|
352
371
|
]
|
|
353
372
|
|
|
354
373
|
[[package]]
|
|
@@ -373,9 +392,9 @@ dependencies = [
|
|
|
373
392
|
|
|
374
393
|
[[package]]
|
|
375
394
|
name = "either"
|
|
376
|
-
version = "1.
|
|
395
|
+
version = "1.8.0"
|
|
377
396
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
378
|
-
checksum = "
|
|
397
|
+
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
|
|
379
398
|
|
|
380
399
|
[[package]]
|
|
381
400
|
name = "encode_unicode"
|
|
@@ -385,9 +404,9 @@ checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
385
404
|
|
|
386
405
|
[[package]]
|
|
387
406
|
name = "encoding_rs"
|
|
388
|
-
version = "0.8.
|
|
407
|
+
version = "0.8.31"
|
|
389
408
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
390
|
-
checksum = "
|
|
409
|
+
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
|
|
391
410
|
dependencies = [
|
|
392
411
|
"cfg-if",
|
|
393
412
|
]
|
|
@@ -403,34 +422,32 @@ dependencies = [
|
|
|
403
422
|
|
|
404
423
|
[[package]]
|
|
405
424
|
name = "fastrand"
|
|
406
|
-
version = "1.
|
|
425
|
+
version = "1.8.0"
|
|
407
426
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
408
|
-
checksum = "
|
|
427
|
+
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
|
409
428
|
dependencies = [
|
|
410
429
|
"instant",
|
|
411
430
|
]
|
|
412
431
|
|
|
413
432
|
[[package]]
|
|
414
433
|
name = "filetime"
|
|
415
|
-
version = "0.2.
|
|
434
|
+
version = "0.2.19"
|
|
416
435
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
417
|
-
checksum = "
|
|
436
|
+
checksum = "4e884668cd0c7480504233e951174ddc3b382f7c2666e3b7310b5c4e7b0c37f9"
|
|
418
437
|
dependencies = [
|
|
419
438
|
"cfg-if",
|
|
420
439
|
"libc",
|
|
421
440
|
"redox_syscall",
|
|
422
|
-
"
|
|
441
|
+
"windows-sys",
|
|
423
442
|
]
|
|
424
443
|
|
|
425
444
|
[[package]]
|
|
426
445
|
name = "flate2"
|
|
427
|
-
version = "1.0.
|
|
446
|
+
version = "1.0.25"
|
|
428
447
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
429
|
-
checksum = "
|
|
448
|
+
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
|
|
430
449
|
dependencies = [
|
|
431
|
-
"cfg-if",
|
|
432
450
|
"crc32fast",
|
|
433
|
-
"libc",
|
|
434
451
|
"miniz_oxide",
|
|
435
452
|
]
|
|
436
453
|
|
|
@@ -457,11 +474,10 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
457
474
|
|
|
458
475
|
[[package]]
|
|
459
476
|
name = "form_urlencoded"
|
|
460
|
-
version = "1.0
|
|
477
|
+
version = "1.1.0"
|
|
461
478
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
462
|
-
checksum = "
|
|
479
|
+
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
|
463
480
|
dependencies = [
|
|
464
|
-
"matches",
|
|
465
481
|
"percent-encoding",
|
|
466
482
|
]
|
|
467
483
|
|
|
@@ -475,50 +491,44 @@ dependencies = [
|
|
|
475
491
|
"winapi",
|
|
476
492
|
]
|
|
477
493
|
|
|
478
|
-
[[package]]
|
|
479
|
-
name = "funty"
|
|
480
|
-
version = "1.1.0"
|
|
481
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
482
|
-
checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
|
|
483
|
-
|
|
484
494
|
[[package]]
|
|
485
495
|
name = "futures-channel"
|
|
486
|
-
version = "0.3.
|
|
496
|
+
version = "0.3.25"
|
|
487
497
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
488
|
-
checksum = "
|
|
498
|
+
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
|
|
489
499
|
dependencies = [
|
|
490
500
|
"futures-core",
|
|
491
501
|
]
|
|
492
502
|
|
|
493
503
|
[[package]]
|
|
494
504
|
name = "futures-core"
|
|
495
|
-
version = "0.3.
|
|
505
|
+
version = "0.3.25"
|
|
496
506
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
497
|
-
checksum = "
|
|
507
|
+
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
|
|
498
508
|
|
|
499
509
|
[[package]]
|
|
500
510
|
name = "futures-io"
|
|
501
|
-
version = "0.3.
|
|
511
|
+
version = "0.3.25"
|
|
502
512
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
503
|
-
checksum = "
|
|
513
|
+
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
|
|
504
514
|
|
|
505
515
|
[[package]]
|
|
506
516
|
name = "futures-sink"
|
|
507
|
-
version = "0.3.
|
|
517
|
+
version = "0.3.25"
|
|
508
518
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
509
|
-
checksum = "
|
|
519
|
+
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
|
|
510
520
|
|
|
511
521
|
[[package]]
|
|
512
522
|
name = "futures-task"
|
|
513
|
-
version = "0.3.
|
|
523
|
+
version = "0.3.25"
|
|
514
524
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
515
|
-
checksum = "
|
|
525
|
+
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
|
|
516
526
|
|
|
517
527
|
[[package]]
|
|
518
528
|
name = "futures-util"
|
|
519
|
-
version = "0.3.
|
|
529
|
+
version = "0.3.25"
|
|
520
530
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
521
|
-
checksum = "
|
|
531
|
+
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
|
|
522
532
|
dependencies = [
|
|
523
533
|
"futures-core",
|
|
524
534
|
"futures-io",
|
|
@@ -531,9 +541,9 @@ dependencies = [
|
|
|
531
541
|
|
|
532
542
|
[[package]]
|
|
533
543
|
name = "generic-array"
|
|
534
|
-
version = "0.14.
|
|
544
|
+
version = "0.14.6"
|
|
535
545
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
536
|
-
checksum = "
|
|
546
|
+
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
|
537
547
|
dependencies = [
|
|
538
548
|
"typenum",
|
|
539
549
|
"version_check",
|
|
@@ -541,26 +551,26 @@ dependencies = [
|
|
|
541
551
|
|
|
542
552
|
[[package]]
|
|
543
553
|
name = "getrandom"
|
|
544
|
-
version = "0.2.
|
|
554
|
+
version = "0.2.8"
|
|
545
555
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
546
|
-
checksum = "
|
|
556
|
+
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
|
547
557
|
dependencies = [
|
|
548
558
|
"cfg-if",
|
|
549
559
|
"libc",
|
|
550
|
-
"wasi",
|
|
560
|
+
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
551
561
|
]
|
|
552
562
|
|
|
553
563
|
[[package]]
|
|
554
564
|
name = "glob"
|
|
555
|
-
version = "0.3.
|
|
565
|
+
version = "0.3.1"
|
|
556
566
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
557
|
-
checksum = "
|
|
567
|
+
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
558
568
|
|
|
559
569
|
[[package]]
|
|
560
570
|
name = "h2"
|
|
561
|
-
version = "0.3.
|
|
571
|
+
version = "0.3.15"
|
|
562
572
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
563
|
-
checksum = "
|
|
573
|
+
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
|
|
564
574
|
dependencies = [
|
|
565
575
|
"bytes",
|
|
566
576
|
"fnv",
|
|
@@ -577,24 +587,33 @@ dependencies = [
|
|
|
577
587
|
|
|
578
588
|
[[package]]
|
|
579
589
|
name = "hashbrown"
|
|
580
|
-
version = "0.
|
|
590
|
+
version = "0.12.3"
|
|
581
591
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
582
|
-
checksum = "
|
|
592
|
+
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
583
593
|
|
|
584
594
|
[[package]]
|
|
585
595
|
name = "hermit-abi"
|
|
586
|
-
version = "0.
|
|
596
|
+
version = "0.2.6"
|
|
587
597
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
588
|
-
checksum = "
|
|
598
|
+
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
589
599
|
dependencies = [
|
|
590
600
|
"libc",
|
|
591
601
|
]
|
|
592
602
|
|
|
603
|
+
[[package]]
|
|
604
|
+
name = "hmac"
|
|
605
|
+
version = "0.12.1"
|
|
606
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
607
|
+
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
608
|
+
dependencies = [
|
|
609
|
+
"digest",
|
|
610
|
+
]
|
|
611
|
+
|
|
593
612
|
[[package]]
|
|
594
613
|
name = "http"
|
|
595
|
-
version = "0.2.
|
|
614
|
+
version = "0.2.8"
|
|
596
615
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
597
|
-
checksum = "
|
|
616
|
+
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
|
598
617
|
dependencies = [
|
|
599
618
|
"bytes",
|
|
600
619
|
"fnv",
|
|
@@ -603,9 +622,9 @@ dependencies = [
|
|
|
603
622
|
|
|
604
623
|
[[package]]
|
|
605
624
|
name = "http-body"
|
|
606
|
-
version = "0.4.
|
|
625
|
+
version = "0.4.5"
|
|
607
626
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
608
|
-
checksum = "
|
|
627
|
+
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
|
609
628
|
dependencies = [
|
|
610
629
|
"bytes",
|
|
611
630
|
"http",
|
|
@@ -614,9 +633,9 @@ dependencies = [
|
|
|
614
633
|
|
|
615
634
|
[[package]]
|
|
616
635
|
name = "httparse"
|
|
617
|
-
version = "1.
|
|
636
|
+
version = "1.8.0"
|
|
618
637
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
619
|
-
checksum = "
|
|
638
|
+
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
|
620
639
|
|
|
621
640
|
[[package]]
|
|
622
641
|
name = "httpdate"
|
|
@@ -626,9 +645,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
|
|
626
645
|
|
|
627
646
|
[[package]]
|
|
628
647
|
name = "hyper"
|
|
629
|
-
version = "0.14.
|
|
648
|
+
version = "0.14.23"
|
|
630
649
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
631
|
-
checksum = "
|
|
650
|
+
checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
|
|
632
651
|
dependencies = [
|
|
633
652
|
"bytes",
|
|
634
653
|
"futures-channel",
|
|
@@ -669,20 +688,19 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
669
688
|
|
|
670
689
|
[[package]]
|
|
671
690
|
name = "idna"
|
|
672
|
-
version = "0.
|
|
691
|
+
version = "0.3.0"
|
|
673
692
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
674
|
-
checksum = "
|
|
693
|
+
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
|
675
694
|
dependencies = [
|
|
676
|
-
"matches",
|
|
677
695
|
"unicode-bidi",
|
|
678
696
|
"unicode-normalization",
|
|
679
697
|
]
|
|
680
698
|
|
|
681
699
|
[[package]]
|
|
682
700
|
name = "indexmap"
|
|
683
|
-
version = "1.
|
|
701
|
+
version = "1.9.2"
|
|
684
702
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
685
|
-
checksum = "
|
|
703
|
+
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
|
686
704
|
dependencies = [
|
|
687
705
|
"autocfg",
|
|
688
706
|
"hashbrown",
|
|
@@ -723,9 +741,9 @@ dependencies = [
|
|
|
723
741
|
|
|
724
742
|
[[package]]
|
|
725
743
|
name = "ipnet"
|
|
726
|
-
version = "2.
|
|
744
|
+
version = "2.7.1"
|
|
727
745
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
728
|
-
checksum = "
|
|
746
|
+
checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
|
|
729
747
|
|
|
730
748
|
[[package]]
|
|
731
749
|
name = "itertools"
|
|
@@ -747,15 +765,24 @@ dependencies = [
|
|
|
747
765
|
|
|
748
766
|
[[package]]
|
|
749
767
|
name = "itoa"
|
|
750
|
-
version = "1.0.
|
|
768
|
+
version = "1.0.5"
|
|
751
769
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
752
|
-
checksum = "
|
|
770
|
+
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
|
|
771
|
+
|
|
772
|
+
[[package]]
|
|
773
|
+
name = "jobserver"
|
|
774
|
+
version = "0.1.25"
|
|
775
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
776
|
+
checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
|
|
777
|
+
dependencies = [
|
|
778
|
+
"libc",
|
|
779
|
+
]
|
|
753
780
|
|
|
754
781
|
[[package]]
|
|
755
782
|
name = "js-sys"
|
|
756
|
-
version = "0.3.
|
|
783
|
+
version = "0.3.60"
|
|
757
784
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
758
|
-
checksum = "
|
|
785
|
+
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
|
|
759
786
|
dependencies = [
|
|
760
787
|
"wasm-bindgen",
|
|
761
788
|
]
|
|
@@ -767,38 +794,41 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
767
794
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
768
795
|
|
|
769
796
|
[[package]]
|
|
770
|
-
name = "
|
|
771
|
-
version = "
|
|
797
|
+
name = "lazycell"
|
|
798
|
+
version = "1.3.0"
|
|
772
799
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
773
|
-
checksum = "
|
|
774
|
-
dependencies = [
|
|
775
|
-
"arrayvec",
|
|
776
|
-
"bitflags",
|
|
777
|
-
"cfg-if",
|
|
778
|
-
"ryu",
|
|
779
|
-
"static_assertions",
|
|
780
|
-
]
|
|
800
|
+
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
781
801
|
|
|
782
802
|
[[package]]
|
|
783
803
|
name = "libc"
|
|
784
|
-
version = "0.2.
|
|
804
|
+
version = "0.2.139"
|
|
805
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
806
|
+
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
|
807
|
+
|
|
808
|
+
[[package]]
|
|
809
|
+
name = "libloading"
|
|
810
|
+
version = "0.7.4"
|
|
785
811
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
786
|
-
checksum = "
|
|
812
|
+
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
|
813
|
+
dependencies = [
|
|
814
|
+
"cfg-if",
|
|
815
|
+
"winapi",
|
|
816
|
+
]
|
|
787
817
|
|
|
788
818
|
[[package]]
|
|
789
819
|
name = "log"
|
|
790
|
-
version = "0.4.
|
|
820
|
+
version = "0.4.17"
|
|
791
821
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
792
|
-
checksum = "
|
|
822
|
+
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
|
793
823
|
dependencies = [
|
|
794
824
|
"cfg-if",
|
|
795
825
|
]
|
|
796
826
|
|
|
797
827
|
[[package]]
|
|
798
828
|
name = "macro_rules_attribute"
|
|
799
|
-
version = "0.1.
|
|
829
|
+
version = "0.1.3"
|
|
800
830
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
801
|
-
checksum = "
|
|
831
|
+
checksum = "cf0c9b980bf4f3a37fd7b1c066941dd1b1d0152ce6ee6e8fe8c49b9f6810d862"
|
|
802
832
|
dependencies = [
|
|
803
833
|
"macro_rules_attribute-proc_macro",
|
|
804
834
|
"paste",
|
|
@@ -806,27 +836,43 @@ dependencies = [
|
|
|
806
836
|
|
|
807
837
|
[[package]]
|
|
808
838
|
name = "macro_rules_attribute-proc_macro"
|
|
809
|
-
version = "0.1.
|
|
839
|
+
version = "0.1.3"
|
|
810
840
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
811
|
-
checksum = "
|
|
841
|
+
checksum = "58093314a45e00c77d5c508f76e77c3396afbbc0d01506e7fae47b018bac2b1d"
|
|
812
842
|
|
|
813
843
|
[[package]]
|
|
814
|
-
name = "
|
|
815
|
-
version = "0.
|
|
844
|
+
name = "magnus"
|
|
845
|
+
version = "0.4.4"
|
|
816
846
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
817
|
-
checksum = "
|
|
847
|
+
checksum = "fc87660cd7daa49fddbfd524c836de54d5c927d520cd163f43700c5087c57d6c"
|
|
848
|
+
dependencies = [
|
|
849
|
+
"magnus-macros",
|
|
850
|
+
"rb-sys",
|
|
851
|
+
"rb-sys-env",
|
|
852
|
+
]
|
|
853
|
+
|
|
854
|
+
[[package]]
|
|
855
|
+
name = "magnus-macros"
|
|
856
|
+
version = "0.3.0"
|
|
857
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
858
|
+
checksum = "206cb23bfeea05180c97522ef6a3e52a4eb17b0ed2f30ee3ca9c4f994d2378ae"
|
|
859
|
+
dependencies = [
|
|
860
|
+
"proc-macro2",
|
|
861
|
+
"quote",
|
|
862
|
+
"syn",
|
|
863
|
+
]
|
|
818
864
|
|
|
819
865
|
[[package]]
|
|
820
866
|
name = "memchr"
|
|
821
|
-
version = "2.
|
|
867
|
+
version = "2.5.0"
|
|
822
868
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
823
|
-
checksum = "
|
|
869
|
+
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
|
824
870
|
|
|
825
871
|
[[package]]
|
|
826
872
|
name = "memoffset"
|
|
827
|
-
version = "0.
|
|
873
|
+
version = "0.7.1"
|
|
828
874
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
829
|
-
checksum = "
|
|
875
|
+
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
|
|
830
876
|
dependencies = [
|
|
831
877
|
"autocfg",
|
|
832
878
|
]
|
|
@@ -837,44 +883,38 @@ version = "0.3.16"
|
|
|
837
883
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
838
884
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
839
885
|
|
|
886
|
+
[[package]]
|
|
887
|
+
name = "minimal-lexical"
|
|
888
|
+
version = "0.2.1"
|
|
889
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
890
|
+
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
891
|
+
|
|
840
892
|
[[package]]
|
|
841
893
|
name = "miniz_oxide"
|
|
842
|
-
version = "0.
|
|
894
|
+
version = "0.6.2"
|
|
843
895
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
844
|
-
checksum = "
|
|
896
|
+
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
|
845
897
|
dependencies = [
|
|
846
898
|
"adler",
|
|
847
|
-
"autocfg",
|
|
848
899
|
]
|
|
849
900
|
|
|
850
901
|
[[package]]
|
|
851
902
|
name = "mio"
|
|
852
|
-
version = "0.8.
|
|
903
|
+
version = "0.8.5"
|
|
853
904
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
854
|
-
checksum = "
|
|
905
|
+
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
|
|
855
906
|
dependencies = [
|
|
856
907
|
"libc",
|
|
857
908
|
"log",
|
|
858
|
-
"
|
|
859
|
-
"
|
|
860
|
-
"wasi",
|
|
861
|
-
"winapi",
|
|
862
|
-
]
|
|
863
|
-
|
|
864
|
-
[[package]]
|
|
865
|
-
name = "miow"
|
|
866
|
-
version = "0.3.7"
|
|
867
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
868
|
-
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
|
869
|
-
dependencies = [
|
|
870
|
-
"winapi",
|
|
909
|
+
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
910
|
+
"windows-sys",
|
|
871
911
|
]
|
|
872
912
|
|
|
873
913
|
[[package]]
|
|
874
914
|
name = "native-tls"
|
|
875
|
-
version = "0.2.
|
|
915
|
+
version = "0.2.11"
|
|
876
916
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
877
|
-
checksum = "
|
|
917
|
+
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
|
878
918
|
dependencies = [
|
|
879
919
|
"lazy_static",
|
|
880
920
|
"libc",
|
|
@@ -890,31 +930,19 @@ dependencies = [
|
|
|
890
930
|
|
|
891
931
|
[[package]]
|
|
892
932
|
name = "nom"
|
|
893
|
-
version = "
|
|
933
|
+
version = "7.1.2"
|
|
894
934
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
895
|
-
checksum = "
|
|
935
|
+
checksum = "e5507769c4919c998e69e49c839d9dc6e693ede4cc4290d6ad8b41d4f09c548c"
|
|
896
936
|
dependencies = [
|
|
897
|
-
"bitvec",
|
|
898
|
-
"funty",
|
|
899
|
-
"lexical-core",
|
|
900
937
|
"memchr",
|
|
901
|
-
"
|
|
902
|
-
]
|
|
903
|
-
|
|
904
|
-
[[package]]
|
|
905
|
-
name = "ntapi"
|
|
906
|
-
version = "0.3.7"
|
|
907
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
908
|
-
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
|
|
909
|
-
dependencies = [
|
|
910
|
-
"winapi",
|
|
938
|
+
"minimal-lexical",
|
|
911
939
|
]
|
|
912
940
|
|
|
913
941
|
[[package]]
|
|
914
942
|
name = "num_cpus"
|
|
915
|
-
version = "1.
|
|
943
|
+
version = "1.15.0"
|
|
916
944
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
917
|
-
checksum = "
|
|
945
|
+
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
|
918
946
|
dependencies = [
|
|
919
947
|
"hermit-abi",
|
|
920
948
|
"libc",
|
|
@@ -929,51 +957,68 @@ checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a"
|
|
|
929
957
|
[[package]]
|
|
930
958
|
name = "number_prefix"
|
|
931
959
|
version = "0.4.0"
|
|
932
|
-
source = "
|
|
933
|
-
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
|
960
|
+
source = "git+https://github.com/ankane/rust-number-prefix?branch=license-file#ce5a6a760b04c0f309e6d8fd7f72f5906c89723d"
|
|
934
961
|
|
|
935
962
|
[[package]]
|
|
936
963
|
name = "once_cell"
|
|
937
|
-
version = "1.
|
|
964
|
+
version = "1.17.0"
|
|
938
965
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
939
|
-
checksum = "
|
|
966
|
+
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
|
|
940
967
|
|
|
941
968
|
[[package]]
|
|
942
969
|
name = "onig"
|
|
943
|
-
version = "6.
|
|
970
|
+
version = "6.4.0"
|
|
944
971
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
945
|
-
checksum = "
|
|
972
|
+
checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
|
|
946
973
|
dependencies = [
|
|
947
974
|
"bitflags",
|
|
948
|
-
"lazy_static",
|
|
949
975
|
"libc",
|
|
976
|
+
"once_cell",
|
|
950
977
|
"onig_sys",
|
|
951
978
|
]
|
|
952
979
|
|
|
953
980
|
[[package]]
|
|
954
981
|
name = "onig_sys"
|
|
955
|
-
version = "69.
|
|
982
|
+
version = "69.8.1"
|
|
956
983
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
957
|
-
checksum = "
|
|
984
|
+
checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
|
|
958
985
|
dependencies = [
|
|
959
986
|
"cc",
|
|
960
987
|
"pkg-config",
|
|
961
988
|
]
|
|
962
989
|
|
|
990
|
+
[[package]]
|
|
991
|
+
name = "opaque-debug"
|
|
992
|
+
version = "0.3.0"
|
|
993
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
994
|
+
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
995
|
+
|
|
963
996
|
[[package]]
|
|
964
997
|
name = "openssl"
|
|
965
|
-
version = "0.10.
|
|
998
|
+
version = "0.10.45"
|
|
966
999
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
967
|
-
checksum = "
|
|
1000
|
+
checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1"
|
|
968
1001
|
dependencies = [
|
|
969
1002
|
"bitflags",
|
|
970
1003
|
"cfg-if",
|
|
971
1004
|
"foreign-types",
|
|
972
1005
|
"libc",
|
|
973
1006
|
"once_cell",
|
|
1007
|
+
"openssl-macros",
|
|
974
1008
|
"openssl-sys",
|
|
975
1009
|
]
|
|
976
1010
|
|
|
1011
|
+
[[package]]
|
|
1012
|
+
name = "openssl-macros"
|
|
1013
|
+
version = "0.1.0"
|
|
1014
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1015
|
+
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
|
|
1016
|
+
dependencies = [
|
|
1017
|
+
"proc-macro2",
|
|
1018
|
+
"quote",
|
|
1019
|
+
"syn",
|
|
1020
|
+
]
|
|
1021
|
+
|
|
977
1022
|
[[package]]
|
|
978
1023
|
name = "openssl-probe"
|
|
979
1024
|
version = "0.1.5"
|
|
@@ -982,9 +1027,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
982
1027
|
|
|
983
1028
|
[[package]]
|
|
984
1029
|
name = "openssl-sys"
|
|
985
|
-
version = "0.9.
|
|
1030
|
+
version = "0.9.80"
|
|
986
1031
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
987
|
-
checksum = "
|
|
1032
|
+
checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7"
|
|
988
1033
|
dependencies = [
|
|
989
1034
|
"autocfg",
|
|
990
1035
|
"cc",
|
|
@@ -993,23 +1038,52 @@ dependencies = [
|
|
|
993
1038
|
"vcpkg",
|
|
994
1039
|
]
|
|
995
1040
|
|
|
1041
|
+
[[package]]
|
|
1042
|
+
name = "password-hash"
|
|
1043
|
+
version = "0.4.2"
|
|
1044
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1045
|
+
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
|
|
1046
|
+
dependencies = [
|
|
1047
|
+
"base64ct",
|
|
1048
|
+
"rand_core",
|
|
1049
|
+
"subtle",
|
|
1050
|
+
]
|
|
1051
|
+
|
|
996
1052
|
[[package]]
|
|
997
1053
|
name = "paste"
|
|
998
|
-
version = "1.0.
|
|
1054
|
+
version = "1.0.11"
|
|
999
1055
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1000
|
-
checksum = "
|
|
1056
|
+
checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
|
|
1057
|
+
|
|
1058
|
+
[[package]]
|
|
1059
|
+
name = "pbkdf2"
|
|
1060
|
+
version = "0.11.0"
|
|
1061
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1062
|
+
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
|
|
1063
|
+
dependencies = [
|
|
1064
|
+
"digest",
|
|
1065
|
+
"hmac",
|
|
1066
|
+
"password-hash",
|
|
1067
|
+
"sha2",
|
|
1068
|
+
]
|
|
1069
|
+
|
|
1070
|
+
[[package]]
|
|
1071
|
+
name = "peeking_take_while"
|
|
1072
|
+
version = "0.1.2"
|
|
1073
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1074
|
+
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
1001
1075
|
|
|
1002
1076
|
[[package]]
|
|
1003
1077
|
name = "percent-encoding"
|
|
1004
|
-
version = "2.
|
|
1078
|
+
version = "2.2.0"
|
|
1005
1079
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1006
|
-
checksum = "
|
|
1080
|
+
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
|
1007
1081
|
|
|
1008
1082
|
[[package]]
|
|
1009
1083
|
name = "pin-project-lite"
|
|
1010
|
-
version = "0.2.
|
|
1084
|
+
version = "0.2.9"
|
|
1011
1085
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1012
|
-
checksum = "
|
|
1086
|
+
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
|
1013
1087
|
|
|
1014
1088
|
[[package]]
|
|
1015
1089
|
name = "pin-utils"
|
|
@@ -1019,40 +1093,34 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
1019
1093
|
|
|
1020
1094
|
[[package]]
|
|
1021
1095
|
name = "pkg-config"
|
|
1022
|
-
version = "0.3.
|
|
1096
|
+
version = "0.3.26"
|
|
1023
1097
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1024
|
-
checksum = "
|
|
1098
|
+
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
|
1025
1099
|
|
|
1026
1100
|
[[package]]
|
|
1027
1101
|
name = "ppv-lite86"
|
|
1028
|
-
version = "0.2.
|
|
1102
|
+
version = "0.2.17"
|
|
1029
1103
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1030
|
-
checksum = "
|
|
1104
|
+
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
1031
1105
|
|
|
1032
1106
|
[[package]]
|
|
1033
1107
|
name = "proc-macro2"
|
|
1034
|
-
version = "1.0.
|
|
1108
|
+
version = "1.0.49"
|
|
1035
1109
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1036
|
-
checksum = "
|
|
1110
|
+
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
|
|
1037
1111
|
dependencies = [
|
|
1038
|
-
"unicode-
|
|
1112
|
+
"unicode-ident",
|
|
1039
1113
|
]
|
|
1040
1114
|
|
|
1041
1115
|
[[package]]
|
|
1042
1116
|
name = "quote"
|
|
1043
|
-
version = "1.0.
|
|
1117
|
+
version = "1.0.23"
|
|
1044
1118
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1045
|
-
checksum = "
|
|
1119
|
+
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
|
|
1046
1120
|
dependencies = [
|
|
1047
1121
|
"proc-macro2",
|
|
1048
1122
|
]
|
|
1049
1123
|
|
|
1050
|
-
[[package]]
|
|
1051
|
-
name = "radium"
|
|
1052
|
-
version = "0.5.3"
|
|
1053
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1054
|
-
checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
|
|
1055
|
-
|
|
1056
1124
|
[[package]]
|
|
1057
1125
|
name = "rand"
|
|
1058
1126
|
version = "0.8.5"
|
|
@@ -1076,21 +1144,19 @@ dependencies = [
|
|
|
1076
1144
|
|
|
1077
1145
|
[[package]]
|
|
1078
1146
|
name = "rand_core"
|
|
1079
|
-
version = "0.6.
|
|
1147
|
+
version = "0.6.4"
|
|
1080
1148
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1081
|
-
checksum = "
|
|
1149
|
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
1082
1150
|
dependencies = [
|
|
1083
1151
|
"getrandom",
|
|
1084
1152
|
]
|
|
1085
1153
|
|
|
1086
1154
|
[[package]]
|
|
1087
1155
|
name = "rayon"
|
|
1088
|
-
version = "1.
|
|
1156
|
+
version = "1.6.1"
|
|
1089
1157
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1090
|
-
checksum = "
|
|
1158
|
+
checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
|
|
1091
1159
|
dependencies = [
|
|
1092
|
-
"autocfg",
|
|
1093
|
-
"crossbeam-deque",
|
|
1094
1160
|
"either",
|
|
1095
1161
|
"rayon-core",
|
|
1096
1162
|
]
|
|
@@ -1108,31 +1174,55 @@ dependencies = [
|
|
|
1108
1174
|
|
|
1109
1175
|
[[package]]
|
|
1110
1176
|
name = "rayon-core"
|
|
1111
|
-
version = "1.
|
|
1177
|
+
version = "1.10.1"
|
|
1112
1178
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1113
|
-
checksum = "
|
|
1179
|
+
checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"
|
|
1114
1180
|
dependencies = [
|
|
1115
1181
|
"crossbeam-channel",
|
|
1116
1182
|
"crossbeam-deque",
|
|
1117
1183
|
"crossbeam-utils",
|
|
1118
|
-
"lazy_static",
|
|
1119
1184
|
"num_cpus",
|
|
1120
1185
|
]
|
|
1121
1186
|
|
|
1187
|
+
[[package]]
|
|
1188
|
+
name = "rb-sys"
|
|
1189
|
+
version = "0.9.56"
|
|
1190
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1191
|
+
checksum = "ef82428221475c6f9e7893fe30b88d45ac86bdb12e58e7c92055ba4bceb78a69"
|
|
1192
|
+
dependencies = [
|
|
1193
|
+
"rb-sys-build",
|
|
1194
|
+
]
|
|
1195
|
+
|
|
1196
|
+
[[package]]
|
|
1197
|
+
name = "rb-sys-build"
|
|
1198
|
+
version = "0.9.56"
|
|
1199
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1200
|
+
checksum = "950bfc239d2e7704576abe4d37b008876bbfd70a99196a188c5caeae2ba7344a"
|
|
1201
|
+
dependencies = [
|
|
1202
|
+
"bindgen",
|
|
1203
|
+
"regex",
|
|
1204
|
+
"shell-words",
|
|
1205
|
+
]
|
|
1206
|
+
|
|
1207
|
+
[[package]]
|
|
1208
|
+
name = "rb-sys-env"
|
|
1209
|
+
version = "0.1.1"
|
|
1210
|
+
source = "git+https://github.com/oxidize-rb/rb-sys#31a29ba1ba640677ea0c45ddb0485fc201e72334"
|
|
1211
|
+
|
|
1122
1212
|
[[package]]
|
|
1123
1213
|
name = "redox_syscall"
|
|
1124
|
-
version = "0.2.
|
|
1214
|
+
version = "0.2.16"
|
|
1125
1215
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1126
|
-
checksum = "
|
|
1216
|
+
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
1127
1217
|
dependencies = [
|
|
1128
1218
|
"bitflags",
|
|
1129
1219
|
]
|
|
1130
1220
|
|
|
1131
1221
|
[[package]]
|
|
1132
1222
|
name = "redox_users"
|
|
1133
|
-
version = "0.4.
|
|
1223
|
+
version = "0.4.3"
|
|
1134
1224
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1135
|
-
checksum = "
|
|
1225
|
+
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
|
1136
1226
|
dependencies = [
|
|
1137
1227
|
"getrandom",
|
|
1138
1228
|
"redox_syscall",
|
|
@@ -1141,9 +1231,9 @@ dependencies = [
|
|
|
1141
1231
|
|
|
1142
1232
|
[[package]]
|
|
1143
1233
|
name = "regex"
|
|
1144
|
-
version = "1.
|
|
1234
|
+
version = "1.7.1"
|
|
1145
1235
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1146
|
-
checksum = "
|
|
1236
|
+
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
|
1147
1237
|
dependencies = [
|
|
1148
1238
|
"aho-corasick",
|
|
1149
1239
|
"memchr",
|
|
@@ -1152,9 +1242,9 @@ dependencies = [
|
|
|
1152
1242
|
|
|
1153
1243
|
[[package]]
|
|
1154
1244
|
name = "regex-syntax"
|
|
1155
|
-
version = "0.6.
|
|
1245
|
+
version = "0.6.28"
|
|
1156
1246
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1157
|
-
checksum = "
|
|
1247
|
+
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
|
1158
1248
|
|
|
1159
1249
|
[[package]]
|
|
1160
1250
|
name = "remove_dir_all"
|
|
@@ -1167,11 +1257,11 @@ dependencies = [
|
|
|
1167
1257
|
|
|
1168
1258
|
[[package]]
|
|
1169
1259
|
name = "reqwest"
|
|
1170
|
-
version = "0.11.
|
|
1260
|
+
version = "0.11.13"
|
|
1171
1261
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1172
|
-
checksum = "
|
|
1262
|
+
checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c"
|
|
1173
1263
|
dependencies = [
|
|
1174
|
-
"base64
|
|
1264
|
+
"base64",
|
|
1175
1265
|
"bytes",
|
|
1176
1266
|
"encoding_rs",
|
|
1177
1267
|
"futures-core",
|
|
@@ -1183,10 +1273,10 @@ dependencies = [
|
|
|
1183
1273
|
"hyper-tls",
|
|
1184
1274
|
"ipnet",
|
|
1185
1275
|
"js-sys",
|
|
1186
|
-
"lazy_static",
|
|
1187
1276
|
"log",
|
|
1188
1277
|
"mime",
|
|
1189
1278
|
"native-tls",
|
|
1279
|
+
"once_cell",
|
|
1190
1280
|
"percent-encoding",
|
|
1191
1281
|
"pin-project-lite",
|
|
1192
1282
|
"serde",
|
|
@@ -1194,6 +1284,7 @@ dependencies = [
|
|
|
1194
1284
|
"serde_urlencoded",
|
|
1195
1285
|
"tokio",
|
|
1196
1286
|
"tokio-native-tls",
|
|
1287
|
+
"tower-service",
|
|
1197
1288
|
"url",
|
|
1198
1289
|
"wasm-bindgen",
|
|
1199
1290
|
"wasm-bindgen-futures",
|
|
@@ -1202,29 +1293,24 @@ dependencies = [
|
|
|
1202
1293
|
]
|
|
1203
1294
|
|
|
1204
1295
|
[[package]]
|
|
1205
|
-
name = "
|
|
1206
|
-
version = "
|
|
1296
|
+
name = "rustc-hash"
|
|
1297
|
+
version = "1.1.0"
|
|
1207
1298
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1208
|
-
checksum = "
|
|
1209
|
-
dependencies = [
|
|
1210
|
-
"lazy_static",
|
|
1211
|
-
"libc",
|
|
1212
|
-
]
|
|
1299
|
+
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
1213
1300
|
|
|
1214
1301
|
[[package]]
|
|
1215
1302
|
name = "ryu"
|
|
1216
|
-
version = "1.0.
|
|
1303
|
+
version = "1.0.12"
|
|
1217
1304
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1218
|
-
checksum = "
|
|
1305
|
+
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
|
|
1219
1306
|
|
|
1220
1307
|
[[package]]
|
|
1221
1308
|
name = "schannel"
|
|
1222
|
-
version = "0.1.
|
|
1309
|
+
version = "0.1.21"
|
|
1223
1310
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1224
|
-
checksum = "
|
|
1311
|
+
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
|
|
1225
1312
|
dependencies = [
|
|
1226
|
-
"
|
|
1227
|
-
"winapi",
|
|
1313
|
+
"windows-sys",
|
|
1228
1314
|
]
|
|
1229
1315
|
|
|
1230
1316
|
[[package]]
|
|
@@ -1235,9 +1321,9 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
1235
1321
|
|
|
1236
1322
|
[[package]]
|
|
1237
1323
|
name = "security-framework"
|
|
1238
|
-
version = "2.
|
|
1324
|
+
version = "2.7.0"
|
|
1239
1325
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1240
|
-
checksum = "
|
|
1326
|
+
checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
|
|
1241
1327
|
dependencies = [
|
|
1242
1328
|
"bitflags",
|
|
1243
1329
|
"core-foundation",
|
|
@@ -1258,18 +1344,18 @@ dependencies = [
|
|
|
1258
1344
|
|
|
1259
1345
|
[[package]]
|
|
1260
1346
|
name = "serde"
|
|
1261
|
-
version = "1.0.
|
|
1347
|
+
version = "1.0.152"
|
|
1262
1348
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1263
|
-
checksum = "
|
|
1349
|
+
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
|
1264
1350
|
dependencies = [
|
|
1265
1351
|
"serde_derive",
|
|
1266
1352
|
]
|
|
1267
1353
|
|
|
1268
1354
|
[[package]]
|
|
1269
1355
|
name = "serde_derive"
|
|
1270
|
-
version = "1.0.
|
|
1356
|
+
version = "1.0.152"
|
|
1271
1357
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1272
|
-
checksum = "
|
|
1358
|
+
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
|
|
1273
1359
|
dependencies = [
|
|
1274
1360
|
"proc-macro2",
|
|
1275
1361
|
"quote",
|
|
@@ -1278,9 +1364,9 @@ dependencies = [
|
|
|
1278
1364
|
|
|
1279
1365
|
[[package]]
|
|
1280
1366
|
name = "serde_json"
|
|
1281
|
-
version = "1.0.
|
|
1367
|
+
version = "1.0.91"
|
|
1282
1368
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1283
|
-
checksum = "
|
|
1369
|
+
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
|
|
1284
1370
|
dependencies = [
|
|
1285
1371
|
"itoa",
|
|
1286
1372
|
"ryu",
|
|
@@ -1299,34 +1385,60 @@ dependencies = [
|
|
|
1299
1385
|
"serde",
|
|
1300
1386
|
]
|
|
1301
1387
|
|
|
1388
|
+
[[package]]
|
|
1389
|
+
name = "sha1"
|
|
1390
|
+
version = "0.10.5"
|
|
1391
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1392
|
+
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
|
1393
|
+
dependencies = [
|
|
1394
|
+
"cfg-if",
|
|
1395
|
+
"cpufeatures",
|
|
1396
|
+
"digest",
|
|
1397
|
+
]
|
|
1398
|
+
|
|
1302
1399
|
[[package]]
|
|
1303
1400
|
name = "sha2"
|
|
1304
|
-
version = "0.10.
|
|
1401
|
+
version = "0.10.6"
|
|
1305
1402
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1306
|
-
checksum = "
|
|
1403
|
+
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
|
1307
1404
|
dependencies = [
|
|
1308
1405
|
"cfg-if",
|
|
1309
1406
|
"cpufeatures",
|
|
1310
1407
|
"digest",
|
|
1311
1408
|
]
|
|
1312
1409
|
|
|
1410
|
+
[[package]]
|
|
1411
|
+
name = "shell-words"
|
|
1412
|
+
version = "1.1.0"
|
|
1413
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1414
|
+
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
1415
|
+
|
|
1416
|
+
[[package]]
|
|
1417
|
+
name = "shlex"
|
|
1418
|
+
version = "1.1.0"
|
|
1419
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1420
|
+
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
|
1421
|
+
|
|
1313
1422
|
[[package]]
|
|
1314
1423
|
name = "slab"
|
|
1315
|
-
version = "0.4.
|
|
1424
|
+
version = "0.4.7"
|
|
1316
1425
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1317
|
-
checksum = "
|
|
1426
|
+
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
|
|
1427
|
+
dependencies = [
|
|
1428
|
+
"autocfg",
|
|
1429
|
+
]
|
|
1318
1430
|
|
|
1319
1431
|
[[package]]
|
|
1320
1432
|
name = "smallvec"
|
|
1321
|
-
version = "1.
|
|
1433
|
+
version = "1.10.0"
|
|
1322
1434
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1323
|
-
checksum = "
|
|
1435
|
+
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
|
1324
1436
|
|
|
1325
1437
|
[[package]]
|
|
1326
1438
|
name = "socket2"
|
|
1327
|
-
version = "0.4.
|
|
1439
|
+
version = "0.4.7"
|
|
1328
1440
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1329
|
-
checksum = "
|
|
1441
|
+
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
|
|
1330
1442
|
dependencies = [
|
|
1331
1443
|
"libc",
|
|
1332
1444
|
"winapi",
|
|
@@ -1334,51 +1446,39 @@ dependencies = [
|
|
|
1334
1446
|
|
|
1335
1447
|
[[package]]
|
|
1336
1448
|
name = "spm_precompiled"
|
|
1337
|
-
version = "0.1.
|
|
1449
|
+
version = "0.1.4"
|
|
1338
1450
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1339
|
-
checksum = "
|
|
1451
|
+
checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326"
|
|
1340
1452
|
dependencies = [
|
|
1341
|
-
"base64
|
|
1453
|
+
"base64",
|
|
1342
1454
|
"nom",
|
|
1343
1455
|
"serde",
|
|
1344
1456
|
"unicode-segmentation",
|
|
1345
1457
|
]
|
|
1346
1458
|
|
|
1347
|
-
[[package]]
|
|
1348
|
-
name = "static_assertions"
|
|
1349
|
-
version = "1.1.0"
|
|
1350
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1351
|
-
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
1352
|
-
|
|
1353
1459
|
[[package]]
|
|
1354
1460
|
name = "strsim"
|
|
1355
|
-
version = "0.
|
|
1461
|
+
version = "0.10.0"
|
|
1356
1462
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1357
|
-
checksum = "
|
|
1463
|
+
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
1358
1464
|
|
|
1359
1465
|
[[package]]
|
|
1360
|
-
name = "
|
|
1361
|
-
version = "
|
|
1466
|
+
name = "subtle"
|
|
1467
|
+
version = "2.4.1"
|
|
1362
1468
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1363
|
-
checksum = "
|
|
1469
|
+
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
|
1364
1470
|
|
|
1365
1471
|
[[package]]
|
|
1366
1472
|
name = "syn"
|
|
1367
|
-
version = "1.0.
|
|
1473
|
+
version = "1.0.107"
|
|
1368
1474
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1369
|
-
checksum = "
|
|
1475
|
+
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
|
|
1370
1476
|
dependencies = [
|
|
1371
1477
|
"proc-macro2",
|
|
1372
1478
|
"quote",
|
|
1373
|
-
"unicode-
|
|
1479
|
+
"unicode-ident",
|
|
1374
1480
|
]
|
|
1375
1481
|
|
|
1376
|
-
[[package]]
|
|
1377
|
-
name = "tap"
|
|
1378
|
-
version = "1.0.1"
|
|
1379
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1380
|
-
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
1381
|
-
|
|
1382
1482
|
[[package]]
|
|
1383
1483
|
name = "tar"
|
|
1384
1484
|
version = "0.4.38"
|
|
@@ -1405,59 +1505,68 @@ dependencies = [
|
|
|
1405
1505
|
]
|
|
1406
1506
|
|
|
1407
1507
|
[[package]]
|
|
1408
|
-
name = "
|
|
1409
|
-
version = "0.
|
|
1508
|
+
name = "thiserror"
|
|
1509
|
+
version = "1.0.38"
|
|
1410
1510
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1411
|
-
checksum = "
|
|
1511
|
+
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
|
|
1412
1512
|
dependencies = [
|
|
1413
|
-
"
|
|
1414
|
-
"winapi",
|
|
1513
|
+
"thiserror-impl",
|
|
1415
1514
|
]
|
|
1416
1515
|
|
|
1417
1516
|
[[package]]
|
|
1418
|
-
name = "
|
|
1419
|
-
version = "0.
|
|
1517
|
+
name = "thiserror-impl"
|
|
1518
|
+
version = "1.0.38"
|
|
1420
1519
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1421
|
-
checksum = "
|
|
1520
|
+
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
|
|
1422
1521
|
dependencies = [
|
|
1423
|
-
"
|
|
1522
|
+
"proc-macro2",
|
|
1523
|
+
"quote",
|
|
1524
|
+
"syn",
|
|
1424
1525
|
]
|
|
1425
1526
|
|
|
1426
1527
|
[[package]]
|
|
1427
|
-
name = "
|
|
1428
|
-
version = "1.
|
|
1528
|
+
name = "time"
|
|
1529
|
+
version = "0.1.45"
|
|
1429
1530
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1430
|
-
checksum = "
|
|
1531
|
+
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
|
|
1431
1532
|
dependencies = [
|
|
1432
|
-
"
|
|
1533
|
+
"libc",
|
|
1534
|
+
"wasi 0.10.0+wasi-snapshot-preview1",
|
|
1535
|
+
"winapi",
|
|
1433
1536
|
]
|
|
1434
1537
|
|
|
1435
1538
|
[[package]]
|
|
1436
|
-
name = "
|
|
1437
|
-
version = "
|
|
1539
|
+
name = "time"
|
|
1540
|
+
version = "0.3.17"
|
|
1438
1541
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1439
|
-
checksum = "
|
|
1542
|
+
checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
|
|
1440
1543
|
dependencies = [
|
|
1441
|
-
"
|
|
1442
|
-
"
|
|
1443
|
-
"
|
|
1544
|
+
"itoa",
|
|
1545
|
+
"serde",
|
|
1546
|
+
"time-core",
|
|
1547
|
+
"time-macros",
|
|
1444
1548
|
]
|
|
1445
1549
|
|
|
1446
1550
|
[[package]]
|
|
1447
|
-
name = "time"
|
|
1448
|
-
version = "0.1.
|
|
1551
|
+
name = "time-core"
|
|
1552
|
+
version = "0.1.0"
|
|
1449
1553
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1450
|
-
checksum = "
|
|
1554
|
+
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
|
1555
|
+
|
|
1556
|
+
[[package]]
|
|
1557
|
+
name = "time-macros"
|
|
1558
|
+
version = "0.2.6"
|
|
1559
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1560
|
+
checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
|
|
1451
1561
|
dependencies = [
|
|
1452
|
-
"
|
|
1453
|
-
"winapi",
|
|
1562
|
+
"time-core",
|
|
1454
1563
|
]
|
|
1455
1564
|
|
|
1456
1565
|
[[package]]
|
|
1457
1566
|
name = "tinyvec"
|
|
1458
|
-
version = "1.
|
|
1567
|
+
version = "1.6.0"
|
|
1459
1568
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1460
|
-
checksum = "
|
|
1569
|
+
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
|
1461
1570
|
dependencies = [
|
|
1462
1571
|
"tinyvec_macros",
|
|
1463
1572
|
]
|
|
@@ -1470,13 +1579,19 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
1470
1579
|
|
|
1471
1580
|
[[package]]
|
|
1472
1581
|
name = "tokenizers"
|
|
1473
|
-
version = "0.
|
|
1474
|
-
|
|
1475
|
-
|
|
1582
|
+
version = "0.2.1"
|
|
1583
|
+
dependencies = [
|
|
1584
|
+
"magnus",
|
|
1585
|
+
"tokenizers 0.13.2",
|
|
1586
|
+
]
|
|
1587
|
+
|
|
1588
|
+
[[package]]
|
|
1589
|
+
name = "tokenizers"
|
|
1590
|
+
version = "0.13.2"
|
|
1591
|
+
source = "git+https://github.com/huggingface/tokenizers#fe4ae7dc38be11a5c93ae703816c869f993c21ab"
|
|
1476
1592
|
dependencies = [
|
|
1477
1593
|
"aho-corasick",
|
|
1478
1594
|
"cached-path",
|
|
1479
|
-
"clap",
|
|
1480
1595
|
"derive_builder",
|
|
1481
1596
|
"dirs",
|
|
1482
1597
|
"esaxx-rs",
|
|
@@ -1503,21 +1618,13 @@ dependencies = [
|
|
|
1503
1618
|
"unicode_categories",
|
|
1504
1619
|
]
|
|
1505
1620
|
|
|
1506
|
-
[[package]]
|
|
1507
|
-
name = "tokenizers-ruby"
|
|
1508
|
-
version = "0.1.0"
|
|
1509
|
-
dependencies = [
|
|
1510
|
-
"lazy_static",
|
|
1511
|
-
"rutie",
|
|
1512
|
-
"tokenizers",
|
|
1513
|
-
]
|
|
1514
|
-
|
|
1515
1621
|
[[package]]
|
|
1516
1622
|
name = "tokio"
|
|
1517
|
-
version = "1.
|
|
1623
|
+
version = "1.24.1"
|
|
1518
1624
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1519
|
-
checksum = "
|
|
1625
|
+
checksum = "1d9f76183f91ecfb55e1d7d5602bd1d979e38a3a522fe900241cf195624d67ae"
|
|
1520
1626
|
dependencies = [
|
|
1627
|
+
"autocfg",
|
|
1521
1628
|
"bytes",
|
|
1522
1629
|
"libc",
|
|
1523
1630
|
"memchr",
|
|
@@ -1525,7 +1632,7 @@ dependencies = [
|
|
|
1525
1632
|
"num_cpus",
|
|
1526
1633
|
"pin-project-lite",
|
|
1527
1634
|
"socket2",
|
|
1528
|
-
"
|
|
1635
|
+
"windows-sys",
|
|
1529
1636
|
]
|
|
1530
1637
|
|
|
1531
1638
|
[[package]]
|
|
@@ -1540,29 +1647,29 @@ dependencies = [
|
|
|
1540
1647
|
|
|
1541
1648
|
[[package]]
|
|
1542
1649
|
name = "tokio-util"
|
|
1543
|
-
version = "0.
|
|
1650
|
+
version = "0.7.4"
|
|
1544
1651
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1545
|
-
checksum = "
|
|
1652
|
+
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
|
|
1546
1653
|
dependencies = [
|
|
1547
1654
|
"bytes",
|
|
1548
1655
|
"futures-core",
|
|
1549
1656
|
"futures-sink",
|
|
1550
|
-
"log",
|
|
1551
1657
|
"pin-project-lite",
|
|
1552
1658
|
"tokio",
|
|
1659
|
+
"tracing",
|
|
1553
1660
|
]
|
|
1554
1661
|
|
|
1555
1662
|
[[package]]
|
|
1556
1663
|
name = "tower-service"
|
|
1557
|
-
version = "0.3.
|
|
1664
|
+
version = "0.3.2"
|
|
1558
1665
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1559
|
-
checksum = "
|
|
1666
|
+
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
|
1560
1667
|
|
|
1561
1668
|
[[package]]
|
|
1562
1669
|
name = "tracing"
|
|
1563
|
-
version = "0.1.
|
|
1670
|
+
version = "0.1.37"
|
|
1564
1671
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1565
|
-
checksum = "
|
|
1672
|
+
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
|
1566
1673
|
dependencies = [
|
|
1567
1674
|
"cfg-if",
|
|
1568
1675
|
"pin-project-lite",
|
|
@@ -1571,36 +1678,42 @@ dependencies = [
|
|
|
1571
1678
|
|
|
1572
1679
|
[[package]]
|
|
1573
1680
|
name = "tracing-core"
|
|
1574
|
-
version = "0.1.
|
|
1681
|
+
version = "0.1.30"
|
|
1575
1682
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1576
|
-
checksum = "
|
|
1683
|
+
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
|
1577
1684
|
dependencies = [
|
|
1578
|
-
"
|
|
1685
|
+
"once_cell",
|
|
1579
1686
|
]
|
|
1580
1687
|
|
|
1581
1688
|
[[package]]
|
|
1582
1689
|
name = "try-lock"
|
|
1583
|
-
version = "0.2.
|
|
1690
|
+
version = "0.2.4"
|
|
1584
1691
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1585
|
-
checksum = "
|
|
1692
|
+
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
|
1586
1693
|
|
|
1587
1694
|
[[package]]
|
|
1588
1695
|
name = "typenum"
|
|
1589
|
-
version = "1.
|
|
1696
|
+
version = "1.16.0"
|
|
1590
1697
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1591
|
-
checksum = "
|
|
1698
|
+
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
|
1592
1699
|
|
|
1593
1700
|
[[package]]
|
|
1594
1701
|
name = "unicode-bidi"
|
|
1595
|
-
version = "0.3.
|
|
1702
|
+
version = "0.3.8"
|
|
1596
1703
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1597
|
-
checksum = "
|
|
1704
|
+
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
|
|
1705
|
+
|
|
1706
|
+
[[package]]
|
|
1707
|
+
name = "unicode-ident"
|
|
1708
|
+
version = "1.0.6"
|
|
1709
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1710
|
+
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
|
|
1598
1711
|
|
|
1599
1712
|
[[package]]
|
|
1600
1713
|
name = "unicode-normalization"
|
|
1601
|
-
version = "0.1.
|
|
1714
|
+
version = "0.1.22"
|
|
1602
1715
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1603
|
-
checksum = "
|
|
1716
|
+
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
|
1604
1717
|
dependencies = [
|
|
1605
1718
|
"tinyvec",
|
|
1606
1719
|
]
|
|
@@ -1616,21 +1729,15 @@ dependencies = [
|
|
|
1616
1729
|
|
|
1617
1730
|
[[package]]
|
|
1618
1731
|
name = "unicode-segmentation"
|
|
1619
|
-
version = "1.
|
|
1732
|
+
version = "1.10.0"
|
|
1620
1733
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1621
|
-
checksum = "
|
|
1734
|
+
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
|
|
1622
1735
|
|
|
1623
1736
|
[[package]]
|
|
1624
1737
|
name = "unicode-width"
|
|
1625
|
-
version = "0.1.
|
|
1626
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1627
|
-
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
|
1628
|
-
|
|
1629
|
-
[[package]]
|
|
1630
|
-
name = "unicode-xid"
|
|
1631
|
-
version = "0.2.2"
|
|
1738
|
+
version = "0.1.10"
|
|
1632
1739
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1633
|
-
checksum = "
|
|
1740
|
+
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
|
1634
1741
|
|
|
1635
1742
|
[[package]]
|
|
1636
1743
|
name = "unicode_categories"
|
|
@@ -1640,13 +1747,12 @@ checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
|
|
1640
1747
|
|
|
1641
1748
|
[[package]]
|
|
1642
1749
|
name = "url"
|
|
1643
|
-
version = "2.
|
|
1750
|
+
version = "2.3.1"
|
|
1644
1751
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1645
|
-
checksum = "
|
|
1752
|
+
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
|
1646
1753
|
dependencies = [
|
|
1647
1754
|
"form_urlencoded",
|
|
1648
1755
|
"idna",
|
|
1649
|
-
"matches",
|
|
1650
1756
|
"percent-encoding",
|
|
1651
1757
|
]
|
|
1652
1758
|
|
|
@@ -1656,12 +1762,6 @@ version = "0.2.15"
|
|
|
1656
1762
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1657
1763
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
1658
1764
|
|
|
1659
|
-
[[package]]
|
|
1660
|
-
name = "vec_map"
|
|
1661
|
-
version = "0.8.2"
|
|
1662
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1663
|
-
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
1664
|
-
|
|
1665
1765
|
[[package]]
|
|
1666
1766
|
name = "version_check"
|
|
1667
1767
|
version = "0.9.4"
|
|
@@ -1678,6 +1778,12 @@ dependencies = [
|
|
|
1678
1778
|
"try-lock",
|
|
1679
1779
|
]
|
|
1680
1780
|
|
|
1781
|
+
[[package]]
|
|
1782
|
+
name = "wasi"
|
|
1783
|
+
version = "0.10.0+wasi-snapshot-preview1"
|
|
1784
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1785
|
+
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
1786
|
+
|
|
1681
1787
|
[[package]]
|
|
1682
1788
|
name = "wasi"
|
|
1683
1789
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
@@ -1686,9 +1792,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
1686
1792
|
|
|
1687
1793
|
[[package]]
|
|
1688
1794
|
name = "wasm-bindgen"
|
|
1689
|
-
version = "0.2.
|
|
1795
|
+
version = "0.2.83"
|
|
1690
1796
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1691
|
-
checksum = "
|
|
1797
|
+
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
|
|
1692
1798
|
dependencies = [
|
|
1693
1799
|
"cfg-if",
|
|
1694
1800
|
"wasm-bindgen-macro",
|
|
@@ -1696,13 +1802,13 @@ dependencies = [
|
|
|
1696
1802
|
|
|
1697
1803
|
[[package]]
|
|
1698
1804
|
name = "wasm-bindgen-backend"
|
|
1699
|
-
version = "0.2.
|
|
1805
|
+
version = "0.2.83"
|
|
1700
1806
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1701
|
-
checksum = "
|
|
1807
|
+
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
|
|
1702
1808
|
dependencies = [
|
|
1703
1809
|
"bumpalo",
|
|
1704
|
-
"lazy_static",
|
|
1705
1810
|
"log",
|
|
1811
|
+
"once_cell",
|
|
1706
1812
|
"proc-macro2",
|
|
1707
1813
|
"quote",
|
|
1708
1814
|
"syn",
|
|
@@ -1711,9 +1817,9 @@ dependencies = [
|
|
|
1711
1817
|
|
|
1712
1818
|
[[package]]
|
|
1713
1819
|
name = "wasm-bindgen-futures"
|
|
1714
|
-
version = "0.4.
|
|
1820
|
+
version = "0.4.33"
|
|
1715
1821
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1716
|
-
checksum = "
|
|
1822
|
+
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
|
|
1717
1823
|
dependencies = [
|
|
1718
1824
|
"cfg-if",
|
|
1719
1825
|
"js-sys",
|
|
@@ -1723,9 +1829,9 @@ dependencies = [
|
|
|
1723
1829
|
|
|
1724
1830
|
[[package]]
|
|
1725
1831
|
name = "wasm-bindgen-macro"
|
|
1726
|
-
version = "0.2.
|
|
1832
|
+
version = "0.2.83"
|
|
1727
1833
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1728
|
-
checksum = "
|
|
1834
|
+
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
|
|
1729
1835
|
dependencies = [
|
|
1730
1836
|
"quote",
|
|
1731
1837
|
"wasm-bindgen-macro-support",
|
|
@@ -1733,9 +1839,9 @@ dependencies = [
|
|
|
1733
1839
|
|
|
1734
1840
|
[[package]]
|
|
1735
1841
|
name = "wasm-bindgen-macro-support"
|
|
1736
|
-
version = "0.2.
|
|
1842
|
+
version = "0.2.83"
|
|
1737
1843
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1738
|
-
checksum = "
|
|
1844
|
+
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
|
|
1739
1845
|
dependencies = [
|
|
1740
1846
|
"proc-macro2",
|
|
1741
1847
|
"quote",
|
|
@@ -1746,15 +1852,15 @@ dependencies = [
|
|
|
1746
1852
|
|
|
1747
1853
|
[[package]]
|
|
1748
1854
|
name = "wasm-bindgen-shared"
|
|
1749
|
-
version = "0.2.
|
|
1855
|
+
version = "0.2.83"
|
|
1750
1856
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1751
|
-
checksum = "
|
|
1857
|
+
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
|
|
1752
1858
|
|
|
1753
1859
|
[[package]]
|
|
1754
1860
|
name = "web-sys"
|
|
1755
|
-
version = "0.3.
|
|
1861
|
+
version = "0.3.60"
|
|
1756
1862
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1757
|
-
checksum = "
|
|
1863
|
+
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
|
|
1758
1864
|
dependencies = [
|
|
1759
1865
|
"js-sys",
|
|
1760
1866
|
"wasm-bindgen",
|
|
@@ -1782,6 +1888,63 @@ version = "0.4.0"
|
|
|
1782
1888
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1783
1889
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
1784
1890
|
|
|
1891
|
+
[[package]]
|
|
1892
|
+
name = "windows-sys"
|
|
1893
|
+
version = "0.42.0"
|
|
1894
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1895
|
+
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
1896
|
+
dependencies = [
|
|
1897
|
+
"windows_aarch64_gnullvm",
|
|
1898
|
+
"windows_aarch64_msvc",
|
|
1899
|
+
"windows_i686_gnu",
|
|
1900
|
+
"windows_i686_msvc",
|
|
1901
|
+
"windows_x86_64_gnu",
|
|
1902
|
+
"windows_x86_64_gnullvm",
|
|
1903
|
+
"windows_x86_64_msvc",
|
|
1904
|
+
]
|
|
1905
|
+
|
|
1906
|
+
[[package]]
|
|
1907
|
+
name = "windows_aarch64_gnullvm"
|
|
1908
|
+
version = "0.42.1"
|
|
1909
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1910
|
+
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
|
|
1911
|
+
|
|
1912
|
+
[[package]]
|
|
1913
|
+
name = "windows_aarch64_msvc"
|
|
1914
|
+
version = "0.42.1"
|
|
1915
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1916
|
+
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
|
|
1917
|
+
|
|
1918
|
+
[[package]]
|
|
1919
|
+
name = "windows_i686_gnu"
|
|
1920
|
+
version = "0.42.1"
|
|
1921
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1922
|
+
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
|
|
1923
|
+
|
|
1924
|
+
[[package]]
|
|
1925
|
+
name = "windows_i686_msvc"
|
|
1926
|
+
version = "0.42.1"
|
|
1927
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1928
|
+
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
|
|
1929
|
+
|
|
1930
|
+
[[package]]
|
|
1931
|
+
name = "windows_x86_64_gnu"
|
|
1932
|
+
version = "0.42.1"
|
|
1933
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1934
|
+
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
|
|
1935
|
+
|
|
1936
|
+
[[package]]
|
|
1937
|
+
name = "windows_x86_64_gnullvm"
|
|
1938
|
+
version = "0.42.1"
|
|
1939
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1940
|
+
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
|
|
1941
|
+
|
|
1942
|
+
[[package]]
|
|
1943
|
+
name = "windows_x86_64_msvc"
|
|
1944
|
+
version = "0.42.1"
|
|
1945
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1946
|
+
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|
|
1947
|
+
|
|
1785
1948
|
[[package]]
|
|
1786
1949
|
name = "winreg"
|
|
1787
1950
|
version = "0.10.1"
|
|
@@ -1791,17 +1954,11 @@ dependencies = [
|
|
|
1791
1954
|
"winapi",
|
|
1792
1955
|
]
|
|
1793
1956
|
|
|
1794
|
-
[[package]]
|
|
1795
|
-
name = "wyz"
|
|
1796
|
-
version = "0.2.0"
|
|
1797
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1798
|
-
checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
|
|
1799
|
-
|
|
1800
1957
|
[[package]]
|
|
1801
1958
|
name = "xattr"
|
|
1802
|
-
version = "0.2.
|
|
1959
|
+
version = "0.2.3"
|
|
1803
1960
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1804
|
-
checksum = "
|
|
1961
|
+
checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
|
|
1805
1962
|
dependencies = [
|
|
1806
1963
|
"libc",
|
|
1807
1964
|
]
|
|
@@ -1817,7 +1974,27 @@ dependencies = [
|
|
|
1817
1974
|
"crc32fast",
|
|
1818
1975
|
"flate2",
|
|
1819
1976
|
"thiserror",
|
|
1820
|
-
"time",
|
|
1977
|
+
"time 0.1.45",
|
|
1978
|
+
]
|
|
1979
|
+
|
|
1980
|
+
[[package]]
|
|
1981
|
+
name = "zip"
|
|
1982
|
+
version = "0.6.3"
|
|
1983
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1984
|
+
checksum = "537ce7411d25e54e8ae21a7ce0b15840e7bfcff15b51d697ec3266cc76bdf080"
|
|
1985
|
+
dependencies = [
|
|
1986
|
+
"aes",
|
|
1987
|
+
"byteorder",
|
|
1988
|
+
"bzip2",
|
|
1989
|
+
"constant_time_eq",
|
|
1990
|
+
"crc32fast",
|
|
1991
|
+
"crossbeam-utils",
|
|
1992
|
+
"flate2",
|
|
1993
|
+
"hmac",
|
|
1994
|
+
"pbkdf2",
|
|
1995
|
+
"sha1",
|
|
1996
|
+
"time 0.3.17",
|
|
1997
|
+
"zstd",
|
|
1821
1998
|
]
|
|
1822
1999
|
|
|
1823
2000
|
[[package]]
|
|
@@ -1826,5 +2003,35 @@ version = "0.6.1"
|
|
|
1826
2003
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1827
2004
|
checksum = "a64c3c977bc3434ce2d4bcea8ad3c644672de0f2c402b72b9171ca80a8885d14"
|
|
1828
2005
|
dependencies = [
|
|
1829
|
-
"zip",
|
|
2006
|
+
"zip 0.5.13",
|
|
2007
|
+
]
|
|
2008
|
+
|
|
2009
|
+
[[package]]
|
|
2010
|
+
name = "zstd"
|
|
2011
|
+
version = "0.11.2+zstd.1.5.2"
|
|
2012
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2013
|
+
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
|
|
2014
|
+
dependencies = [
|
|
2015
|
+
"zstd-safe",
|
|
2016
|
+
]
|
|
2017
|
+
|
|
2018
|
+
[[package]]
|
|
2019
|
+
name = "zstd-safe"
|
|
2020
|
+
version = "5.0.2+zstd.1.5.2"
|
|
2021
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2022
|
+
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
|
|
2023
|
+
dependencies = [
|
|
2024
|
+
"libc",
|
|
2025
|
+
"zstd-sys",
|
|
2026
|
+
]
|
|
2027
|
+
|
|
2028
|
+
[[package]]
|
|
2029
|
+
name = "zstd-sys"
|
|
2030
|
+
version = "2.0.5+zstd.1.5.2"
|
|
2031
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2032
|
+
checksum = "edc50ffce891ad571e9f9afe5039c4837bede781ac4bb13052ed7ae695518596"
|
|
2033
|
+
dependencies = [
|
|
2034
|
+
"cc",
|
|
2035
|
+
"libc",
|
|
2036
|
+
"pkg-config",
|
|
1830
2037
|
]
|