cedar_policy 0.4.0 → 0.5.3
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/.cross_rubies +25 -20
- data/.release-please-manifest.json +1 -1
- data/CHANGELOG.md +29 -0
- data/Cargo.lock +369 -276
- data/ext/cedar_policy/Cargo.toml +4 -4
- data/lib/cedar_policy/version.rb +1 -1
- data/release-please-config.json +3 -2
- metadata +5 -5
data/Cargo.lock
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# This file is automatically @generated by Cargo.
|
2
2
|
# It is not intended for manual editing.
|
3
|
-
version =
|
3
|
+
version = 4
|
4
4
|
|
5
5
|
[[package]]
|
6
6
|
name = "aho-corasick"
|
@@ -34,9 +34,9 @@ checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
34
34
|
|
35
35
|
[[package]]
|
36
36
|
name = "ascii-canvas"
|
37
|
-
version = "
|
37
|
+
version = "4.0.0"
|
38
38
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
39
|
-
checksum = "
|
39
|
+
checksum = "ef1e3e699d84ab1b0911a1010c5c106aa34ae89aeac103be5ce0c3859db1e891"
|
40
40
|
dependencies = [
|
41
41
|
"term",
|
42
42
|
]
|
@@ -61,9 +61,9 @@ checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
|
|
61
61
|
|
62
62
|
[[package]]
|
63
63
|
name = "bindgen"
|
64
|
-
version = "0.69.
|
64
|
+
version = "0.69.5"
|
65
65
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
66
|
-
checksum = "
|
66
|
+
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
67
67
|
dependencies = [
|
68
68
|
"bitflags",
|
69
69
|
"cexpr",
|
@@ -81,24 +81,24 @@ dependencies = [
|
|
81
81
|
|
82
82
|
[[package]]
|
83
83
|
name = "bit-set"
|
84
|
-
version = "0.
|
84
|
+
version = "0.8.0"
|
85
85
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
86
|
-
checksum = "
|
86
|
+
checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
|
87
87
|
dependencies = [
|
88
88
|
"bit-vec",
|
89
89
|
]
|
90
90
|
|
91
91
|
[[package]]
|
92
92
|
name = "bit-vec"
|
93
|
-
version = "0.
|
93
|
+
version = "0.8.0"
|
94
94
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
95
|
-
checksum = "
|
95
|
+
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
|
96
96
|
|
97
97
|
[[package]]
|
98
98
|
name = "bitflags"
|
99
|
-
version = "2.
|
99
|
+
version = "2.9.1"
|
100
100
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
101
|
-
checksum = "
|
101
|
+
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
|
102
102
|
|
103
103
|
[[package]]
|
104
104
|
name = "block-buffer"
|
@@ -111,38 +111,38 @@ dependencies = [
|
|
111
111
|
|
112
112
|
[[package]]
|
113
113
|
name = "borsh"
|
114
|
-
version = "1.5.
|
114
|
+
version = "1.5.7"
|
115
115
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
116
|
-
checksum = "
|
116
|
+
checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
|
117
117
|
dependencies = [
|
118
118
|
"cfg_aliases",
|
119
119
|
]
|
120
120
|
|
121
121
|
[[package]]
|
122
122
|
name = "bumpalo"
|
123
|
-
version = "3.
|
123
|
+
version = "3.18.1"
|
124
124
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
125
|
-
checksum = "
|
125
|
+
checksum = "793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee"
|
126
126
|
|
127
127
|
[[package]]
|
128
128
|
name = "cc"
|
129
|
-
version = "1.
|
129
|
+
version = "1.2.26"
|
130
130
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
131
|
-
checksum = "
|
131
|
+
checksum = "956a5e21988b87f372569b66183b78babf23ebc2e744b733e4350a752c4dafac"
|
132
132
|
dependencies = [
|
133
133
|
"shlex",
|
134
134
|
]
|
135
135
|
|
136
136
|
[[package]]
|
137
137
|
name = "cedar-policy"
|
138
|
-
version = "4.1
|
138
|
+
version = "4.4.1"
|
139
139
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
140
|
-
checksum = "
|
140
|
+
checksum = "a1d37df3afde553492d8413d02a733e86a786c29f5b36c6d8d72bc6e5c0c7f63"
|
141
141
|
dependencies = [
|
142
142
|
"cedar-policy-core",
|
143
143
|
"cedar-policy-formatter",
|
144
144
|
"cedar-policy-validator",
|
145
|
-
"itertools 0.
|
145
|
+
"itertools 0.14.0",
|
146
146
|
"lalrpop-util",
|
147
147
|
"lazy_static",
|
148
148
|
"miette",
|
@@ -158,12 +158,14 @@ dependencies = [
|
|
158
158
|
|
159
159
|
[[package]]
|
160
160
|
name = "cedar-policy-core"
|
161
|
-
version = "4.1
|
161
|
+
version = "4.4.1"
|
162
162
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
163
|
-
checksum = "
|
163
|
+
checksum = "dd896075d493e8283e960c94cf85d85773dc3359cf948a5f5ea88a6f249e8665"
|
164
164
|
dependencies = [
|
165
|
+
"chrono",
|
166
|
+
"educe",
|
165
167
|
"either",
|
166
|
-
"itertools 0.
|
168
|
+
"itertools 0.14.0",
|
167
169
|
"lalrpop",
|
168
170
|
"lalrpop-util",
|
169
171
|
"lazy_static",
|
@@ -182,12 +184,12 @@ dependencies = [
|
|
182
184
|
|
183
185
|
[[package]]
|
184
186
|
name = "cedar-policy-formatter"
|
185
|
-
version = "4.1
|
187
|
+
version = "4.4.1"
|
186
188
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
187
|
-
checksum = "
|
189
|
+
checksum = "95db50a024d5ed3efe4b9b513124b564313716ada017860c17995ec227ab46b1"
|
188
190
|
dependencies = [
|
189
191
|
"cedar-policy-core",
|
190
|
-
"itertools 0.
|
192
|
+
"itertools 0.14.0",
|
191
193
|
"lazy_static",
|
192
194
|
"logos",
|
193
195
|
"miette",
|
@@ -198,12 +200,13 @@ dependencies = [
|
|
198
200
|
|
199
201
|
[[package]]
|
200
202
|
name = "cedar-policy-validator"
|
201
|
-
version = "4.1
|
203
|
+
version = "4.4.1"
|
202
204
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
203
|
-
checksum = "
|
205
|
+
checksum = "2f40762e669e4ec5a4b3a2b3d3aa2567d768aa74b735760f13197312c1150f69"
|
204
206
|
dependencies = [
|
205
207
|
"cedar-policy-core",
|
206
|
-
"
|
208
|
+
"educe",
|
209
|
+
"itertools 0.14.0",
|
207
210
|
"lalrpop",
|
208
211
|
"lalrpop-util",
|
209
212
|
"lazy_static",
|
@@ -221,7 +224,7 @@ dependencies = [
|
|
221
224
|
|
222
225
|
[[package]]
|
223
226
|
name = "cedar_policy"
|
224
|
-
version = "0.
|
227
|
+
version = "0.5.3"
|
225
228
|
dependencies = [
|
226
229
|
"cedar-policy",
|
227
230
|
"magnus",
|
@@ -239,9 +242,9 @@ dependencies = [
|
|
239
242
|
|
240
243
|
[[package]]
|
241
244
|
name = "cfg-if"
|
242
|
-
version = "1.0.
|
245
|
+
version = "1.0.1"
|
243
246
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
244
|
-
checksum = "
|
247
|
+
checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
|
245
248
|
|
246
249
|
[[package]]
|
247
250
|
name = "cfg_aliases"
|
@@ -251,15 +254,15 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
251
254
|
|
252
255
|
[[package]]
|
253
256
|
name = "chrono"
|
254
|
-
version = "0.4.
|
257
|
+
version = "0.4.41"
|
255
258
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
256
|
-
checksum = "
|
259
|
+
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
|
257
260
|
dependencies = [
|
258
261
|
"android-tzdata",
|
259
262
|
"iana-time-zone",
|
260
263
|
"num-traits",
|
261
264
|
"serde",
|
262
|
-
"windows-
|
265
|
+
"windows-link",
|
263
266
|
]
|
264
267
|
|
265
268
|
[[package]]
|
@@ -281,9 +284,9 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
281
284
|
|
282
285
|
[[package]]
|
283
286
|
name = "cpufeatures"
|
284
|
-
version = "0.2.
|
287
|
+
version = "0.2.17"
|
285
288
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
286
|
-
checksum = "
|
289
|
+
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
287
290
|
dependencies = [
|
288
291
|
"libc",
|
289
292
|
]
|
@@ -300,9 +303,9 @@ dependencies = [
|
|
300
303
|
|
301
304
|
[[package]]
|
302
305
|
name = "darling"
|
303
|
-
version = "0.20.
|
306
|
+
version = "0.20.11"
|
304
307
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
305
|
-
checksum = "
|
308
|
+
checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
|
306
309
|
dependencies = [
|
307
310
|
"darling_core",
|
308
311
|
"darling_macro",
|
@@ -310,9 +313,9 @@ dependencies = [
|
|
310
313
|
|
311
314
|
[[package]]
|
312
315
|
name = "darling_core"
|
313
|
-
version = "0.20.
|
316
|
+
version = "0.20.11"
|
314
317
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
315
|
-
checksum = "
|
318
|
+
checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
|
316
319
|
dependencies = [
|
317
320
|
"fnv",
|
318
321
|
"ident_case",
|
@@ -324,9 +327,9 @@ dependencies = [
|
|
324
327
|
|
325
328
|
[[package]]
|
326
329
|
name = "darling_macro"
|
327
|
-
version = "0.20.
|
330
|
+
version = "0.20.11"
|
328
331
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
329
|
-
checksum = "
|
332
|
+
checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
|
330
333
|
dependencies = [
|
331
334
|
"darling_core",
|
332
335
|
"quote",
|
@@ -335,9 +338,9 @@ dependencies = [
|
|
335
338
|
|
336
339
|
[[package]]
|
337
340
|
name = "deranged"
|
338
|
-
version = "0.
|
341
|
+
version = "0.4.0"
|
339
342
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
340
|
-
checksum = "
|
343
|
+
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
|
341
344
|
dependencies = [
|
342
345
|
"powerfmt",
|
343
346
|
"serde",
|
@@ -354,31 +357,22 @@ dependencies = [
|
|
354
357
|
]
|
355
358
|
|
356
359
|
[[package]]
|
357
|
-
name = "
|
358
|
-
version = "
|
359
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
360
|
-
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
361
|
-
dependencies = [
|
362
|
-
"cfg-if",
|
363
|
-
"dirs-sys-next",
|
364
|
-
]
|
365
|
-
|
366
|
-
[[package]]
|
367
|
-
name = "dirs-sys-next"
|
368
|
-
version = "0.1.2"
|
360
|
+
name = "educe"
|
361
|
+
version = "0.6.0"
|
369
362
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
370
|
-
checksum = "
|
363
|
+
checksum = "1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417"
|
371
364
|
dependencies = [
|
372
|
-
"
|
373
|
-
"
|
374
|
-
"
|
365
|
+
"enum-ordinalize",
|
366
|
+
"proc-macro2",
|
367
|
+
"quote",
|
368
|
+
"syn",
|
375
369
|
]
|
376
370
|
|
377
371
|
[[package]]
|
378
372
|
name = "either"
|
379
|
-
version = "1.
|
373
|
+
version = "1.15.0"
|
380
374
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
381
|
-
checksum = "
|
375
|
+
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
382
376
|
|
383
377
|
[[package]]
|
384
378
|
name = "ena"
|
@@ -389,17 +383,37 @@ dependencies = [
|
|
389
383
|
"log",
|
390
384
|
]
|
391
385
|
|
386
|
+
[[package]]
|
387
|
+
name = "enum-ordinalize"
|
388
|
+
version = "4.3.0"
|
389
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
390
|
+
checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5"
|
391
|
+
dependencies = [
|
392
|
+
"enum-ordinalize-derive",
|
393
|
+
]
|
394
|
+
|
395
|
+
[[package]]
|
396
|
+
name = "enum-ordinalize-derive"
|
397
|
+
version = "4.3.1"
|
398
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
399
|
+
checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff"
|
400
|
+
dependencies = [
|
401
|
+
"proc-macro2",
|
402
|
+
"quote",
|
403
|
+
"syn",
|
404
|
+
]
|
405
|
+
|
392
406
|
[[package]]
|
393
407
|
name = "equivalent"
|
394
|
-
version = "1.0.
|
408
|
+
version = "1.0.2"
|
395
409
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
396
|
-
checksum = "
|
410
|
+
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
397
411
|
|
398
412
|
[[package]]
|
399
413
|
name = "fixedbitset"
|
400
|
-
version = "0.
|
414
|
+
version = "0.5.7"
|
401
415
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
402
|
-
checksum = "
|
416
|
+
checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
|
403
417
|
|
404
418
|
[[package]]
|
405
419
|
name = "fnv"
|
@@ -417,22 +431,11 @@ dependencies = [
|
|
417
431
|
"version_check",
|
418
432
|
]
|
419
433
|
|
420
|
-
[[package]]
|
421
|
-
name = "getrandom"
|
422
|
-
version = "0.2.15"
|
423
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
424
|
-
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
425
|
-
dependencies = [
|
426
|
-
"cfg-if",
|
427
|
-
"libc",
|
428
|
-
"wasi",
|
429
|
-
]
|
430
|
-
|
431
434
|
[[package]]
|
432
435
|
name = "glob"
|
433
|
-
version = "0.3.
|
436
|
+
version = "0.3.2"
|
434
437
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
435
|
-
checksum = "
|
438
|
+
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
436
439
|
|
437
440
|
[[package]]
|
438
441
|
name = "hashbrown"
|
@@ -442,9 +445,9 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
442
445
|
|
443
446
|
[[package]]
|
444
447
|
name = "hashbrown"
|
445
|
-
version = "0.15.
|
448
|
+
version = "0.15.4"
|
446
449
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
447
|
-
checksum = "
|
450
|
+
checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
|
448
451
|
|
449
452
|
[[package]]
|
450
453
|
name = "hex"
|
@@ -452,16 +455,26 @@ version = "0.4.3"
|
|
452
455
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
453
456
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
454
457
|
|
458
|
+
[[package]]
|
459
|
+
name = "home"
|
460
|
+
version = "0.5.11"
|
461
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
462
|
+
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
|
463
|
+
dependencies = [
|
464
|
+
"windows-sys",
|
465
|
+
]
|
466
|
+
|
455
467
|
[[package]]
|
456
468
|
name = "iana-time-zone"
|
457
|
-
version = "0.1.
|
469
|
+
version = "0.1.63"
|
458
470
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
459
|
-
checksum = "
|
471
|
+
checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
|
460
472
|
dependencies = [
|
461
473
|
"android_system_properties",
|
462
474
|
"core-foundation-sys",
|
463
475
|
"iana-time-zone-haiku",
|
464
476
|
"js-sys",
|
477
|
+
"log",
|
465
478
|
"wasm-bindgen",
|
466
479
|
"windows-core",
|
467
480
|
]
|
@@ -494,12 +507,12 @@ dependencies = [
|
|
494
507
|
|
495
508
|
[[package]]
|
496
509
|
name = "indexmap"
|
497
|
-
version = "2.
|
510
|
+
version = "2.9.0"
|
498
511
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
499
|
-
checksum = "
|
512
|
+
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
|
500
513
|
dependencies = [
|
501
514
|
"equivalent",
|
502
|
-
"hashbrown 0.15.
|
515
|
+
"hashbrown 0.15.4",
|
503
516
|
"serde",
|
504
517
|
]
|
505
518
|
|
@@ -514,25 +527,26 @@ dependencies = [
|
|
514
527
|
|
515
528
|
[[package]]
|
516
529
|
name = "itertools"
|
517
|
-
version = "0.
|
530
|
+
version = "0.14.0"
|
518
531
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
519
|
-
checksum = "
|
532
|
+
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
|
520
533
|
dependencies = [
|
521
534
|
"either",
|
522
535
|
]
|
523
536
|
|
524
537
|
[[package]]
|
525
538
|
name = "itoa"
|
526
|
-
version = "1.0.
|
539
|
+
version = "1.0.15"
|
527
540
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
528
|
-
checksum = "
|
541
|
+
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
529
542
|
|
530
543
|
[[package]]
|
531
544
|
name = "js-sys"
|
532
|
-
version = "0.3.
|
545
|
+
version = "0.3.77"
|
533
546
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
534
|
-
checksum = "
|
547
|
+
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
535
548
|
dependencies = [
|
549
|
+
"once_cell",
|
536
550
|
"wasm-bindgen",
|
537
551
|
]
|
538
552
|
|
@@ -547,14 +561,14 @@ dependencies = [
|
|
547
561
|
|
548
562
|
[[package]]
|
549
563
|
name = "lalrpop"
|
550
|
-
version = "0.
|
564
|
+
version = "0.22.2"
|
551
565
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
552
|
-
checksum = "
|
566
|
+
checksum = "ba4ebbd48ce411c1d10fb35185f5a51a7bfa3d8b24b4e330d30c9e3a34129501"
|
553
567
|
dependencies = [
|
554
568
|
"ascii-canvas",
|
555
569
|
"bit-set",
|
556
570
|
"ena",
|
557
|
-
"itertools 0.
|
571
|
+
"itertools 0.14.0",
|
558
572
|
"lalrpop-util",
|
559
573
|
"petgraph",
|
560
574
|
"pico-args",
|
@@ -569,11 +583,12 @@ dependencies = [
|
|
569
583
|
|
570
584
|
[[package]]
|
571
585
|
name = "lalrpop-util"
|
572
|
-
version = "0.
|
586
|
+
version = "0.22.2"
|
573
587
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
574
|
-
checksum = "
|
588
|
+
checksum = "b5baa5e9ff84f1aefd264e6869907646538a52147a755d494517a8007fb48733"
|
575
589
|
dependencies = [
|
576
590
|
"regex-automata",
|
591
|
+
"rustversion",
|
577
592
|
]
|
578
593
|
|
579
594
|
[[package]]
|
@@ -590,35 +605,25 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
590
605
|
|
591
606
|
[[package]]
|
592
607
|
name = "libc"
|
593
|
-
version = "0.2.
|
608
|
+
version = "0.2.172"
|
594
609
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
595
|
-
checksum = "
|
610
|
+
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
|
596
611
|
|
597
612
|
[[package]]
|
598
613
|
name = "libloading"
|
599
|
-
version = "0.8.
|
614
|
+
version = "0.8.8"
|
600
615
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
601
|
-
checksum = "
|
616
|
+
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
|
602
617
|
dependencies = [
|
603
618
|
"cfg-if",
|
604
|
-
"windows-targets",
|
605
|
-
]
|
606
|
-
|
607
|
-
[[package]]
|
608
|
-
name = "libredox"
|
609
|
-
version = "0.1.3"
|
610
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
611
|
-
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
612
|
-
dependencies = [
|
613
|
-
"bitflags",
|
614
|
-
"libc",
|
619
|
+
"windows-targets 0.53.0",
|
615
620
|
]
|
616
621
|
|
617
622
|
[[package]]
|
618
623
|
name = "lock_api"
|
619
|
-
version = "0.4.
|
624
|
+
version = "0.4.13"
|
620
625
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
621
|
-
checksum = "
|
626
|
+
checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
|
622
627
|
dependencies = [
|
623
628
|
"autocfg",
|
624
629
|
"scopeguard",
|
@@ -626,24 +631,24 @@ dependencies = [
|
|
626
631
|
|
627
632
|
[[package]]
|
628
633
|
name = "log"
|
629
|
-
version = "0.4.
|
634
|
+
version = "0.4.27"
|
630
635
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
631
|
-
checksum = "
|
636
|
+
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
632
637
|
|
633
638
|
[[package]]
|
634
639
|
name = "logos"
|
635
|
-
version = "0.
|
640
|
+
version = "0.15.0"
|
636
641
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
637
|
-
checksum = "
|
642
|
+
checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
|
638
643
|
dependencies = [
|
639
644
|
"logos-derive",
|
640
645
|
]
|
641
646
|
|
642
647
|
[[package]]
|
643
648
|
name = "logos-codegen"
|
644
|
-
version = "0.
|
649
|
+
version = "0.15.0"
|
645
650
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
646
|
-
checksum = "
|
651
|
+
checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
|
647
652
|
dependencies = [
|
648
653
|
"beef",
|
649
654
|
"fnv",
|
@@ -651,23 +656,24 @@ dependencies = [
|
|
651
656
|
"proc-macro2",
|
652
657
|
"quote",
|
653
658
|
"regex-syntax",
|
659
|
+
"rustc_version",
|
654
660
|
"syn",
|
655
661
|
]
|
656
662
|
|
657
663
|
[[package]]
|
658
664
|
name = "logos-derive"
|
659
|
-
version = "0.
|
665
|
+
version = "0.15.0"
|
660
666
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
661
|
-
checksum = "
|
667
|
+
checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
|
662
668
|
dependencies = [
|
663
669
|
"logos-codegen",
|
664
670
|
]
|
665
671
|
|
666
672
|
[[package]]
|
667
673
|
name = "magnus"
|
668
|
-
version = "0.
|
674
|
+
version = "0.7.1"
|
669
675
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
670
|
-
checksum = "
|
676
|
+
checksum = "3d87ae53030f3a22e83879e666cb94e58a7bdf31706878a0ba48752994146dab"
|
671
677
|
dependencies = [
|
672
678
|
"magnus-macros",
|
673
679
|
"rb-sys",
|
@@ -694,22 +700,21 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
694
700
|
|
695
701
|
[[package]]
|
696
702
|
name = "miette"
|
697
|
-
version = "7.
|
703
|
+
version = "7.6.0"
|
698
704
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
699
|
-
checksum = "
|
705
|
+
checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
|
700
706
|
dependencies = [
|
701
707
|
"cfg-if",
|
702
708
|
"miette-derive",
|
703
709
|
"serde",
|
704
|
-
"thiserror",
|
705
710
|
"unicode-width",
|
706
711
|
]
|
707
712
|
|
708
713
|
[[package]]
|
709
714
|
name = "miette-derive"
|
710
|
-
version = "7.
|
715
|
+
version = "7.6.0"
|
711
716
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
712
|
-
checksum = "
|
717
|
+
checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
|
713
718
|
dependencies = [
|
714
719
|
"proc-macro2",
|
715
720
|
"quote",
|
@@ -743,6 +748,9 @@ name = "nonempty"
|
|
743
748
|
version = "0.10.0"
|
744
749
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
745
750
|
checksum = "303e8749c804ccd6ca3b428de7fe0d86cb86bc7606bc15291f100fd487960bb8"
|
751
|
+
dependencies = [
|
752
|
+
"serde",
|
753
|
+
]
|
746
754
|
|
747
755
|
[[package]]
|
748
756
|
name = "num-conv"
|
@@ -761,15 +769,15 @@ dependencies = [
|
|
761
769
|
|
762
770
|
[[package]]
|
763
771
|
name = "once_cell"
|
764
|
-
version = "1.
|
772
|
+
version = "1.21.3"
|
765
773
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
766
|
-
checksum = "
|
774
|
+
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
767
775
|
|
768
776
|
[[package]]
|
769
777
|
name = "parking_lot"
|
770
|
-
version = "0.12.
|
778
|
+
version = "0.12.4"
|
771
779
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
772
|
-
checksum = "
|
780
|
+
checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
|
773
781
|
dependencies = [
|
774
782
|
"lock_api",
|
775
783
|
"parking_lot_core",
|
@@ -777,32 +785,32 @@ dependencies = [
|
|
777
785
|
|
778
786
|
[[package]]
|
779
787
|
name = "parking_lot_core"
|
780
|
-
version = "0.9.
|
788
|
+
version = "0.9.11"
|
781
789
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
782
|
-
checksum = "
|
790
|
+
checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
|
783
791
|
dependencies = [
|
784
792
|
"cfg-if",
|
785
793
|
"libc",
|
786
794
|
"redox_syscall",
|
787
795
|
"smallvec",
|
788
|
-
"windows-targets",
|
796
|
+
"windows-targets 0.52.6",
|
789
797
|
]
|
790
798
|
|
791
799
|
[[package]]
|
792
800
|
name = "petgraph"
|
793
|
-
version = "0.
|
801
|
+
version = "0.7.1"
|
794
802
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
795
|
-
checksum = "
|
803
|
+
checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"
|
796
804
|
dependencies = [
|
797
805
|
"fixedbitset",
|
798
|
-
"indexmap 2.
|
806
|
+
"indexmap 2.9.0",
|
799
807
|
]
|
800
808
|
|
801
809
|
[[package]]
|
802
810
|
name = "phf_shared"
|
803
|
-
version = "0.
|
811
|
+
version = "0.11.3"
|
804
812
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
805
|
-
checksum = "
|
813
|
+
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
|
806
814
|
dependencies = [
|
807
815
|
"siphasher",
|
808
816
|
]
|
@@ -827,9 +835,9 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
827
835
|
|
828
836
|
[[package]]
|
829
837
|
name = "pretty"
|
830
|
-
version = "0.12.
|
838
|
+
version = "0.12.4"
|
831
839
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
832
|
-
checksum = "
|
840
|
+
checksum = "ac98773b7109bc75f475ab5a134c9b64b87e59d776d31098d8f346922396a477"
|
833
841
|
dependencies = [
|
834
842
|
"arrayvec",
|
835
843
|
"typed-arena",
|
@@ -838,45 +846,45 @@ dependencies = [
|
|
838
846
|
|
839
847
|
[[package]]
|
840
848
|
name = "proc-macro2"
|
841
|
-
version = "1.0.
|
849
|
+
version = "1.0.95"
|
842
850
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
843
|
-
checksum = "
|
851
|
+
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
844
852
|
dependencies = [
|
845
853
|
"unicode-ident",
|
846
854
|
]
|
847
855
|
|
848
856
|
[[package]]
|
849
857
|
name = "psm"
|
850
|
-
version = "0.1.
|
858
|
+
version = "0.1.26"
|
851
859
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
852
|
-
checksum = "
|
860
|
+
checksum = "6e944464ec8536cd1beb0bbfd96987eb5e3b72f2ecdafdc5c769a37f1fa2ae1f"
|
853
861
|
dependencies = [
|
854
862
|
"cc",
|
855
863
|
]
|
856
864
|
|
857
865
|
[[package]]
|
858
866
|
name = "quote"
|
859
|
-
version = "1.0.
|
867
|
+
version = "1.0.40"
|
860
868
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
861
|
-
checksum = "
|
869
|
+
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
862
870
|
dependencies = [
|
863
871
|
"proc-macro2",
|
864
872
|
]
|
865
873
|
|
866
874
|
[[package]]
|
867
875
|
name = "rb-sys"
|
868
|
-
version = "0.9.
|
876
|
+
version = "0.9.116"
|
869
877
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
870
|
-
checksum = "
|
878
|
+
checksum = "7059846f68396df83155779c75336ca24567741cb95256e6308c9fcc370e8dad"
|
871
879
|
dependencies = [
|
872
880
|
"rb-sys-build",
|
873
881
|
]
|
874
882
|
|
875
883
|
[[package]]
|
876
884
|
name = "rb-sys-build"
|
877
|
-
version = "0.9.
|
885
|
+
version = "0.9.116"
|
878
886
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
879
|
-
checksum = "
|
887
|
+
checksum = "ac217510df41b9ffc041573e68d7a02aaff770c49943c7494441c4b224b0ecd0"
|
880
888
|
dependencies = [
|
881
889
|
"bindgen",
|
882
890
|
"lazy_static",
|
@@ -895,38 +903,27 @@ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
|
895
903
|
|
896
904
|
[[package]]
|
897
905
|
name = "redox_syscall"
|
898
|
-
version = "0.5.
|
906
|
+
version = "0.5.12"
|
899
907
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
900
|
-
checksum = "
|
908
|
+
checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af"
|
901
909
|
dependencies = [
|
902
910
|
"bitflags",
|
903
911
|
]
|
904
912
|
|
905
|
-
[[package]]
|
906
|
-
name = "redox_users"
|
907
|
-
version = "0.4.6"
|
908
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
909
|
-
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
910
|
-
dependencies = [
|
911
|
-
"getrandom",
|
912
|
-
"libredox",
|
913
|
-
"thiserror",
|
914
|
-
]
|
915
|
-
|
916
913
|
[[package]]
|
917
914
|
name = "ref-cast"
|
918
|
-
version = "1.0.
|
915
|
+
version = "1.0.24"
|
919
916
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
920
|
-
checksum = "
|
917
|
+
checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
|
921
918
|
dependencies = [
|
922
919
|
"ref-cast-impl",
|
923
920
|
]
|
924
921
|
|
925
922
|
[[package]]
|
926
923
|
name = "ref-cast-impl"
|
927
|
-
version = "1.0.
|
924
|
+
version = "1.0.24"
|
928
925
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
929
|
-
checksum = "
|
926
|
+
checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
|
930
927
|
dependencies = [
|
931
928
|
"proc-macro2",
|
932
929
|
"quote",
|
@@ -935,9 +932,9 @@ dependencies = [
|
|
935
932
|
|
936
933
|
[[package]]
|
937
934
|
name = "regex"
|
938
|
-
version = "1.11.
|
935
|
+
version = "1.11.1"
|
939
936
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
940
|
-
checksum = "
|
937
|
+
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
941
938
|
dependencies = [
|
942
939
|
"aho-corasick",
|
943
940
|
"memchr",
|
@@ -947,9 +944,9 @@ dependencies = [
|
|
947
944
|
|
948
945
|
[[package]]
|
949
946
|
name = "regex-automata"
|
950
|
-
version = "0.4.
|
947
|
+
version = "0.4.9"
|
951
948
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
952
|
-
checksum = "
|
949
|
+
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
953
950
|
dependencies = [
|
954
951
|
"aho-corasick",
|
955
952
|
"memchr",
|
@@ -977,17 +974,26 @@ dependencies = [
|
|
977
974
|
"unicode-xid",
|
978
975
|
]
|
979
976
|
|
977
|
+
[[package]]
|
978
|
+
name = "rustc_version"
|
979
|
+
version = "0.4.1"
|
980
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
981
|
+
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
982
|
+
dependencies = [
|
983
|
+
"semver",
|
984
|
+
]
|
985
|
+
|
980
986
|
[[package]]
|
981
987
|
name = "rustversion"
|
982
|
-
version = "1.0.
|
988
|
+
version = "1.0.21"
|
983
989
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
984
|
-
checksum = "
|
990
|
+
checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
|
985
991
|
|
986
992
|
[[package]]
|
987
993
|
name = "ryu"
|
988
|
-
version = "1.0.
|
994
|
+
version = "1.0.20"
|
989
995
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
990
|
-
checksum = "
|
996
|
+
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
991
997
|
|
992
998
|
[[package]]
|
993
999
|
name = "same-file"
|
@@ -1006,30 +1012,30 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
1006
1012
|
|
1007
1013
|
[[package]]
|
1008
1014
|
name = "semver"
|
1009
|
-
version = "1.0.
|
1015
|
+
version = "1.0.26"
|
1010
1016
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1011
|
-
checksum = "
|
1017
|
+
checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
|
1012
1018
|
|
1013
1019
|
[[package]]
|
1014
1020
|
name = "seq-macro"
|
1015
|
-
version = "0.3.
|
1021
|
+
version = "0.3.6"
|
1016
1022
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1017
|
-
checksum = "
|
1023
|
+
checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
1018
1024
|
|
1019
1025
|
[[package]]
|
1020
1026
|
name = "serde"
|
1021
|
-
version = "1.0.
|
1027
|
+
version = "1.0.219"
|
1022
1028
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1023
|
-
checksum = "
|
1029
|
+
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
1024
1030
|
dependencies = [
|
1025
1031
|
"serde_derive",
|
1026
1032
|
]
|
1027
1033
|
|
1028
1034
|
[[package]]
|
1029
1035
|
name = "serde_derive"
|
1030
|
-
version = "1.0.
|
1036
|
+
version = "1.0.219"
|
1031
1037
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1032
|
-
checksum = "
|
1038
|
+
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
1033
1039
|
dependencies = [
|
1034
1040
|
"proc-macro2",
|
1035
1041
|
"quote",
|
@@ -1038,11 +1044,11 @@ dependencies = [
|
|
1038
1044
|
|
1039
1045
|
[[package]]
|
1040
1046
|
name = "serde_json"
|
1041
|
-
version = "1.0.
|
1047
|
+
version = "1.0.140"
|
1042
1048
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1043
|
-
checksum = "
|
1049
|
+
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
1044
1050
|
dependencies = [
|
1045
|
-
"indexmap 2.
|
1051
|
+
"indexmap 2.9.0",
|
1046
1052
|
"itoa",
|
1047
1053
|
"memchr",
|
1048
1054
|
"ryu",
|
@@ -1051,9 +1057,9 @@ dependencies = [
|
|
1051
1057
|
|
1052
1058
|
[[package]]
|
1053
1059
|
name = "serde_magnus"
|
1054
|
-
version = "0.
|
1060
|
+
version = "0.9.0"
|
1055
1061
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1056
|
-
checksum = "
|
1062
|
+
checksum = "51b8b945a2dadb221f1c5490cfb411cab6c3821446b8eca50ee07e5a3893ec51"
|
1057
1063
|
dependencies = [
|
1058
1064
|
"magnus",
|
1059
1065
|
"serde",
|
@@ -1062,15 +1068,15 @@ dependencies = [
|
|
1062
1068
|
|
1063
1069
|
[[package]]
|
1064
1070
|
name = "serde_with"
|
1065
|
-
version = "3.
|
1071
|
+
version = "3.12.0"
|
1066
1072
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1067
|
-
checksum = "
|
1073
|
+
checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa"
|
1068
1074
|
dependencies = [
|
1069
1075
|
"base64",
|
1070
1076
|
"chrono",
|
1071
1077
|
"hex",
|
1072
1078
|
"indexmap 1.9.3",
|
1073
|
-
"indexmap 2.
|
1079
|
+
"indexmap 2.9.0",
|
1074
1080
|
"serde",
|
1075
1081
|
"serde_derive",
|
1076
1082
|
"serde_json",
|
@@ -1080,9 +1086,9 @@ dependencies = [
|
|
1080
1086
|
|
1081
1087
|
[[package]]
|
1082
1088
|
name = "serde_with_macros"
|
1083
|
-
version = "3.
|
1089
|
+
version = "3.12.0"
|
1084
1090
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1085
|
-
checksum = "
|
1091
|
+
checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e"
|
1086
1092
|
dependencies = [
|
1087
1093
|
"darling",
|
1088
1094
|
"proc-macro2",
|
@@ -1114,21 +1120,21 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
1114
1120
|
|
1115
1121
|
[[package]]
|
1116
1122
|
name = "siphasher"
|
1117
|
-
version = "0.
|
1123
|
+
version = "1.0.1"
|
1118
1124
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1119
|
-
checksum = "
|
1125
|
+
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
1120
1126
|
|
1121
1127
|
[[package]]
|
1122
1128
|
name = "smallvec"
|
1123
|
-
version = "1.
|
1129
|
+
version = "1.15.1"
|
1124
1130
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1125
|
-
checksum = "
|
1131
|
+
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
1126
1132
|
|
1127
1133
|
[[package]]
|
1128
1134
|
name = "smol_str"
|
1129
|
-
version = "0.3.
|
1135
|
+
version = "0.3.2"
|
1130
1136
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1131
|
-
checksum = "
|
1137
|
+
checksum = "9676b89cd56310a87b93dec47b11af744f34d5fc9f367b829474eec0a891350d"
|
1132
1138
|
dependencies = [
|
1133
1139
|
"borsh",
|
1134
1140
|
"serde",
|
@@ -1136,9 +1142,9 @@ dependencies = [
|
|
1136
1142
|
|
1137
1143
|
[[package]]
|
1138
1144
|
name = "stacker"
|
1139
|
-
version = "0.1.
|
1145
|
+
version = "0.1.21"
|
1140
1146
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1141
|
-
checksum = "
|
1147
|
+
checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b"
|
1142
1148
|
dependencies = [
|
1143
1149
|
"cc",
|
1144
1150
|
"cfg-if",
|
@@ -1149,12 +1155,11 @@ dependencies = [
|
|
1149
1155
|
|
1150
1156
|
[[package]]
|
1151
1157
|
name = "string_cache"
|
1152
|
-
version = "0.8.
|
1158
|
+
version = "0.8.9"
|
1153
1159
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1154
|
-
checksum = "
|
1160
|
+
checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
|
1155
1161
|
dependencies = [
|
1156
1162
|
"new_debug_unreachable",
|
1157
|
-
"once_cell",
|
1158
1163
|
"parking_lot",
|
1159
1164
|
"phf_shared",
|
1160
1165
|
"precomputed-hash",
|
@@ -1168,9 +1173,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
1168
1173
|
|
1169
1174
|
[[package]]
|
1170
1175
|
name = "syn"
|
1171
|
-
version = "2.0.
|
1176
|
+
version = "2.0.102"
|
1172
1177
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1173
|
-
checksum = "
|
1178
|
+
checksum = "f6397daf94fa90f058bd0fd88429dd9e5738999cca8d701813c80723add80462"
|
1174
1179
|
dependencies = [
|
1175
1180
|
"proc-macro2",
|
1176
1181
|
"quote",
|
@@ -1185,29 +1190,28 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
1185
1190
|
|
1186
1191
|
[[package]]
|
1187
1192
|
name = "term"
|
1188
|
-
version = "0.
|
1193
|
+
version = "1.0.2"
|
1189
1194
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1190
|
-
checksum = "
|
1195
|
+
checksum = "8a984c8d058c627faaf5e8e2ed493fa3c51771889196de1016cf9c1c6e90d750"
|
1191
1196
|
dependencies = [
|
1192
|
-
"
|
1193
|
-
"
|
1194
|
-
"winapi",
|
1197
|
+
"home",
|
1198
|
+
"windows-sys",
|
1195
1199
|
]
|
1196
1200
|
|
1197
1201
|
[[package]]
|
1198
1202
|
name = "thiserror"
|
1199
|
-
version = "
|
1203
|
+
version = "2.0.12"
|
1200
1204
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1201
|
-
checksum = "
|
1205
|
+
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
1202
1206
|
dependencies = [
|
1203
1207
|
"thiserror-impl",
|
1204
1208
|
]
|
1205
1209
|
|
1206
1210
|
[[package]]
|
1207
1211
|
name = "thiserror-impl"
|
1208
|
-
version = "
|
1212
|
+
version = "2.0.12"
|
1209
1213
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1210
|
-
checksum = "
|
1214
|
+
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
1211
1215
|
dependencies = [
|
1212
1216
|
"proc-macro2",
|
1213
1217
|
"quote",
|
@@ -1216,9 +1220,9 @@ dependencies = [
|
|
1216
1220
|
|
1217
1221
|
[[package]]
|
1218
1222
|
name = "time"
|
1219
|
-
version = "0.3.
|
1223
|
+
version = "0.3.41"
|
1220
1224
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1221
|
-
checksum = "
|
1225
|
+
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
|
1222
1226
|
dependencies = [
|
1223
1227
|
"deranged",
|
1224
1228
|
"itoa",
|
@@ -1231,15 +1235,15 @@ dependencies = [
|
|
1231
1235
|
|
1232
1236
|
[[package]]
|
1233
1237
|
name = "time-core"
|
1234
|
-
version = "0.1.
|
1238
|
+
version = "0.1.4"
|
1235
1239
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1236
|
-
checksum = "
|
1240
|
+
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
|
1237
1241
|
|
1238
1242
|
[[package]]
|
1239
1243
|
name = "time-macros"
|
1240
|
-
version = "0.2.
|
1244
|
+
version = "0.2.22"
|
1241
1245
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1242
|
-
checksum = "
|
1246
|
+
checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
|
1243
1247
|
dependencies = [
|
1244
1248
|
"num-conv",
|
1245
1249
|
"time-core",
|
@@ -1247,9 +1251,9 @@ dependencies = [
|
|
1247
1251
|
|
1248
1252
|
[[package]]
|
1249
1253
|
name = "tinyvec"
|
1250
|
-
version = "1.
|
1254
|
+
version = "1.9.0"
|
1251
1255
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1252
|
-
checksum = "
|
1256
|
+
checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
|
1253
1257
|
dependencies = [
|
1254
1258
|
"tinyvec_macros",
|
1255
1259
|
]
|
@@ -1268,15 +1272,15 @@ checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
|
|
1268
1272
|
|
1269
1273
|
[[package]]
|
1270
1274
|
name = "typenum"
|
1271
|
-
version = "1.
|
1275
|
+
version = "1.18.0"
|
1272
1276
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1273
|
-
checksum = "
|
1277
|
+
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
|
1274
1278
|
|
1275
1279
|
[[package]]
|
1276
1280
|
name = "unicode-ident"
|
1277
|
-
version = "1.0.
|
1281
|
+
version = "1.0.18"
|
1278
1282
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1279
|
-
checksum = "
|
1283
|
+
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
1280
1284
|
|
1281
1285
|
[[package]]
|
1282
1286
|
name = "unicode-normalization"
|
@@ -1331,32 +1335,26 @@ dependencies = [
|
|
1331
1335
|
"winapi-util",
|
1332
1336
|
]
|
1333
1337
|
|
1334
|
-
[[package]]
|
1335
|
-
name = "wasi"
|
1336
|
-
version = "0.11.0+wasi-snapshot-preview1"
|
1337
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1338
|
-
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
1339
|
-
|
1340
1338
|
[[package]]
|
1341
1339
|
name = "wasm-bindgen"
|
1342
|
-
version = "0.2.
|
1340
|
+
version = "0.2.100"
|
1343
1341
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1344
|
-
checksum = "
|
1342
|
+
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
1345
1343
|
dependencies = [
|
1346
1344
|
"cfg-if",
|
1347
1345
|
"once_cell",
|
1346
|
+
"rustversion",
|
1348
1347
|
"wasm-bindgen-macro",
|
1349
1348
|
]
|
1350
1349
|
|
1351
1350
|
[[package]]
|
1352
1351
|
name = "wasm-bindgen-backend"
|
1353
|
-
version = "0.2.
|
1352
|
+
version = "0.2.100"
|
1354
1353
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1355
|
-
checksum = "
|
1354
|
+
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
1356
1355
|
dependencies = [
|
1357
1356
|
"bumpalo",
|
1358
1357
|
"log",
|
1359
|
-
"once_cell",
|
1360
1358
|
"proc-macro2",
|
1361
1359
|
"quote",
|
1362
1360
|
"syn",
|
@@ -1365,9 +1363,9 @@ dependencies = [
|
|
1365
1363
|
|
1366
1364
|
[[package]]
|
1367
1365
|
name = "wasm-bindgen-macro"
|
1368
|
-
version = "0.2.
|
1366
|
+
version = "0.2.100"
|
1369
1367
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1370
|
-
checksum = "
|
1368
|
+
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
1371
1369
|
dependencies = [
|
1372
1370
|
"quote",
|
1373
1371
|
"wasm-bindgen-macro-support",
|
@@ -1375,9 +1373,9 @@ dependencies = [
|
|
1375
1373
|
|
1376
1374
|
[[package]]
|
1377
1375
|
name = "wasm-bindgen-macro-support"
|
1378
|
-
version = "0.2.
|
1376
|
+
version = "0.2.100"
|
1379
1377
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1380
|
-
checksum = "
|
1378
|
+
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
1381
1379
|
dependencies = [
|
1382
1380
|
"proc-macro2",
|
1383
1381
|
"quote",
|
@@ -1388,48 +1386,79 @@ dependencies = [
|
|
1388
1386
|
|
1389
1387
|
[[package]]
|
1390
1388
|
name = "wasm-bindgen-shared"
|
1391
|
-
version = "0.2.
|
1389
|
+
version = "0.2.100"
|
1392
1390
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1393
|
-
checksum = "
|
1391
|
+
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
1392
|
+
dependencies = [
|
1393
|
+
"unicode-ident",
|
1394
|
+
]
|
1394
1395
|
|
1395
1396
|
[[package]]
|
1396
|
-
name = "winapi"
|
1397
|
-
version = "0.
|
1397
|
+
name = "winapi-util"
|
1398
|
+
version = "0.1.9"
|
1398
1399
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1399
|
-
checksum = "
|
1400
|
+
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
1400
1401
|
dependencies = [
|
1401
|
-
"
|
1402
|
-
"winapi-x86_64-pc-windows-gnu",
|
1402
|
+
"windows-sys",
|
1403
1403
|
]
|
1404
1404
|
|
1405
1405
|
[[package]]
|
1406
|
-
name = "
|
1407
|
-
version = "0.
|
1406
|
+
name = "windows-core"
|
1407
|
+
version = "0.61.2"
|
1408
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1409
|
+
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
|
1410
|
+
dependencies = [
|
1411
|
+
"windows-implement",
|
1412
|
+
"windows-interface",
|
1413
|
+
"windows-link",
|
1414
|
+
"windows-result",
|
1415
|
+
"windows-strings",
|
1416
|
+
]
|
1417
|
+
|
1418
|
+
[[package]]
|
1419
|
+
name = "windows-implement"
|
1420
|
+
version = "0.60.0"
|
1408
1421
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1409
|
-
checksum = "
|
1422
|
+
checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
|
1423
|
+
dependencies = [
|
1424
|
+
"proc-macro2",
|
1425
|
+
"quote",
|
1426
|
+
"syn",
|
1427
|
+
]
|
1410
1428
|
|
1411
1429
|
[[package]]
|
1412
|
-
name = "
|
1413
|
-
version = "0.1
|
1430
|
+
name = "windows-interface"
|
1431
|
+
version = "0.59.1"
|
1414
1432
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1415
|
-
checksum = "
|
1433
|
+
checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
|
1416
1434
|
dependencies = [
|
1417
|
-
"
|
1435
|
+
"proc-macro2",
|
1436
|
+
"quote",
|
1437
|
+
"syn",
|
1418
1438
|
]
|
1419
1439
|
|
1420
1440
|
[[package]]
|
1421
|
-
name = "
|
1422
|
-
version = "0.
|
1441
|
+
name = "windows-link"
|
1442
|
+
version = "0.1.1"
|
1423
1443
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1424
|
-
checksum = "
|
1444
|
+
checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
|
1425
1445
|
|
1426
1446
|
[[package]]
|
1427
|
-
name = "windows-
|
1428
|
-
version = "0.
|
1447
|
+
name = "windows-result"
|
1448
|
+
version = "0.3.4"
|
1429
1449
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1430
|
-
checksum = "
|
1450
|
+
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
|
1431
1451
|
dependencies = [
|
1432
|
-
"windows-
|
1452
|
+
"windows-link",
|
1453
|
+
]
|
1454
|
+
|
1455
|
+
[[package]]
|
1456
|
+
name = "windows-strings"
|
1457
|
+
version = "0.4.2"
|
1458
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1459
|
+
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
|
1460
|
+
dependencies = [
|
1461
|
+
"windows-link",
|
1433
1462
|
]
|
1434
1463
|
|
1435
1464
|
[[package]]
|
@@ -1438,7 +1467,7 @@ version = "0.59.0"
|
|
1438
1467
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1439
1468
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
1440
1469
|
dependencies = [
|
1441
|
-
"windows-targets",
|
1470
|
+
"windows-targets 0.52.6",
|
1442
1471
|
]
|
1443
1472
|
|
1444
1473
|
[[package]]
|
@@ -1447,14 +1476,30 @@ version = "0.52.6"
|
|
1447
1476
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1448
1477
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
1449
1478
|
dependencies = [
|
1450
|
-
"windows_aarch64_gnullvm",
|
1451
|
-
"windows_aarch64_msvc",
|
1452
|
-
"windows_i686_gnu",
|
1453
|
-
"windows_i686_gnullvm",
|
1454
|
-
"windows_i686_msvc",
|
1455
|
-
"windows_x86_64_gnu",
|
1456
|
-
"windows_x86_64_gnullvm",
|
1457
|
-
"windows_x86_64_msvc",
|
1479
|
+
"windows_aarch64_gnullvm 0.52.6",
|
1480
|
+
"windows_aarch64_msvc 0.52.6",
|
1481
|
+
"windows_i686_gnu 0.52.6",
|
1482
|
+
"windows_i686_gnullvm 0.52.6",
|
1483
|
+
"windows_i686_msvc 0.52.6",
|
1484
|
+
"windows_x86_64_gnu 0.52.6",
|
1485
|
+
"windows_x86_64_gnullvm 0.52.6",
|
1486
|
+
"windows_x86_64_msvc 0.52.6",
|
1487
|
+
]
|
1488
|
+
|
1489
|
+
[[package]]
|
1490
|
+
name = "windows-targets"
|
1491
|
+
version = "0.53.0"
|
1492
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1493
|
+
checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
|
1494
|
+
dependencies = [
|
1495
|
+
"windows_aarch64_gnullvm 0.53.0",
|
1496
|
+
"windows_aarch64_msvc 0.53.0",
|
1497
|
+
"windows_i686_gnu 0.53.0",
|
1498
|
+
"windows_i686_gnullvm 0.53.0",
|
1499
|
+
"windows_i686_msvc 0.53.0",
|
1500
|
+
"windows_x86_64_gnu 0.53.0",
|
1501
|
+
"windows_x86_64_gnullvm 0.53.0",
|
1502
|
+
"windows_x86_64_msvc 0.53.0",
|
1458
1503
|
]
|
1459
1504
|
|
1460
1505
|
[[package]]
|
@@ -1463,44 +1508,92 @@ version = "0.52.6"
|
|
1463
1508
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1464
1509
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
1465
1510
|
|
1511
|
+
[[package]]
|
1512
|
+
name = "windows_aarch64_gnullvm"
|
1513
|
+
version = "0.53.0"
|
1514
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1515
|
+
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
|
1516
|
+
|
1466
1517
|
[[package]]
|
1467
1518
|
name = "windows_aarch64_msvc"
|
1468
1519
|
version = "0.52.6"
|
1469
1520
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1470
1521
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
1471
1522
|
|
1523
|
+
[[package]]
|
1524
|
+
name = "windows_aarch64_msvc"
|
1525
|
+
version = "0.53.0"
|
1526
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1527
|
+
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
1528
|
+
|
1472
1529
|
[[package]]
|
1473
1530
|
name = "windows_i686_gnu"
|
1474
1531
|
version = "0.52.6"
|
1475
1532
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1476
1533
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
1477
1534
|
|
1535
|
+
[[package]]
|
1536
|
+
name = "windows_i686_gnu"
|
1537
|
+
version = "0.53.0"
|
1538
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1539
|
+
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
|
1540
|
+
|
1478
1541
|
[[package]]
|
1479
1542
|
name = "windows_i686_gnullvm"
|
1480
1543
|
version = "0.52.6"
|
1481
1544
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1482
1545
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
1483
1546
|
|
1547
|
+
[[package]]
|
1548
|
+
name = "windows_i686_gnullvm"
|
1549
|
+
version = "0.53.0"
|
1550
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1551
|
+
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
|
1552
|
+
|
1484
1553
|
[[package]]
|
1485
1554
|
name = "windows_i686_msvc"
|
1486
1555
|
version = "0.52.6"
|
1487
1556
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1488
1557
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
1489
1558
|
|
1559
|
+
[[package]]
|
1560
|
+
name = "windows_i686_msvc"
|
1561
|
+
version = "0.53.0"
|
1562
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1563
|
+
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
|
1564
|
+
|
1490
1565
|
[[package]]
|
1491
1566
|
name = "windows_x86_64_gnu"
|
1492
1567
|
version = "0.52.6"
|
1493
1568
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1494
1569
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
1495
1570
|
|
1571
|
+
[[package]]
|
1572
|
+
name = "windows_x86_64_gnu"
|
1573
|
+
version = "0.53.0"
|
1574
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1575
|
+
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
|
1576
|
+
|
1496
1577
|
[[package]]
|
1497
1578
|
name = "windows_x86_64_gnullvm"
|
1498
1579
|
version = "0.52.6"
|
1499
1580
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1500
1581
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
1501
1582
|
|
1583
|
+
[[package]]
|
1584
|
+
name = "windows_x86_64_gnullvm"
|
1585
|
+
version = "0.53.0"
|
1586
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1587
|
+
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
|
1588
|
+
|
1502
1589
|
[[package]]
|
1503
1590
|
name = "windows_x86_64_msvc"
|
1504
1591
|
version = "0.52.6"
|
1505
1592
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1506
1593
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
1594
|
+
|
1595
|
+
[[package]]
|
1596
|
+
name = "windows_x86_64_msvc"
|
1597
|
+
version = "0.53.0"
|
1598
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1599
|
+
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|