eppo-server-sdk 3.2.8 → 3.4.0
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/Cargo.lock +668 -392
- data/README.md +49 -0
- data/ext/eppo_client/Cargo.toml +3 -3
- data/ext/eppo_client/src/client.rs +39 -7
- data/ext/eppo_client/src/lib.rs +0 -2
- data/lib/eppo_client/client.rb +12 -14
- data/lib/eppo_client/config.rb +3 -2
- data/lib/eppo_client/version.rb +1 -1
- metadata +3 -3
data/Cargo.lock
CHANGED
@@ -4,18 +4,18 @@ version = 3
|
|
4
4
|
|
5
5
|
[[package]]
|
6
6
|
name = "addr2line"
|
7
|
-
version = "0.
|
7
|
+
version = "0.24.2"
|
8
8
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
9
|
-
checksum = "
|
9
|
+
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
10
10
|
dependencies = [
|
11
11
|
"gimli",
|
12
12
|
]
|
13
13
|
|
14
14
|
[[package]]
|
15
|
-
name = "
|
16
|
-
version = "
|
15
|
+
name = "adler2"
|
16
|
+
version = "2.0.0"
|
17
17
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
18
|
-
checksum = "
|
18
|
+
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
19
19
|
|
20
20
|
[[package]]
|
21
21
|
name = "aho-corasick"
|
@@ -43,9 +43,9 @@ dependencies = [
|
|
43
43
|
|
44
44
|
[[package]]
|
45
45
|
name = "anstream"
|
46
|
-
version = "0.6.
|
46
|
+
version = "0.6.18"
|
47
47
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
48
|
-
checksum = "
|
48
|
+
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
49
49
|
dependencies = [
|
50
50
|
"anstyle",
|
51
51
|
"anstyle-parse",
|
@@ -58,36 +58,36 @@ dependencies = [
|
|
58
58
|
|
59
59
|
[[package]]
|
60
60
|
name = "anstyle"
|
61
|
-
version = "1.0.
|
61
|
+
version = "1.0.10"
|
62
62
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
63
|
-
checksum = "
|
63
|
+
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
64
64
|
|
65
65
|
[[package]]
|
66
66
|
name = "anstyle-parse"
|
67
|
-
version = "0.2.
|
67
|
+
version = "0.2.6"
|
68
68
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
69
|
-
checksum = "
|
69
|
+
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
70
70
|
dependencies = [
|
71
71
|
"utf8parse",
|
72
72
|
]
|
73
73
|
|
74
74
|
[[package]]
|
75
75
|
name = "anstyle-query"
|
76
|
-
version = "1.1.
|
76
|
+
version = "1.1.2"
|
77
77
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
78
|
-
checksum = "
|
78
|
+
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
79
79
|
dependencies = [
|
80
|
-
"windows-sys 0.
|
80
|
+
"windows-sys 0.59.0",
|
81
81
|
]
|
82
82
|
|
83
83
|
[[package]]
|
84
84
|
name = "anstyle-wincon"
|
85
|
-
version = "3.0.
|
85
|
+
version = "3.0.6"
|
86
86
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
87
|
-
checksum = "
|
87
|
+
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
|
88
88
|
dependencies = [
|
89
89
|
"anstyle",
|
90
|
-
"windows-sys 0.
|
90
|
+
"windows-sys 0.59.0",
|
91
91
|
]
|
92
92
|
|
93
93
|
[[package]]
|
@@ -98,23 +98,23 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
98
98
|
|
99
99
|
[[package]]
|
100
100
|
name = "autocfg"
|
101
|
-
version = "1.
|
101
|
+
version = "1.4.0"
|
102
102
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
103
|
-
checksum = "
|
103
|
+
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
104
104
|
|
105
105
|
[[package]]
|
106
106
|
name = "backtrace"
|
107
|
-
version = "0.3.
|
107
|
+
version = "0.3.74"
|
108
108
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
109
|
-
checksum = "
|
109
|
+
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
110
110
|
dependencies = [
|
111
111
|
"addr2line",
|
112
|
-
"cc",
|
113
112
|
"cfg-if",
|
114
113
|
"libc",
|
115
114
|
"miniz_oxide",
|
116
115
|
"object",
|
117
116
|
"rustc-demangle",
|
117
|
+
"windows-targets",
|
118
118
|
]
|
119
119
|
|
120
120
|
[[package]]
|
@@ -125,11 +125,11 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
125
125
|
|
126
126
|
[[package]]
|
127
127
|
name = "bindgen"
|
128
|
-
version = "0.69.
|
128
|
+
version = "0.69.5"
|
129
129
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
130
|
-
checksum = "
|
130
|
+
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
131
131
|
dependencies = [
|
132
|
-
"bitflags
|
132
|
+
"bitflags",
|
133
133
|
"cexpr",
|
134
134
|
"clang-sys",
|
135
135
|
"itertools",
|
@@ -143,12 +143,6 @@ dependencies = [
|
|
143
143
|
"syn",
|
144
144
|
]
|
145
145
|
|
146
|
-
[[package]]
|
147
|
-
name = "bitflags"
|
148
|
-
version = "1.3.2"
|
149
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
150
|
-
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
151
|
-
|
152
146
|
[[package]]
|
153
147
|
name = "bitflags"
|
154
148
|
version = "2.6.0"
|
@@ -169,15 +163,15 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
169
163
|
|
170
164
|
[[package]]
|
171
165
|
name = "bytes"
|
172
|
-
version = "1.
|
166
|
+
version = "1.9.0"
|
173
167
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
174
|
-
checksum = "
|
168
|
+
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
|
175
169
|
|
176
170
|
[[package]]
|
177
171
|
name = "cc"
|
178
|
-
version = "1.
|
172
|
+
version = "1.2.2"
|
179
173
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
180
|
-
checksum = "
|
174
|
+
checksum = "f34d93e62b03caf570cccc334cbc6c2fceca82f39211051345108adcba3eebdc"
|
181
175
|
dependencies = [
|
182
176
|
"shlex",
|
183
177
|
]
|
@@ -209,7 +203,7 @@ dependencies = [
|
|
209
203
|
"num-traits",
|
210
204
|
"serde",
|
211
205
|
"wasm-bindgen",
|
212
|
-
"windows-targets
|
206
|
+
"windows-targets",
|
213
207
|
]
|
214
208
|
|
215
209
|
[[package]]
|
@@ -225,15 +219,9 @@ dependencies = [
|
|
225
219
|
|
226
220
|
[[package]]
|
227
221
|
name = "colorchoice"
|
228
|
-
version = "1.0.
|
229
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
230
|
-
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
|
231
|
-
|
232
|
-
[[package]]
|
233
|
-
name = "convert_case"
|
234
|
-
version = "0.4.0"
|
222
|
+
version = "1.0.3"
|
235
223
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
236
|
-
checksum = "
|
224
|
+
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
237
225
|
|
238
226
|
[[package]]
|
239
227
|
name = "core-foundation"
|
@@ -251,16 +239,78 @@ version = "0.8.7"
|
|
251
239
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
252
240
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
253
241
|
|
242
|
+
[[package]]
|
243
|
+
name = "darling"
|
244
|
+
version = "0.20.10"
|
245
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
246
|
+
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
|
247
|
+
dependencies = [
|
248
|
+
"darling_core",
|
249
|
+
"darling_macro",
|
250
|
+
]
|
251
|
+
|
252
|
+
[[package]]
|
253
|
+
name = "darling_core"
|
254
|
+
version = "0.20.10"
|
255
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
256
|
+
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
|
257
|
+
dependencies = [
|
258
|
+
"fnv",
|
259
|
+
"ident_case",
|
260
|
+
"proc-macro2",
|
261
|
+
"quote",
|
262
|
+
"strsim",
|
263
|
+
"syn",
|
264
|
+
]
|
265
|
+
|
266
|
+
[[package]]
|
267
|
+
name = "darling_macro"
|
268
|
+
version = "0.20.10"
|
269
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
270
|
+
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
271
|
+
dependencies = [
|
272
|
+
"darling_core",
|
273
|
+
"quote",
|
274
|
+
"syn",
|
275
|
+
]
|
276
|
+
|
277
|
+
[[package]]
|
278
|
+
name = "deranged"
|
279
|
+
version = "0.3.11"
|
280
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
281
|
+
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
282
|
+
dependencies = [
|
283
|
+
"powerfmt",
|
284
|
+
]
|
285
|
+
|
254
286
|
[[package]]
|
255
287
|
name = "derive_more"
|
256
|
-
version = "0.
|
288
|
+
version = "1.0.0"
|
289
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
290
|
+
checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
|
291
|
+
dependencies = [
|
292
|
+
"derive_more-impl",
|
293
|
+
]
|
294
|
+
|
295
|
+
[[package]]
|
296
|
+
name = "derive_more-impl"
|
297
|
+
version = "1.0.0"
|
298
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
299
|
+
checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
|
300
|
+
dependencies = [
|
301
|
+
"proc-macro2",
|
302
|
+
"quote",
|
303
|
+
"syn",
|
304
|
+
]
|
305
|
+
|
306
|
+
[[package]]
|
307
|
+
name = "displaydoc"
|
308
|
+
version = "0.2.5"
|
257
309
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
258
|
-
checksum = "
|
310
|
+
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
259
311
|
dependencies = [
|
260
|
-
"convert_case",
|
261
312
|
"proc-macro2",
|
262
313
|
"quote",
|
263
|
-
"rustc_version",
|
264
314
|
"syn",
|
265
315
|
]
|
266
316
|
|
@@ -272,9 +322,9 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
|
272
322
|
|
273
323
|
[[package]]
|
274
324
|
name = "encoding_rs"
|
275
|
-
version = "0.8.
|
325
|
+
version = "0.8.35"
|
276
326
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
277
|
-
checksum = "
|
327
|
+
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
278
328
|
dependencies = [
|
279
329
|
"cfg-if",
|
280
330
|
]
|
@@ -304,7 +354,7 @@ dependencies = [
|
|
304
354
|
|
305
355
|
[[package]]
|
306
356
|
name = "eppo_client"
|
307
|
-
version = "3.
|
357
|
+
version = "3.4.0"
|
308
358
|
dependencies = [
|
309
359
|
"env_logger",
|
310
360
|
"eppo_core",
|
@@ -318,23 +368,30 @@ dependencies = [
|
|
318
368
|
|
319
369
|
[[package]]
|
320
370
|
name = "eppo_core"
|
321
|
-
version = "
|
371
|
+
version = "7.0.0"
|
322
372
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
323
|
-
checksum = "
|
373
|
+
checksum = "a6bbbb1f95aa6b212b4fde95690290546e4c239c5c54262a0a7325fe979b574f"
|
324
374
|
dependencies = [
|
375
|
+
"base64",
|
325
376
|
"chrono",
|
326
377
|
"derive_more",
|
327
378
|
"faststr",
|
328
379
|
"log",
|
380
|
+
"magnus",
|
329
381
|
"md5",
|
330
382
|
"rand",
|
331
383
|
"regex",
|
332
384
|
"reqwest",
|
333
385
|
"semver",
|
334
386
|
"serde",
|
387
|
+
"serde-bool",
|
335
388
|
"serde_json",
|
389
|
+
"serde_magnus",
|
390
|
+
"serde_with",
|
336
391
|
"thiserror",
|
392
|
+
"tokio",
|
337
393
|
"url",
|
394
|
+
"uuid",
|
338
395
|
]
|
339
396
|
|
340
397
|
[[package]]
|
@@ -355,19 +412,19 @@ dependencies = [
|
|
355
412
|
|
356
413
|
[[package]]
|
357
414
|
name = "errno"
|
358
|
-
version = "0.3.
|
415
|
+
version = "0.3.10"
|
359
416
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
360
|
-
checksum = "
|
417
|
+
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
361
418
|
dependencies = [
|
362
419
|
"libc",
|
363
|
-
"windows-sys 0.
|
420
|
+
"windows-sys 0.59.0",
|
364
421
|
]
|
365
422
|
|
366
423
|
[[package]]
|
367
424
|
name = "fastrand"
|
368
|
-
version = "2.
|
425
|
+
version = "2.2.0"
|
369
426
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
370
|
-
checksum = "
|
427
|
+
checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4"
|
371
428
|
|
372
429
|
[[package]]
|
373
430
|
name = "faststr"
|
@@ -412,52 +469,41 @@ dependencies = [
|
|
412
469
|
|
413
470
|
[[package]]
|
414
471
|
name = "futures-channel"
|
415
|
-
version = "0.3.
|
472
|
+
version = "0.3.31"
|
416
473
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
417
|
-
checksum = "
|
474
|
+
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
418
475
|
dependencies = [
|
419
476
|
"futures-core",
|
420
|
-
"futures-sink",
|
421
477
|
]
|
422
478
|
|
423
479
|
[[package]]
|
424
480
|
name = "futures-core"
|
425
|
-
version = "0.3.
|
426
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
427
|
-
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
428
|
-
|
429
|
-
[[package]]
|
430
|
-
name = "futures-io"
|
431
|
-
version = "0.3.30"
|
481
|
+
version = "0.3.31"
|
432
482
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
433
|
-
checksum = "
|
483
|
+
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
434
484
|
|
435
485
|
[[package]]
|
436
486
|
name = "futures-sink"
|
437
|
-
version = "0.3.
|
487
|
+
version = "0.3.31"
|
438
488
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
439
|
-
checksum = "
|
489
|
+
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
440
490
|
|
441
491
|
[[package]]
|
442
492
|
name = "futures-task"
|
443
|
-
version = "0.3.
|
493
|
+
version = "0.3.31"
|
444
494
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
445
|
-
checksum = "
|
495
|
+
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
446
496
|
|
447
497
|
[[package]]
|
448
498
|
name = "futures-util"
|
449
|
-
version = "0.3.
|
499
|
+
version = "0.3.31"
|
450
500
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
451
|
-
checksum = "
|
501
|
+
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
452
502
|
dependencies = [
|
453
503
|
"futures-core",
|
454
|
-
"futures-io",
|
455
|
-
"futures-sink",
|
456
504
|
"futures-task",
|
457
|
-
"memchr",
|
458
505
|
"pin-project-lite",
|
459
506
|
"pin-utils",
|
460
|
-
"slab",
|
461
507
|
]
|
462
508
|
|
463
509
|
[[package]]
|
@@ -473,9 +519,9 @@ dependencies = [
|
|
473
519
|
|
474
520
|
[[package]]
|
475
521
|
name = "gimli"
|
476
|
-
version = "0.
|
522
|
+
version = "0.31.1"
|
477
523
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
478
|
-
checksum = "
|
524
|
+
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
479
525
|
|
480
526
|
[[package]]
|
481
527
|
name = "glob"
|
@@ -485,9 +531,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
485
531
|
|
486
532
|
[[package]]
|
487
533
|
name = "h2"
|
488
|
-
version = "0.4.
|
534
|
+
version = "0.4.7"
|
489
535
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
490
|
-
checksum = "
|
536
|
+
checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
|
491
537
|
dependencies = [
|
492
538
|
"atomic-waker",
|
493
539
|
"bytes",
|
@@ -504,15 +550,15 @@ dependencies = [
|
|
504
550
|
|
505
551
|
[[package]]
|
506
552
|
name = "hashbrown"
|
507
|
-
version = "0.
|
553
|
+
version = "0.15.2"
|
508
554
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
509
|
-
checksum = "
|
555
|
+
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
510
556
|
|
511
557
|
[[package]]
|
512
|
-
name = "
|
513
|
-
version = "0.3
|
558
|
+
name = "hex"
|
559
|
+
version = "0.4.3"
|
514
560
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
515
|
-
checksum = "
|
561
|
+
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
516
562
|
|
517
563
|
[[package]]
|
518
564
|
name = "http"
|
@@ -550,9 +596,9 @@ dependencies = [
|
|
550
596
|
|
551
597
|
[[package]]
|
552
598
|
name = "httparse"
|
553
|
-
version = "1.9.
|
599
|
+
version = "1.9.5"
|
554
600
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
555
|
-
checksum = "
|
601
|
+
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
556
602
|
|
557
603
|
[[package]]
|
558
604
|
name = "humantime"
|
@@ -562,9 +608,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
562
608
|
|
563
609
|
[[package]]
|
564
610
|
name = "hyper"
|
565
|
-
version = "1.
|
611
|
+
version = "1.5.1"
|
566
612
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
567
|
-
checksum = "
|
613
|
+
checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
|
568
614
|
dependencies = [
|
569
615
|
"bytes",
|
570
616
|
"futures-channel",
|
@@ -582,9 +628,9 @@ dependencies = [
|
|
582
628
|
|
583
629
|
[[package]]
|
584
630
|
name = "hyper-rustls"
|
585
|
-
version = "0.27.
|
631
|
+
version = "0.27.3"
|
586
632
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
587
|
-
checksum = "
|
633
|
+
checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
|
588
634
|
dependencies = [
|
589
635
|
"futures-util",
|
590
636
|
"http",
|
@@ -615,9 +661,9 @@ dependencies = [
|
|
615
661
|
|
616
662
|
[[package]]
|
617
663
|
name = "hyper-util"
|
618
|
-
version = "0.1.
|
664
|
+
version = "0.1.10"
|
619
665
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
620
|
-
checksum = "
|
666
|
+
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
621
667
|
dependencies = [
|
622
668
|
"bytes",
|
623
669
|
"futures-channel",
|
@@ -628,16 +674,15 @@ dependencies = [
|
|
628
674
|
"pin-project-lite",
|
629
675
|
"socket2",
|
630
676
|
"tokio",
|
631
|
-
"tower",
|
632
677
|
"tower-service",
|
633
678
|
"tracing",
|
634
679
|
]
|
635
680
|
|
636
681
|
[[package]]
|
637
682
|
name = "iana-time-zone"
|
638
|
-
version = "0.1.
|
683
|
+
version = "0.1.61"
|
639
684
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
640
|
-
checksum = "
|
685
|
+
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
641
686
|
dependencies = [
|
642
687
|
"android_system_properties",
|
643
688
|
"core-foundation-sys",
|
@@ -656,21 +701,156 @@ dependencies = [
|
|
656
701
|
"cc",
|
657
702
|
]
|
658
703
|
|
704
|
+
[[package]]
|
705
|
+
name = "icu_collections"
|
706
|
+
version = "1.5.0"
|
707
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
708
|
+
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
709
|
+
dependencies = [
|
710
|
+
"displaydoc",
|
711
|
+
"yoke",
|
712
|
+
"zerofrom",
|
713
|
+
"zerovec",
|
714
|
+
]
|
715
|
+
|
716
|
+
[[package]]
|
717
|
+
name = "icu_locid"
|
718
|
+
version = "1.5.0"
|
719
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
720
|
+
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
721
|
+
dependencies = [
|
722
|
+
"displaydoc",
|
723
|
+
"litemap",
|
724
|
+
"tinystr",
|
725
|
+
"writeable",
|
726
|
+
"zerovec",
|
727
|
+
]
|
728
|
+
|
729
|
+
[[package]]
|
730
|
+
name = "icu_locid_transform"
|
731
|
+
version = "1.5.0"
|
732
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
733
|
+
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
734
|
+
dependencies = [
|
735
|
+
"displaydoc",
|
736
|
+
"icu_locid",
|
737
|
+
"icu_locid_transform_data",
|
738
|
+
"icu_provider",
|
739
|
+
"tinystr",
|
740
|
+
"zerovec",
|
741
|
+
]
|
742
|
+
|
743
|
+
[[package]]
|
744
|
+
name = "icu_locid_transform_data"
|
745
|
+
version = "1.5.0"
|
746
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
747
|
+
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
748
|
+
|
749
|
+
[[package]]
|
750
|
+
name = "icu_normalizer"
|
751
|
+
version = "1.5.0"
|
752
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
753
|
+
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
754
|
+
dependencies = [
|
755
|
+
"displaydoc",
|
756
|
+
"icu_collections",
|
757
|
+
"icu_normalizer_data",
|
758
|
+
"icu_properties",
|
759
|
+
"icu_provider",
|
760
|
+
"smallvec",
|
761
|
+
"utf16_iter",
|
762
|
+
"utf8_iter",
|
763
|
+
"write16",
|
764
|
+
"zerovec",
|
765
|
+
]
|
766
|
+
|
767
|
+
[[package]]
|
768
|
+
name = "icu_normalizer_data"
|
769
|
+
version = "1.5.0"
|
770
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
771
|
+
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
772
|
+
|
773
|
+
[[package]]
|
774
|
+
name = "icu_properties"
|
775
|
+
version = "1.5.1"
|
776
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
777
|
+
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
778
|
+
dependencies = [
|
779
|
+
"displaydoc",
|
780
|
+
"icu_collections",
|
781
|
+
"icu_locid_transform",
|
782
|
+
"icu_properties_data",
|
783
|
+
"icu_provider",
|
784
|
+
"tinystr",
|
785
|
+
"zerovec",
|
786
|
+
]
|
787
|
+
|
788
|
+
[[package]]
|
789
|
+
name = "icu_properties_data"
|
790
|
+
version = "1.5.0"
|
791
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
792
|
+
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
793
|
+
|
794
|
+
[[package]]
|
795
|
+
name = "icu_provider"
|
796
|
+
version = "1.5.0"
|
797
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
798
|
+
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
799
|
+
dependencies = [
|
800
|
+
"displaydoc",
|
801
|
+
"icu_locid",
|
802
|
+
"icu_provider_macros",
|
803
|
+
"stable_deref_trait",
|
804
|
+
"tinystr",
|
805
|
+
"writeable",
|
806
|
+
"yoke",
|
807
|
+
"zerofrom",
|
808
|
+
"zerovec",
|
809
|
+
]
|
810
|
+
|
811
|
+
[[package]]
|
812
|
+
name = "icu_provider_macros"
|
813
|
+
version = "1.5.0"
|
814
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
815
|
+
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
816
|
+
dependencies = [
|
817
|
+
"proc-macro2",
|
818
|
+
"quote",
|
819
|
+
"syn",
|
820
|
+
]
|
821
|
+
|
822
|
+
[[package]]
|
823
|
+
name = "ident_case"
|
824
|
+
version = "1.0.1"
|
825
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
826
|
+
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
827
|
+
|
659
828
|
[[package]]
|
660
829
|
name = "idna"
|
661
|
-
version = "0.
|
830
|
+
version = "1.0.3"
|
831
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
832
|
+
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
833
|
+
dependencies = [
|
834
|
+
"idna_adapter",
|
835
|
+
"smallvec",
|
836
|
+
"utf8_iter",
|
837
|
+
]
|
838
|
+
|
839
|
+
[[package]]
|
840
|
+
name = "idna_adapter"
|
841
|
+
version = "1.2.0"
|
662
842
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
663
|
-
checksum = "
|
843
|
+
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
664
844
|
dependencies = [
|
665
|
-
"
|
666
|
-
"
|
845
|
+
"icu_normalizer",
|
846
|
+
"icu_properties",
|
667
847
|
]
|
668
848
|
|
669
849
|
[[package]]
|
670
850
|
name = "indexmap"
|
671
|
-
version = "2.
|
851
|
+
version = "2.7.0"
|
672
852
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
673
|
-
checksum = "
|
853
|
+
checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
|
674
854
|
dependencies = [
|
675
855
|
"equivalent",
|
676
856
|
"hashbrown",
|
@@ -678,9 +858,9 @@ dependencies = [
|
|
678
858
|
|
679
859
|
[[package]]
|
680
860
|
name = "ipnet"
|
681
|
-
version = "2.
|
861
|
+
version = "2.10.1"
|
682
862
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
683
|
-
checksum = "
|
863
|
+
checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
|
684
864
|
|
685
865
|
[[package]]
|
686
866
|
name = "is_terminal_polyfill"
|
@@ -699,16 +879,17 @@ dependencies = [
|
|
699
879
|
|
700
880
|
[[package]]
|
701
881
|
name = "itoa"
|
702
|
-
version = "1.0.
|
882
|
+
version = "1.0.14"
|
703
883
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
704
|
-
checksum = "
|
884
|
+
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
705
885
|
|
706
886
|
[[package]]
|
707
887
|
name = "js-sys"
|
708
|
-
version = "0.3.
|
888
|
+
version = "0.3.74"
|
709
889
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
710
|
-
checksum = "
|
890
|
+
checksum = "a865e038f7f6ed956f788f0d7d60c541fff74c7bd74272c5d4cf15c63743e705"
|
711
891
|
dependencies = [
|
892
|
+
"once_cell",
|
712
893
|
"wasm-bindgen",
|
713
894
|
]
|
714
895
|
|
@@ -726,18 +907,18 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
726
907
|
|
727
908
|
[[package]]
|
728
909
|
name = "libc"
|
729
|
-
version = "0.2.
|
910
|
+
version = "0.2.167"
|
730
911
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
731
|
-
checksum = "
|
912
|
+
checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc"
|
732
913
|
|
733
914
|
[[package]]
|
734
915
|
name = "libloading"
|
735
|
-
version = "0.8.
|
916
|
+
version = "0.8.6"
|
736
917
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
737
|
-
checksum = "
|
918
|
+
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
|
738
919
|
dependencies = [
|
739
920
|
"cfg-if",
|
740
|
-
"windows-targets
|
921
|
+
"windows-targets",
|
741
922
|
]
|
742
923
|
|
743
924
|
[[package]]
|
@@ -746,6 +927,12 @@ version = "0.4.14"
|
|
746
927
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
747
928
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
748
929
|
|
930
|
+
[[package]]
|
931
|
+
name = "litemap"
|
932
|
+
version = "0.7.4"
|
933
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
934
|
+
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
935
|
+
|
749
936
|
[[package]]
|
750
937
|
name = "log"
|
751
938
|
version = "0.4.22"
|
@@ -805,20 +992,19 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
805
992
|
|
806
993
|
[[package]]
|
807
994
|
name = "miniz_oxide"
|
808
|
-
version = "0.
|
995
|
+
version = "0.8.0"
|
809
996
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
810
|
-
checksum = "
|
997
|
+
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
811
998
|
dependencies = [
|
812
|
-
"
|
999
|
+
"adler2",
|
813
1000
|
]
|
814
1001
|
|
815
1002
|
[[package]]
|
816
1003
|
name = "mio"
|
817
|
-
version = "1.0.
|
1004
|
+
version = "1.0.3"
|
818
1005
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
819
|
-
checksum = "
|
1006
|
+
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
820
1007
|
dependencies = [
|
821
|
-
"hermit-abi",
|
822
1008
|
"libc",
|
823
1009
|
"wasi",
|
824
1010
|
"windows-sys 0.52.0",
|
@@ -851,6 +1037,12 @@ dependencies = [
|
|
851
1037
|
"minimal-lexical",
|
852
1038
|
]
|
853
1039
|
|
1040
|
+
[[package]]
|
1041
|
+
name = "num-conv"
|
1042
|
+
version = "0.1.0"
|
1043
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1044
|
+
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
1045
|
+
|
854
1046
|
[[package]]
|
855
1047
|
name = "num-traits"
|
856
1048
|
version = "0.2.19"
|
@@ -862,26 +1054,26 @@ dependencies = [
|
|
862
1054
|
|
863
1055
|
[[package]]
|
864
1056
|
name = "object"
|
865
|
-
version = "0.36.
|
1057
|
+
version = "0.36.5"
|
866
1058
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
867
|
-
checksum = "
|
1059
|
+
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
|
868
1060
|
dependencies = [
|
869
1061
|
"memchr",
|
870
1062
|
]
|
871
1063
|
|
872
1064
|
[[package]]
|
873
1065
|
name = "once_cell"
|
874
|
-
version = "1.
|
1066
|
+
version = "1.20.2"
|
875
1067
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
876
|
-
checksum = "
|
1068
|
+
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
877
1069
|
|
878
1070
|
[[package]]
|
879
1071
|
name = "openssl"
|
880
|
-
version = "0.10.
|
1072
|
+
version = "0.10.68"
|
881
1073
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
882
|
-
checksum = "
|
1074
|
+
checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
|
883
1075
|
dependencies = [
|
884
|
-
"bitflags
|
1076
|
+
"bitflags",
|
885
1077
|
"cfg-if",
|
886
1078
|
"foreign-types",
|
887
1079
|
"libc",
|
@@ -909,18 +1101,18 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
909
1101
|
|
910
1102
|
[[package]]
|
911
1103
|
name = "openssl-src"
|
912
|
-
version = "300.
|
1104
|
+
version = "300.4.1+3.4.0"
|
913
1105
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
914
|
-
checksum = "
|
1106
|
+
checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
|
915
1107
|
dependencies = [
|
916
1108
|
"cc",
|
917
1109
|
]
|
918
1110
|
|
919
1111
|
[[package]]
|
920
1112
|
name = "openssl-sys"
|
921
|
-
version = "0.9.
|
1113
|
+
version = "0.9.104"
|
922
1114
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
923
|
-
checksum = "
|
1115
|
+
checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
|
924
1116
|
dependencies = [
|
925
1117
|
"cc",
|
926
1118
|
"libc",
|
@@ -935,31 +1127,11 @@ version = "2.3.1"
|
|
935
1127
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
936
1128
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
937
1129
|
|
938
|
-
[[package]]
|
939
|
-
name = "pin-project"
|
940
|
-
version = "1.1.5"
|
941
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
942
|
-
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
|
943
|
-
dependencies = [
|
944
|
-
"pin-project-internal",
|
945
|
-
]
|
946
|
-
|
947
|
-
[[package]]
|
948
|
-
name = "pin-project-internal"
|
949
|
-
version = "1.1.5"
|
950
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
951
|
-
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
|
952
|
-
dependencies = [
|
953
|
-
"proc-macro2",
|
954
|
-
"quote",
|
955
|
-
"syn",
|
956
|
-
]
|
957
|
-
|
958
1130
|
[[package]]
|
959
1131
|
name = "pin-project-lite"
|
960
|
-
version = "0.2.
|
1132
|
+
version = "0.2.15"
|
961
1133
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
962
|
-
checksum = "
|
1134
|
+
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
|
963
1135
|
|
964
1136
|
[[package]]
|
965
1137
|
name = "pin-utils"
|
@@ -969,9 +1141,15 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
969
1141
|
|
970
1142
|
[[package]]
|
971
1143
|
name = "pkg-config"
|
972
|
-
version = "0.3.
|
1144
|
+
version = "0.3.31"
|
973
1145
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
974
|
-
checksum = "
|
1146
|
+
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
1147
|
+
|
1148
|
+
[[package]]
|
1149
|
+
name = "powerfmt"
|
1150
|
+
version = "0.2.0"
|
1151
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1152
|
+
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
975
1153
|
|
976
1154
|
[[package]]
|
977
1155
|
name = "ppv-lite86"
|
@@ -984,18 +1162,18 @@ dependencies = [
|
|
984
1162
|
|
985
1163
|
[[package]]
|
986
1164
|
name = "proc-macro2"
|
987
|
-
version = "1.0.
|
1165
|
+
version = "1.0.92"
|
988
1166
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
989
|
-
checksum = "
|
1167
|
+
checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
|
990
1168
|
dependencies = [
|
991
1169
|
"unicode-ident",
|
992
1170
|
]
|
993
1171
|
|
994
1172
|
[[package]]
|
995
1173
|
name = "quote"
|
996
|
-
version = "1.0.
|
1174
|
+
version = "1.0.37"
|
997
1175
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
998
|
-
checksum = "
|
1176
|
+
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
999
1177
|
dependencies = [
|
1000
1178
|
"proc-macro2",
|
1001
1179
|
]
|
@@ -1032,18 +1210,18 @@ dependencies = [
|
|
1032
1210
|
|
1033
1211
|
[[package]]
|
1034
1212
|
name = "rb-sys"
|
1035
|
-
version = "0.9.
|
1213
|
+
version = "0.9.103"
|
1036
1214
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1037
|
-
checksum = "
|
1215
|
+
checksum = "91dbe37ab6ac2fba187480fb6544b92445e41e5c6f553bf0c33743f3c450a1df"
|
1038
1216
|
dependencies = [
|
1039
1217
|
"rb-sys-build",
|
1040
1218
|
]
|
1041
1219
|
|
1042
1220
|
[[package]]
|
1043
1221
|
name = "rb-sys-build"
|
1044
|
-
version = "0.9.
|
1222
|
+
version = "0.9.103"
|
1045
1223
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1046
|
-
checksum = "
|
1224
|
+
checksum = "c4d56a49dcb646b70b758789c0d16c055a386a4f2a3346333abb69850fa860ce"
|
1047
1225
|
dependencies = [
|
1048
1226
|
"bindgen",
|
1049
1227
|
"lazy_static",
|
@@ -1062,9 +1240,9 @@ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
|
1062
1240
|
|
1063
1241
|
[[package]]
|
1064
1242
|
name = "regex"
|
1065
|
-
version = "1.
|
1243
|
+
version = "1.11.1"
|
1066
1244
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1067
|
-
checksum = "
|
1245
|
+
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
1068
1246
|
dependencies = [
|
1069
1247
|
"aho-corasick",
|
1070
1248
|
"memchr",
|
@@ -1074,9 +1252,9 @@ dependencies = [
|
|
1074
1252
|
|
1075
1253
|
[[package]]
|
1076
1254
|
name = "regex-automata"
|
1077
|
-
version = "0.4.
|
1255
|
+
version = "0.4.9"
|
1078
1256
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1079
|
-
checksum = "
|
1257
|
+
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
1080
1258
|
dependencies = [
|
1081
1259
|
"aho-corasick",
|
1082
1260
|
"memchr",
|
@@ -1085,20 +1263,19 @@ dependencies = [
|
|
1085
1263
|
|
1086
1264
|
[[package]]
|
1087
1265
|
name = "regex-syntax"
|
1088
|
-
version = "0.8.
|
1266
|
+
version = "0.8.5"
|
1089
1267
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1090
|
-
checksum = "
|
1268
|
+
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
1091
1269
|
|
1092
1270
|
[[package]]
|
1093
1271
|
name = "reqwest"
|
1094
|
-
version = "0.12.
|
1272
|
+
version = "0.12.9"
|
1095
1273
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1096
|
-
checksum = "
|
1274
|
+
checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f"
|
1097
1275
|
dependencies = [
|
1098
1276
|
"base64",
|
1099
1277
|
"bytes",
|
1100
1278
|
"encoding_rs",
|
1101
|
-
"futures-channel",
|
1102
1279
|
"futures-core",
|
1103
1280
|
"futures-util",
|
1104
1281
|
"h2",
|
@@ -1130,7 +1307,7 @@ dependencies = [
|
|
1130
1307
|
"wasm-bindgen",
|
1131
1308
|
"wasm-bindgen-futures",
|
1132
1309
|
"web-sys",
|
1133
|
-
"
|
1310
|
+
"windows-registry",
|
1134
1311
|
]
|
1135
1312
|
|
1136
1313
|
[[package]]
|
@@ -1160,22 +1337,13 @@ version = "1.1.0"
|
|
1160
1337
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1161
1338
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
1162
1339
|
|
1163
|
-
[[package]]
|
1164
|
-
name = "rustc_version"
|
1165
|
-
version = "0.4.0"
|
1166
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1167
|
-
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
1168
|
-
dependencies = [
|
1169
|
-
"semver",
|
1170
|
-
]
|
1171
|
-
|
1172
1340
|
[[package]]
|
1173
1341
|
name = "rustix"
|
1174
|
-
version = "0.38.
|
1342
|
+
version = "0.38.41"
|
1175
1343
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1176
|
-
checksum = "
|
1344
|
+
checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6"
|
1177
1345
|
dependencies = [
|
1178
|
-
"bitflags
|
1346
|
+
"bitflags",
|
1179
1347
|
"errno",
|
1180
1348
|
"libc",
|
1181
1349
|
"linux-raw-sys",
|
@@ -1184,9 +1352,9 @@ dependencies = [
|
|
1184
1352
|
|
1185
1353
|
[[package]]
|
1186
1354
|
name = "rustls"
|
1187
|
-
version = "0.23.
|
1355
|
+
version = "0.23.19"
|
1188
1356
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1189
|
-
checksum = "
|
1357
|
+
checksum = "934b404430bb06b3fae2cba809eb45a1ab1aecd64491213d7c3301b88393f8d1"
|
1190
1358
|
dependencies = [
|
1191
1359
|
"once_cell",
|
1192
1360
|
"rustls-pki-types",
|
@@ -1197,25 +1365,24 @@ dependencies = [
|
|
1197
1365
|
|
1198
1366
|
[[package]]
|
1199
1367
|
name = "rustls-pemfile"
|
1200
|
-
version = "2.
|
1368
|
+
version = "2.2.0"
|
1201
1369
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1202
|
-
checksum = "
|
1370
|
+
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
1203
1371
|
dependencies = [
|
1204
|
-
"base64",
|
1205
1372
|
"rustls-pki-types",
|
1206
1373
|
]
|
1207
1374
|
|
1208
1375
|
[[package]]
|
1209
1376
|
name = "rustls-pki-types"
|
1210
|
-
version = "1.
|
1377
|
+
version = "1.10.0"
|
1211
1378
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1212
|
-
checksum = "
|
1379
|
+
checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
|
1213
1380
|
|
1214
1381
|
[[package]]
|
1215
1382
|
name = "rustls-webpki"
|
1216
|
-
version = "0.102.
|
1383
|
+
version = "0.102.8"
|
1217
1384
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1218
|
-
checksum = "
|
1385
|
+
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
1219
1386
|
dependencies = [
|
1220
1387
|
"ring",
|
1221
1388
|
"rustls-pki-types",
|
@@ -1230,11 +1397,11 @@ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
|
1230
1397
|
|
1231
1398
|
[[package]]
|
1232
1399
|
name = "schannel"
|
1233
|
-
version = "0.1.
|
1400
|
+
version = "0.1.27"
|
1234
1401
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1235
|
-
checksum = "
|
1402
|
+
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
1236
1403
|
dependencies = [
|
1237
|
-
"windows-sys 0.
|
1404
|
+
"windows-sys 0.59.0",
|
1238
1405
|
]
|
1239
1406
|
|
1240
1407
|
[[package]]
|
@@ -1243,7 +1410,7 @@ version = "2.11.1"
|
|
1243
1410
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1244
1411
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
1245
1412
|
dependencies = [
|
1246
|
-
"bitflags
|
1413
|
+
"bitflags",
|
1247
1414
|
"core-foundation",
|
1248
1415
|
"core-foundation-sys",
|
1249
1416
|
"libc",
|
@@ -1252,9 +1419,9 @@ dependencies = [
|
|
1252
1419
|
|
1253
1420
|
[[package]]
|
1254
1421
|
name = "security-framework-sys"
|
1255
|
-
version = "2.
|
1422
|
+
version = "2.12.1"
|
1256
1423
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1257
|
-
checksum = "
|
1424
|
+
checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
|
1258
1425
|
dependencies = [
|
1259
1426
|
"core-foundation-sys",
|
1260
1427
|
"libc",
|
@@ -1277,18 +1444,27 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
|
|
1277
1444
|
|
1278
1445
|
[[package]]
|
1279
1446
|
name = "serde"
|
1280
|
-
version = "1.0.
|
1447
|
+
version = "1.0.215"
|
1281
1448
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1282
|
-
checksum = "
|
1449
|
+
checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
|
1283
1450
|
dependencies = [
|
1284
1451
|
"serde_derive",
|
1285
1452
|
]
|
1286
1453
|
|
1454
|
+
[[package]]
|
1455
|
+
name = "serde-bool"
|
1456
|
+
version = "0.1.3"
|
1457
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1458
|
+
checksum = "2af14f9242b0beec13757cf161feb2d600c11a764310425c3429dca9925b7a92"
|
1459
|
+
dependencies = [
|
1460
|
+
"serde",
|
1461
|
+
]
|
1462
|
+
|
1287
1463
|
[[package]]
|
1288
1464
|
name = "serde_derive"
|
1289
|
-
version = "1.0.
|
1465
|
+
version = "1.0.215"
|
1290
1466
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1291
|
-
checksum = "
|
1467
|
+
checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
|
1292
1468
|
dependencies = [
|
1293
1469
|
"proc-macro2",
|
1294
1470
|
"quote",
|
@@ -1306,9 +1482,9 @@ dependencies = [
|
|
1306
1482
|
|
1307
1483
|
[[package]]
|
1308
1484
|
name = "serde_json"
|
1309
|
-
version = "1.0.
|
1485
|
+
version = "1.0.133"
|
1310
1486
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1311
|
-
checksum = "
|
1487
|
+
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
|
1312
1488
|
dependencies = [
|
1313
1489
|
"itoa",
|
1314
1490
|
"memchr",
|
@@ -1339,6 +1515,34 @@ dependencies = [
|
|
1339
1515
|
"serde",
|
1340
1516
|
]
|
1341
1517
|
|
1518
|
+
[[package]]
|
1519
|
+
name = "serde_with"
|
1520
|
+
version = "3.11.0"
|
1521
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1522
|
+
checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817"
|
1523
|
+
dependencies = [
|
1524
|
+
"base64",
|
1525
|
+
"chrono",
|
1526
|
+
"hex",
|
1527
|
+
"serde",
|
1528
|
+
"serde_derive",
|
1529
|
+
"serde_json",
|
1530
|
+
"serde_with_macros",
|
1531
|
+
"time",
|
1532
|
+
]
|
1533
|
+
|
1534
|
+
[[package]]
|
1535
|
+
name = "serde_with_macros"
|
1536
|
+
version = "3.11.0"
|
1537
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1538
|
+
checksum = "9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d"
|
1539
|
+
dependencies = [
|
1540
|
+
"darling",
|
1541
|
+
"proc-macro2",
|
1542
|
+
"quote",
|
1543
|
+
"syn",
|
1544
|
+
]
|
1545
|
+
|
1342
1546
|
[[package]]
|
1343
1547
|
name = "shell-words"
|
1344
1548
|
version = "1.1.0"
|
@@ -1374,9 +1578,9 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
|
1374
1578
|
|
1375
1579
|
[[package]]
|
1376
1580
|
name = "socket2"
|
1377
|
-
version = "0.5.
|
1581
|
+
version = "0.5.8"
|
1378
1582
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1379
|
-
checksum = "
|
1583
|
+
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
|
1380
1584
|
dependencies = [
|
1381
1585
|
"libc",
|
1382
1586
|
"windows-sys 0.52.0",
|
@@ -1388,6 +1592,18 @@ version = "0.9.8"
|
|
1388
1592
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1389
1593
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
1390
1594
|
|
1595
|
+
[[package]]
|
1596
|
+
name = "stable_deref_trait"
|
1597
|
+
version = "1.2.0"
|
1598
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1599
|
+
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
1600
|
+
|
1601
|
+
[[package]]
|
1602
|
+
name = "strsim"
|
1603
|
+
version = "0.11.1"
|
1604
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1605
|
+
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
1606
|
+
|
1391
1607
|
[[package]]
|
1392
1608
|
name = "subtle"
|
1393
1609
|
version = "2.6.1"
|
@@ -1396,15 +1612,15 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
1396
1612
|
|
1397
1613
|
[[package]]
|
1398
1614
|
name = "sval"
|
1399
|
-
version = "2.13.
|
1615
|
+
version = "2.13.2"
|
1400
1616
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1401
|
-
checksum = "
|
1617
|
+
checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
|
1402
1618
|
|
1403
1619
|
[[package]]
|
1404
1620
|
name = "sval_buffer"
|
1405
|
-
version = "2.13.
|
1621
|
+
version = "2.13.2"
|
1406
1622
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1407
|
-
checksum = "
|
1623
|
+
checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
|
1408
1624
|
dependencies = [
|
1409
1625
|
"sval",
|
1410
1626
|
"sval_ref",
|
@@ -1412,18 +1628,18 @@ dependencies = [
|
|
1412
1628
|
|
1413
1629
|
[[package]]
|
1414
1630
|
name = "sval_dynamic"
|
1415
|
-
version = "2.13.
|
1631
|
+
version = "2.13.2"
|
1416
1632
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1417
|
-
checksum = "
|
1633
|
+
checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
|
1418
1634
|
dependencies = [
|
1419
1635
|
"sval",
|
1420
1636
|
]
|
1421
1637
|
|
1422
1638
|
[[package]]
|
1423
1639
|
name = "sval_fmt"
|
1424
|
-
version = "2.13.
|
1640
|
+
version = "2.13.2"
|
1425
1641
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1426
|
-
checksum = "
|
1642
|
+
checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
|
1427
1643
|
dependencies = [
|
1428
1644
|
"itoa",
|
1429
1645
|
"ryu",
|
@@ -1432,9 +1648,9 @@ dependencies = [
|
|
1432
1648
|
|
1433
1649
|
[[package]]
|
1434
1650
|
name = "sval_json"
|
1435
|
-
version = "2.13.
|
1651
|
+
version = "2.13.2"
|
1436
1652
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1437
|
-
checksum = "
|
1653
|
+
checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
|
1438
1654
|
dependencies = [
|
1439
1655
|
"itoa",
|
1440
1656
|
"ryu",
|
@@ -1443,9 +1659,9 @@ dependencies = [
|
|
1443
1659
|
|
1444
1660
|
[[package]]
|
1445
1661
|
name = "sval_nested"
|
1446
|
-
version = "2.13.
|
1662
|
+
version = "2.13.2"
|
1447
1663
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1448
|
-
checksum = "
|
1664
|
+
checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
|
1449
1665
|
dependencies = [
|
1450
1666
|
"sval",
|
1451
1667
|
"sval_buffer",
|
@@ -1454,18 +1670,18 @@ dependencies = [
|
|
1454
1670
|
|
1455
1671
|
[[package]]
|
1456
1672
|
name = "sval_ref"
|
1457
|
-
version = "2.13.
|
1673
|
+
version = "2.13.2"
|
1458
1674
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1459
|
-
checksum = "
|
1675
|
+
checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
|
1460
1676
|
dependencies = [
|
1461
1677
|
"sval",
|
1462
1678
|
]
|
1463
1679
|
|
1464
1680
|
[[package]]
|
1465
1681
|
name = "sval_serde"
|
1466
|
-
version = "2.13.
|
1682
|
+
version = "2.13.2"
|
1467
1683
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1468
|
-
checksum = "
|
1684
|
+
checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
|
1469
1685
|
dependencies = [
|
1470
1686
|
"serde",
|
1471
1687
|
"sval",
|
@@ -1474,9 +1690,9 @@ dependencies = [
|
|
1474
1690
|
|
1475
1691
|
[[package]]
|
1476
1692
|
name = "syn"
|
1477
|
-
version = "2.0.
|
1693
|
+
version = "2.0.90"
|
1478
1694
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1479
|
-
checksum = "
|
1695
|
+
checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
|
1480
1696
|
dependencies = [
|
1481
1697
|
"proc-macro2",
|
1482
1698
|
"quote",
|
@@ -1485,26 +1701,40 @@ dependencies = [
|
|
1485
1701
|
|
1486
1702
|
[[package]]
|
1487
1703
|
name = "sync_wrapper"
|
1488
|
-
version = "1.0.
|
1704
|
+
version = "1.0.2"
|
1705
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1706
|
+
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
1707
|
+
dependencies = [
|
1708
|
+
"futures-core",
|
1709
|
+
]
|
1710
|
+
|
1711
|
+
[[package]]
|
1712
|
+
name = "synstructure"
|
1713
|
+
version = "0.13.1"
|
1489
1714
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1490
|
-
checksum = "
|
1715
|
+
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
1716
|
+
dependencies = [
|
1717
|
+
"proc-macro2",
|
1718
|
+
"quote",
|
1719
|
+
"syn",
|
1720
|
+
]
|
1491
1721
|
|
1492
1722
|
[[package]]
|
1493
1723
|
name = "system-configuration"
|
1494
|
-
version = "0.
|
1724
|
+
version = "0.6.1"
|
1495
1725
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1496
|
-
checksum = "
|
1726
|
+
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
1497
1727
|
dependencies = [
|
1498
|
-
"bitflags
|
1728
|
+
"bitflags",
|
1499
1729
|
"core-foundation",
|
1500
1730
|
"system-configuration-sys",
|
1501
1731
|
]
|
1502
1732
|
|
1503
1733
|
[[package]]
|
1504
1734
|
name = "system-configuration-sys"
|
1505
|
-
version = "0.
|
1735
|
+
version = "0.6.0"
|
1506
1736
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1507
|
-
checksum = "
|
1737
|
+
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
1508
1738
|
dependencies = [
|
1509
1739
|
"core-foundation-sys",
|
1510
1740
|
"libc",
|
@@ -1518,9 +1748,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
1518
1748
|
|
1519
1749
|
[[package]]
|
1520
1750
|
name = "tempfile"
|
1521
|
-
version = "3.
|
1751
|
+
version = "3.14.0"
|
1522
1752
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1523
|
-
checksum = "
|
1753
|
+
checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
|
1524
1754
|
dependencies = [
|
1525
1755
|
"cfg-if",
|
1526
1756
|
"fastrand",
|
@@ -1531,18 +1761,18 @@ dependencies = [
|
|
1531
1761
|
|
1532
1762
|
[[package]]
|
1533
1763
|
name = "thiserror"
|
1534
|
-
version = "
|
1764
|
+
version = "2.0.3"
|
1535
1765
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1536
|
-
checksum = "
|
1766
|
+
checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa"
|
1537
1767
|
dependencies = [
|
1538
1768
|
"thiserror-impl",
|
1539
1769
|
]
|
1540
1770
|
|
1541
1771
|
[[package]]
|
1542
1772
|
name = "thiserror-impl"
|
1543
|
-
version = "
|
1773
|
+
version = "2.0.3"
|
1544
1774
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1545
|
-
checksum = "
|
1775
|
+
checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568"
|
1546
1776
|
dependencies = [
|
1547
1777
|
"proc-macro2",
|
1548
1778
|
"quote",
|
@@ -1550,25 +1780,39 @@ dependencies = [
|
|
1550
1780
|
]
|
1551
1781
|
|
1552
1782
|
[[package]]
|
1553
|
-
name = "
|
1554
|
-
version = "
|
1783
|
+
name = "time"
|
1784
|
+
version = "0.3.37"
|
1555
1785
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1556
|
-
checksum = "
|
1786
|
+
checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
|
1557
1787
|
dependencies = [
|
1558
|
-
"
|
1788
|
+
"deranged",
|
1789
|
+
"num-conv",
|
1790
|
+
"powerfmt",
|
1791
|
+
"serde",
|
1792
|
+
"time-core",
|
1559
1793
|
]
|
1560
1794
|
|
1561
1795
|
[[package]]
|
1562
|
-
name = "
|
1563
|
-
version = "0.1.
|
1796
|
+
name = "time-core"
|
1797
|
+
version = "0.1.2"
|
1564
1798
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1565
|
-
checksum = "
|
1799
|
+
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
1800
|
+
|
1801
|
+
[[package]]
|
1802
|
+
name = "tinystr"
|
1803
|
+
version = "0.7.6"
|
1804
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1805
|
+
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
1806
|
+
dependencies = [
|
1807
|
+
"displaydoc",
|
1808
|
+
"zerovec",
|
1809
|
+
]
|
1566
1810
|
|
1567
1811
|
[[package]]
|
1568
1812
|
name = "tokio"
|
1569
|
-
version = "1.
|
1813
|
+
version = "1.41.1"
|
1570
1814
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1571
|
-
checksum = "
|
1815
|
+
checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33"
|
1572
1816
|
dependencies = [
|
1573
1817
|
"backtrace",
|
1574
1818
|
"bytes",
|
@@ -1576,9 +1820,21 @@ dependencies = [
|
|
1576
1820
|
"mio",
|
1577
1821
|
"pin-project-lite",
|
1578
1822
|
"socket2",
|
1823
|
+
"tokio-macros",
|
1579
1824
|
"windows-sys 0.52.0",
|
1580
1825
|
]
|
1581
1826
|
|
1827
|
+
[[package]]
|
1828
|
+
name = "tokio-macros"
|
1829
|
+
version = "2.4.0"
|
1830
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1831
|
+
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
1832
|
+
dependencies = [
|
1833
|
+
"proc-macro2",
|
1834
|
+
"quote",
|
1835
|
+
"syn",
|
1836
|
+
]
|
1837
|
+
|
1582
1838
|
[[package]]
|
1583
1839
|
name = "tokio-native-tls"
|
1584
1840
|
version = "0.3.1"
|
@@ -1602,9 +1858,9 @@ dependencies = [
|
|
1602
1858
|
|
1603
1859
|
[[package]]
|
1604
1860
|
name = "tokio-util"
|
1605
|
-
version = "0.7.
|
1861
|
+
version = "0.7.12"
|
1606
1862
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1607
|
-
checksum = "
|
1863
|
+
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
|
1608
1864
|
dependencies = [
|
1609
1865
|
"bytes",
|
1610
1866
|
"futures-core",
|
@@ -1613,27 +1869,6 @@ dependencies = [
|
|
1613
1869
|
"tokio",
|
1614
1870
|
]
|
1615
1871
|
|
1616
|
-
[[package]]
|
1617
|
-
name = "tower"
|
1618
|
-
version = "0.4.13"
|
1619
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1620
|
-
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
1621
|
-
dependencies = [
|
1622
|
-
"futures-core",
|
1623
|
-
"futures-util",
|
1624
|
-
"pin-project",
|
1625
|
-
"pin-project-lite",
|
1626
|
-
"tokio",
|
1627
|
-
"tower-layer",
|
1628
|
-
"tower-service",
|
1629
|
-
]
|
1630
|
-
|
1631
|
-
[[package]]
|
1632
|
-
name = "tower-layer"
|
1633
|
-
version = "0.3.3"
|
1634
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1635
|
-
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
1636
|
-
|
1637
1872
|
[[package]]
|
1638
1873
|
name = "tower-service"
|
1639
1874
|
version = "0.3.3"
|
@@ -1642,9 +1877,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
1642
1877
|
|
1643
1878
|
[[package]]
|
1644
1879
|
name = "tracing"
|
1645
|
-
version = "0.1.
|
1880
|
+
version = "0.1.41"
|
1646
1881
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1647
|
-
checksum = "
|
1882
|
+
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
1648
1883
|
dependencies = [
|
1649
1884
|
"pin-project-lite",
|
1650
1885
|
"tracing-core",
|
@@ -1652,9 +1887,9 @@ dependencies = [
|
|
1652
1887
|
|
1653
1888
|
[[package]]
|
1654
1889
|
name = "tracing-core"
|
1655
|
-
version = "0.1.
|
1890
|
+
version = "0.1.33"
|
1656
1891
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1657
|
-
checksum = "
|
1892
|
+
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
1658
1893
|
dependencies = [
|
1659
1894
|
"once_cell",
|
1660
1895
|
]
|
@@ -1667,30 +1902,15 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
1667
1902
|
|
1668
1903
|
[[package]]
|
1669
1904
|
name = "typeid"
|
1670
|
-
version = "1.0.
|
1671
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1672
|
-
checksum = "059d83cc991e7a42fc37bd50941885db0888e34209f8cfd9aab07ddec03bc9cf"
|
1673
|
-
|
1674
|
-
[[package]]
|
1675
|
-
name = "unicode-bidi"
|
1676
|
-
version = "0.3.15"
|
1905
|
+
version = "1.0.2"
|
1677
1906
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1678
|
-
checksum = "
|
1907
|
+
checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
|
1679
1908
|
|
1680
1909
|
[[package]]
|
1681
1910
|
name = "unicode-ident"
|
1682
|
-
version = "1.0.
|
1683
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1684
|
-
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
1685
|
-
|
1686
|
-
[[package]]
|
1687
|
-
name = "unicode-normalization"
|
1688
|
-
version = "0.1.23"
|
1911
|
+
version = "1.0.14"
|
1689
1912
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1690
|
-
checksum = "
|
1691
|
-
dependencies = [
|
1692
|
-
"tinyvec",
|
1693
|
-
]
|
1913
|
+
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
|
1694
1914
|
|
1695
1915
|
[[package]]
|
1696
1916
|
name = "untrusted"
|
@@ -1700,26 +1920,48 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
1700
1920
|
|
1701
1921
|
[[package]]
|
1702
1922
|
name = "url"
|
1703
|
-
version = "2.5.
|
1923
|
+
version = "2.5.4"
|
1704
1924
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1705
|
-
checksum = "
|
1925
|
+
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
1706
1926
|
dependencies = [
|
1707
1927
|
"form_urlencoded",
|
1708
1928
|
"idna",
|
1709
1929
|
"percent-encoding",
|
1710
1930
|
]
|
1711
1931
|
|
1932
|
+
[[package]]
|
1933
|
+
name = "utf16_iter"
|
1934
|
+
version = "1.0.5"
|
1935
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1936
|
+
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
1937
|
+
|
1938
|
+
[[package]]
|
1939
|
+
name = "utf8_iter"
|
1940
|
+
version = "1.0.4"
|
1941
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1942
|
+
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
1943
|
+
|
1712
1944
|
[[package]]
|
1713
1945
|
name = "utf8parse"
|
1714
1946
|
version = "0.2.2"
|
1715
1947
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1716
1948
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
1717
1949
|
|
1950
|
+
[[package]]
|
1951
|
+
name = "uuid"
|
1952
|
+
version = "1.11.1"
|
1953
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1954
|
+
checksum = "b913a3b5fe84142e269d63cc62b64319ccaf89b748fc31fe025177f767a756c4"
|
1955
|
+
dependencies = [
|
1956
|
+
"getrandom",
|
1957
|
+
"serde",
|
1958
|
+
]
|
1959
|
+
|
1718
1960
|
[[package]]
|
1719
1961
|
name = "value-bag"
|
1720
|
-
version = "1.
|
1962
|
+
version = "1.10.0"
|
1721
1963
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1722
|
-
checksum = "
|
1964
|
+
checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
|
1723
1965
|
dependencies = [
|
1724
1966
|
"value-bag-serde1",
|
1725
1967
|
"value-bag-sval2",
|
@@ -1727,9 +1969,9 @@ dependencies = [
|
|
1727
1969
|
|
1728
1970
|
[[package]]
|
1729
1971
|
name = "value-bag-serde1"
|
1730
|
-
version = "1.
|
1972
|
+
version = "1.10.0"
|
1731
1973
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1732
|
-
checksum = "
|
1974
|
+
checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
|
1733
1975
|
dependencies = [
|
1734
1976
|
"erased-serde",
|
1735
1977
|
"serde",
|
@@ -1738,9 +1980,9 @@ dependencies = [
|
|
1738
1980
|
|
1739
1981
|
[[package]]
|
1740
1982
|
name = "value-bag-sval2"
|
1741
|
-
version = "1.
|
1983
|
+
version = "1.10.0"
|
1742
1984
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1743
|
-
checksum = "
|
1985
|
+
checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
|
1744
1986
|
dependencies = [
|
1745
1987
|
"sval",
|
1746
1988
|
"sval_buffer",
|
@@ -1774,9 +2016,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
1774
2016
|
|
1775
2017
|
[[package]]
|
1776
2018
|
name = "wasm-bindgen"
|
1777
|
-
version = "0.2.
|
2019
|
+
version = "0.2.97"
|
1778
2020
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1779
|
-
checksum = "
|
2021
|
+
checksum = "d15e63b4482863c109d70a7b8706c1e364eb6ea449b201a76c5b89cedcec2d5c"
|
1780
2022
|
dependencies = [
|
1781
2023
|
"cfg-if",
|
1782
2024
|
"once_cell",
|
@@ -1785,9 +2027,9 @@ dependencies = [
|
|
1785
2027
|
|
1786
2028
|
[[package]]
|
1787
2029
|
name = "wasm-bindgen-backend"
|
1788
|
-
version = "0.2.
|
2030
|
+
version = "0.2.97"
|
1789
2031
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1790
|
-
checksum = "
|
2032
|
+
checksum = "8d36ef12e3aaca16ddd3f67922bc63e48e953f126de60bd33ccc0101ef9998cd"
|
1791
2033
|
dependencies = [
|
1792
2034
|
"bumpalo",
|
1793
2035
|
"log",
|
@@ -1800,21 +2042,22 @@ dependencies = [
|
|
1800
2042
|
|
1801
2043
|
[[package]]
|
1802
2044
|
name = "wasm-bindgen-futures"
|
1803
|
-
version = "0.4.
|
2045
|
+
version = "0.4.47"
|
1804
2046
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1805
|
-
checksum = "
|
2047
|
+
checksum = "9dfaf8f50e5f293737ee323940c7d8b08a66a95a419223d9f41610ca08b0833d"
|
1806
2048
|
dependencies = [
|
1807
2049
|
"cfg-if",
|
1808
2050
|
"js-sys",
|
2051
|
+
"once_cell",
|
1809
2052
|
"wasm-bindgen",
|
1810
2053
|
"web-sys",
|
1811
2054
|
]
|
1812
2055
|
|
1813
2056
|
[[package]]
|
1814
2057
|
name = "wasm-bindgen-macro"
|
1815
|
-
version = "0.2.
|
2058
|
+
version = "0.2.97"
|
1816
2059
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1817
|
-
checksum = "
|
2060
|
+
checksum = "705440e08b42d3e4b36de7d66c944be628d579796b8090bfa3471478a2260051"
|
1818
2061
|
dependencies = [
|
1819
2062
|
"quote",
|
1820
2063
|
"wasm-bindgen-macro-support",
|
@@ -1822,9 +2065,9 @@ dependencies = [
|
|
1822
2065
|
|
1823
2066
|
[[package]]
|
1824
2067
|
name = "wasm-bindgen-macro-support"
|
1825
|
-
version = "0.2.
|
2068
|
+
version = "0.2.97"
|
1826
2069
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1827
|
-
checksum = "
|
2070
|
+
checksum = "98c9ae5a76e46f4deecd0f0255cc223cfa18dc9b261213b8aa0c7b36f61b3f1d"
|
1828
2071
|
dependencies = [
|
1829
2072
|
"proc-macro2",
|
1830
2073
|
"quote",
|
@@ -1835,15 +2078,15 @@ dependencies = [
|
|
1835
2078
|
|
1836
2079
|
[[package]]
|
1837
2080
|
name = "wasm-bindgen-shared"
|
1838
|
-
version = "0.2.
|
2081
|
+
version = "0.2.97"
|
1839
2082
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1840
|
-
checksum = "
|
2083
|
+
checksum = "6ee99da9c5ba11bd675621338ef6fa52296b76b83305e9b6e5c77d4c286d6d49"
|
1841
2084
|
|
1842
2085
|
[[package]]
|
1843
2086
|
name = "web-sys"
|
1844
|
-
version = "0.3.
|
2087
|
+
version = "0.3.74"
|
1845
2088
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1846
|
-
checksum = "
|
2089
|
+
checksum = "a98bc3c33f0fe7e59ad7cd041b89034fa82a7c2d4365ca538dda6cdaf513863c"
|
1847
2090
|
dependencies = [
|
1848
2091
|
"js-sys",
|
1849
2092
|
"wasm-bindgen",
|
@@ -1855,49 +2098,55 @@ version = "0.52.0"
|
|
1855
2098
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1856
2099
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
1857
2100
|
dependencies = [
|
1858
|
-
"windows-targets
|
2101
|
+
"windows-targets",
|
1859
2102
|
]
|
1860
2103
|
|
1861
2104
|
[[package]]
|
1862
|
-
name = "windows-
|
1863
|
-
version = "0.
|
2105
|
+
name = "windows-registry"
|
2106
|
+
version = "0.2.0"
|
1864
2107
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1865
|
-
checksum = "
|
2108
|
+
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
|
1866
2109
|
dependencies = [
|
1867
|
-
"windows-
|
2110
|
+
"windows-result",
|
2111
|
+
"windows-strings",
|
2112
|
+
"windows-targets",
|
1868
2113
|
]
|
1869
2114
|
|
1870
2115
|
[[package]]
|
1871
|
-
name = "windows-
|
1872
|
-
version = "0.
|
2116
|
+
name = "windows-result"
|
2117
|
+
version = "0.2.0"
|
1873
2118
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1874
|
-
checksum = "
|
2119
|
+
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
|
2120
|
+
dependencies = [
|
2121
|
+
"windows-targets",
|
2122
|
+
]
|
2123
|
+
|
2124
|
+
[[package]]
|
2125
|
+
name = "windows-strings"
|
2126
|
+
version = "0.1.0"
|
2127
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2128
|
+
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
|
1875
2129
|
dependencies = [
|
1876
|
-
"windows-
|
2130
|
+
"windows-result",
|
2131
|
+
"windows-targets",
|
1877
2132
|
]
|
1878
2133
|
|
1879
2134
|
[[package]]
|
1880
2135
|
name = "windows-sys"
|
1881
|
-
version = "0.
|
2136
|
+
version = "0.52.0"
|
1882
2137
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1883
|
-
checksum = "
|
2138
|
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
1884
2139
|
dependencies = [
|
1885
|
-
"windows-targets
|
2140
|
+
"windows-targets",
|
1886
2141
|
]
|
1887
2142
|
|
1888
2143
|
[[package]]
|
1889
|
-
name = "windows-
|
1890
|
-
version = "0.
|
2144
|
+
name = "windows-sys"
|
2145
|
+
version = "0.59.0"
|
1891
2146
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1892
|
-
checksum = "
|
2147
|
+
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
1893
2148
|
dependencies = [
|
1894
|
-
"
|
1895
|
-
"windows_aarch64_msvc 0.48.5",
|
1896
|
-
"windows_i686_gnu 0.48.5",
|
1897
|
-
"windows_i686_msvc 0.48.5",
|
1898
|
-
"windows_x86_64_gnu 0.48.5",
|
1899
|
-
"windows_x86_64_gnullvm 0.48.5",
|
1900
|
-
"windows_x86_64_msvc 0.48.5",
|
2149
|
+
"windows-targets",
|
1901
2150
|
]
|
1902
2151
|
|
1903
2152
|
[[package]]
|
@@ -1906,46 +2155,28 @@ version = "0.52.6"
|
|
1906
2155
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1907
2156
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
1908
2157
|
dependencies = [
|
1909
|
-
"windows_aarch64_gnullvm
|
1910
|
-
"windows_aarch64_msvc
|
1911
|
-
"windows_i686_gnu
|
2158
|
+
"windows_aarch64_gnullvm",
|
2159
|
+
"windows_aarch64_msvc",
|
2160
|
+
"windows_i686_gnu",
|
1912
2161
|
"windows_i686_gnullvm",
|
1913
|
-
"windows_i686_msvc
|
1914
|
-
"windows_x86_64_gnu
|
1915
|
-
"windows_x86_64_gnullvm
|
1916
|
-
"windows_x86_64_msvc
|
2162
|
+
"windows_i686_msvc",
|
2163
|
+
"windows_x86_64_gnu",
|
2164
|
+
"windows_x86_64_gnullvm",
|
2165
|
+
"windows_x86_64_msvc",
|
1917
2166
|
]
|
1918
2167
|
|
1919
|
-
[[package]]
|
1920
|
-
name = "windows_aarch64_gnullvm"
|
1921
|
-
version = "0.48.5"
|
1922
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1923
|
-
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
1924
|
-
|
1925
2168
|
[[package]]
|
1926
2169
|
name = "windows_aarch64_gnullvm"
|
1927
2170
|
version = "0.52.6"
|
1928
2171
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1929
2172
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
1930
2173
|
|
1931
|
-
[[package]]
|
1932
|
-
name = "windows_aarch64_msvc"
|
1933
|
-
version = "0.48.5"
|
1934
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1935
|
-
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
1936
|
-
|
1937
2174
|
[[package]]
|
1938
2175
|
name = "windows_aarch64_msvc"
|
1939
2176
|
version = "0.52.6"
|
1940
2177
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1941
2178
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
1942
2179
|
|
1943
|
-
[[package]]
|
1944
|
-
name = "windows_i686_gnu"
|
1945
|
-
version = "0.48.5"
|
1946
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1947
|
-
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
1948
|
-
|
1949
2180
|
[[package]]
|
1950
2181
|
name = "windows_i686_gnu"
|
1951
2182
|
version = "0.52.6"
|
@@ -1958,24 +2189,12 @@ version = "0.52.6"
|
|
1958
2189
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1959
2190
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
1960
2191
|
|
1961
|
-
[[package]]
|
1962
|
-
name = "windows_i686_msvc"
|
1963
|
-
version = "0.48.5"
|
1964
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1965
|
-
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
1966
|
-
|
1967
2192
|
[[package]]
|
1968
2193
|
name = "windows_i686_msvc"
|
1969
2194
|
version = "0.52.6"
|
1970
2195
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1971
2196
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
1972
2197
|
|
1973
|
-
[[package]]
|
1974
|
-
name = "windows_x86_64_gnu"
|
1975
|
-
version = "0.48.5"
|
1976
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1977
|
-
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
1978
|
-
|
1979
2198
|
[[package]]
|
1980
2199
|
name = "windows_x86_64_gnu"
|
1981
2200
|
version = "0.52.6"
|
@@ -1984,36 +2203,50 @@ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
1984
2203
|
|
1985
2204
|
[[package]]
|
1986
2205
|
name = "windows_x86_64_gnullvm"
|
1987
|
-
version = "0.
|
2206
|
+
version = "0.52.6"
|
1988
2207
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1989
|
-
checksum = "
|
2208
|
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
1990
2209
|
|
1991
2210
|
[[package]]
|
1992
|
-
name = "
|
2211
|
+
name = "windows_x86_64_msvc"
|
1993
2212
|
version = "0.52.6"
|
1994
2213
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1995
|
-
checksum = "
|
2214
|
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
1996
2215
|
|
1997
2216
|
[[package]]
|
1998
|
-
name = "
|
1999
|
-
version = "0.
|
2217
|
+
name = "write16"
|
2218
|
+
version = "1.0.0"
|
2000
2219
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2001
|
-
checksum = "
|
2220
|
+
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
2002
2221
|
|
2003
2222
|
[[package]]
|
2004
|
-
name = "
|
2005
|
-
version = "0.
|
2223
|
+
name = "writeable"
|
2224
|
+
version = "0.5.5"
|
2006
2225
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2007
|
-
checksum = "
|
2226
|
+
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
2008
2227
|
|
2009
2228
|
[[package]]
|
2010
|
-
name = "
|
2011
|
-
version = "0.
|
2229
|
+
name = "yoke"
|
2230
|
+
version = "0.7.5"
|
2012
2231
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2013
|
-
checksum = "
|
2232
|
+
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
2014
2233
|
dependencies = [
|
2015
|
-
"
|
2016
|
-
"
|
2234
|
+
"serde",
|
2235
|
+
"stable_deref_trait",
|
2236
|
+
"yoke-derive",
|
2237
|
+
"zerofrom",
|
2238
|
+
]
|
2239
|
+
|
2240
|
+
[[package]]
|
2241
|
+
name = "yoke-derive"
|
2242
|
+
version = "0.7.5"
|
2243
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2244
|
+
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
2245
|
+
dependencies = [
|
2246
|
+
"proc-macro2",
|
2247
|
+
"quote",
|
2248
|
+
"syn",
|
2249
|
+
"synstructure",
|
2017
2250
|
]
|
2018
2251
|
|
2019
2252
|
[[package]]
|
@@ -2037,8 +2270,51 @@ dependencies = [
|
|
2037
2270
|
"syn",
|
2038
2271
|
]
|
2039
2272
|
|
2273
|
+
[[package]]
|
2274
|
+
name = "zerofrom"
|
2275
|
+
version = "0.1.5"
|
2276
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2277
|
+
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
|
2278
|
+
dependencies = [
|
2279
|
+
"zerofrom-derive",
|
2280
|
+
]
|
2281
|
+
|
2282
|
+
[[package]]
|
2283
|
+
name = "zerofrom-derive"
|
2284
|
+
version = "0.1.5"
|
2285
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2286
|
+
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
|
2287
|
+
dependencies = [
|
2288
|
+
"proc-macro2",
|
2289
|
+
"quote",
|
2290
|
+
"syn",
|
2291
|
+
"synstructure",
|
2292
|
+
]
|
2293
|
+
|
2040
2294
|
[[package]]
|
2041
2295
|
name = "zeroize"
|
2042
2296
|
version = "1.8.1"
|
2043
2297
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2044
2298
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
2299
|
+
|
2300
|
+
[[package]]
|
2301
|
+
name = "zerovec"
|
2302
|
+
version = "0.10.4"
|
2303
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2304
|
+
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
2305
|
+
dependencies = [
|
2306
|
+
"yoke",
|
2307
|
+
"zerofrom",
|
2308
|
+
"zerovec-derive",
|
2309
|
+
]
|
2310
|
+
|
2311
|
+
[[package]]
|
2312
|
+
name = "zerovec-derive"
|
2313
|
+
version = "0.10.3"
|
2314
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2315
|
+
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
2316
|
+
dependencies = [
|
2317
|
+
"proc-macro2",
|
2318
|
+
"quote",
|
2319
|
+
"syn",
|
2320
|
+
]
|