pyroscope 0.5.2-arm64-darwin → 0.5.4-arm64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ext/rbspy/Cargo.lock +325 -389
- data/ext/rbspy/Cargo.toml +1 -0
- data/ext/rbspy/src/lib.rs +63 -4
- data/ext/thread_id/Cargo.lock +233 -36
- data/lib/pyroscope/version.rb +1 -1
- data/lib/pyroscope.rb +20 -2
- data/lib/rbspy/rbspy.bundle +0 -0
- data/lib/thread_id/thread_id.bundle +0 -0
- metadata +2 -2
data/ext/rbspy/Cargo.lock
CHANGED
@@ -42,9 +42,9 @@ dependencies = [
|
|
42
42
|
|
43
43
|
[[package]]
|
44
44
|
name = "aho-corasick"
|
45
|
-
version = "0.
|
45
|
+
version = "1.0.1"
|
46
46
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
47
|
-
checksum = "
|
47
|
+
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
|
48
48
|
dependencies = [
|
49
49
|
"memchr",
|
50
50
|
]
|
@@ -69,9 +69,9 @@ dependencies = [
|
|
69
69
|
|
70
70
|
[[package]]
|
71
71
|
name = "anyhow"
|
72
|
-
version = "1.0.
|
72
|
+
version = "1.0.70"
|
73
73
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
74
|
-
checksum = "
|
74
|
+
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
|
75
75
|
|
76
76
|
[[package]]
|
77
77
|
name = "arrayvec"
|
@@ -92,25 +92,24 @@ dependencies = [
|
|
92
92
|
|
93
93
|
[[package]]
|
94
94
|
name = "async-lock"
|
95
|
-
version = "2.
|
95
|
+
version = "2.7.0"
|
96
96
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
97
|
-
checksum = "
|
97
|
+
checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
|
98
98
|
dependencies = [
|
99
99
|
"event-listener",
|
100
|
-
"futures-lite",
|
101
100
|
]
|
102
101
|
|
103
102
|
[[package]]
|
104
103
|
name = "async-task"
|
105
|
-
version = "4.
|
104
|
+
version = "4.4.0"
|
106
105
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
107
|
-
checksum = "
|
106
|
+
checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
|
108
107
|
|
109
108
|
[[package]]
|
110
109
|
name = "atomic-waker"
|
111
|
-
version = "1.1.
|
110
|
+
version = "1.1.1"
|
112
111
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
113
|
-
checksum = "
|
112
|
+
checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
|
114
113
|
|
115
114
|
[[package]]
|
116
115
|
name = "atty"
|
@@ -137,9 +136,9 @@ checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
|
137
136
|
|
138
137
|
[[package]]
|
139
138
|
name = "bincode"
|
140
|
-
version = "2.0.0-rc.
|
139
|
+
version = "2.0.0-rc.3"
|
141
140
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
142
|
-
checksum = "
|
141
|
+
checksum = "f11ea1a0346b94ef188834a65c068a03aec181c94896d481d7a0a40d85b0ce95"
|
143
142
|
dependencies = [
|
144
143
|
"bincode_derive",
|
145
144
|
"serde",
|
@@ -147,9 +146,9 @@ dependencies = [
|
|
147
146
|
|
148
147
|
[[package]]
|
149
148
|
name = "bincode_derive"
|
150
|
-
version = "2.0.0-rc.
|
149
|
+
version = "2.0.0-rc.3"
|
151
150
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
152
|
-
checksum = "
|
151
|
+
checksum = "7e30759b3b99a1b802a7a3aa21c85c3ded5c28e1c83170d82d70f08bbf7f3e4c"
|
153
152
|
dependencies = [
|
154
153
|
"virtue",
|
155
154
|
]
|
@@ -182,7 +181,7 @@ dependencies = [
|
|
182
181
|
"bitflags",
|
183
182
|
"cexpr",
|
184
183
|
"clang-sys",
|
185
|
-
"clap 3.2.
|
184
|
+
"clap 3.2.24",
|
186
185
|
"env_logger 0.9.3",
|
187
186
|
"lazy_static 1.4.0",
|
188
187
|
"lazycell",
|
@@ -204,9 +203,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
204
203
|
|
205
204
|
[[package]]
|
206
205
|
name = "blocking"
|
207
|
-
version = "1.3.
|
206
|
+
version = "1.3.1"
|
208
207
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
209
|
-
checksum = "
|
208
|
+
checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
|
210
209
|
dependencies = [
|
211
210
|
"async-channel",
|
212
211
|
"async-lock",
|
@@ -214,19 +213,20 @@ dependencies = [
|
|
214
213
|
"atomic-waker",
|
215
214
|
"fastrand",
|
216
215
|
"futures-lite",
|
216
|
+
"log",
|
217
217
|
]
|
218
218
|
|
219
219
|
[[package]]
|
220
220
|
name = "bumpalo"
|
221
|
-
version = "3.12.
|
221
|
+
version = "3.12.1"
|
222
222
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
223
|
-
checksum = "
|
223
|
+
checksum = "9b1ce199063694f33ffb7dd4e0ee620741495c32833cde5aa08f02a0bf96f0c8"
|
224
224
|
|
225
225
|
[[package]]
|
226
226
|
name = "bytemuck"
|
227
|
-
version = "1.13.
|
227
|
+
version = "1.13.1"
|
228
228
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
229
|
-
checksum = "
|
229
|
+
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
|
230
230
|
|
231
231
|
[[package]]
|
232
232
|
name = "bytes"
|
@@ -248,7 +248,7 @@ dependencies = [
|
|
248
248
|
"quote",
|
249
249
|
"serde",
|
250
250
|
"serde_json",
|
251
|
-
"syn",
|
251
|
+
"syn 1.0.109",
|
252
252
|
"tempfile",
|
253
253
|
"toml",
|
254
254
|
]
|
@@ -276,9 +276,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
276
276
|
|
277
277
|
[[package]]
|
278
278
|
name = "chrono"
|
279
|
-
version = "0.4.
|
279
|
+
version = "0.4.24"
|
280
280
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
281
|
-
checksum = "
|
281
|
+
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
|
282
282
|
dependencies = [
|
283
283
|
"iana-time-zone",
|
284
284
|
"js-sys",
|
@@ -291,9 +291,9 @@ dependencies = [
|
|
291
291
|
|
292
292
|
[[package]]
|
293
293
|
name = "clang-sys"
|
294
|
-
version = "1.6.
|
294
|
+
version = "1.6.1"
|
295
295
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
296
|
-
checksum = "
|
296
|
+
checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
|
297
297
|
dependencies = [
|
298
298
|
"glob",
|
299
299
|
"libc",
|
@@ -317,9 +317,9 @@ dependencies = [
|
|
317
317
|
|
318
318
|
[[package]]
|
319
319
|
name = "clap"
|
320
|
-
version = "3.2.
|
320
|
+
version = "3.2.24"
|
321
321
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
322
|
-
checksum = "
|
322
|
+
checksum = "eef2b3ded6a26dfaec672a742c93c8cf6b689220324da509ec5caa20de55dc83"
|
323
323
|
dependencies = [
|
324
324
|
"atty",
|
325
325
|
"bitflags",
|
@@ -334,15 +334,15 @@ dependencies = [
|
|
334
334
|
|
335
335
|
[[package]]
|
336
336
|
name = "clap_derive"
|
337
|
-
version = "3.2.
|
337
|
+
version = "3.2.24"
|
338
338
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
339
|
-
checksum = "
|
339
|
+
checksum = "d756c5824fc5c0c1ee8e36000f576968dbcb2081def956c83fad6f40acd46f96"
|
340
340
|
dependencies = [
|
341
341
|
"heck 0.4.1",
|
342
342
|
"proc-macro-error",
|
343
343
|
"proc-macro2",
|
344
344
|
"quote",
|
345
|
-
"syn",
|
345
|
+
"syn 1.0.109",
|
346
346
|
]
|
347
347
|
|
348
348
|
[[package]]
|
@@ -366,34 +366,24 @@ dependencies = [
|
|
366
366
|
|
367
367
|
[[package]]
|
368
368
|
name = "concurrent-queue"
|
369
|
-
version = "2.
|
369
|
+
version = "2.2.0"
|
370
370
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
371
|
-
checksum = "
|
371
|
+
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
|
372
372
|
dependencies = [
|
373
373
|
"crossbeam-utils",
|
374
374
|
]
|
375
375
|
|
376
|
-
[[package]]
|
377
|
-
name = "core-foundation"
|
378
|
-
version = "0.9.3"
|
379
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
380
|
-
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
381
|
-
dependencies = [
|
382
|
-
"core-foundation-sys",
|
383
|
-
"libc",
|
384
|
-
]
|
385
|
-
|
386
376
|
[[package]]
|
387
377
|
name = "core-foundation-sys"
|
388
|
-
version = "0.8.
|
378
|
+
version = "0.8.4"
|
389
379
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
390
|
-
checksum = "
|
380
|
+
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
391
381
|
|
392
382
|
[[package]]
|
393
383
|
name = "cpp_demangle"
|
394
|
-
version = "0.4.
|
384
|
+
version = "0.4.1"
|
395
385
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
396
|
-
checksum = "
|
386
|
+
checksum = "2c76f98bdfc7f66172e6c7065f981ebb576ffc903fe4c0561d9f0c2509226dc6"
|
397
387
|
dependencies = [
|
398
388
|
"cfg-if",
|
399
389
|
]
|
@@ -409,9 +399,9 @@ dependencies = [
|
|
409
399
|
|
410
400
|
[[package]]
|
411
401
|
name = "crossbeam-channel"
|
412
|
-
version = "0.5.
|
402
|
+
version = "0.5.8"
|
413
403
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
414
|
-
checksum = "
|
404
|
+
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
415
405
|
dependencies = [
|
416
406
|
"cfg-if",
|
417
407
|
"crossbeam-utils",
|
@@ -419,9 +409,9 @@ dependencies = [
|
|
419
409
|
|
420
410
|
[[package]]
|
421
411
|
name = "crossbeam-utils"
|
422
|
-
version = "0.8.
|
412
|
+
version = "0.8.15"
|
423
413
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
424
|
-
checksum = "
|
414
|
+
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
|
425
415
|
dependencies = [
|
426
416
|
"cfg-if",
|
427
417
|
]
|
@@ -438,9 +428,9 @@ dependencies = [
|
|
438
428
|
|
439
429
|
[[package]]
|
440
430
|
name = "cxx"
|
441
|
-
version = "1.0.
|
431
|
+
version = "1.0.94"
|
442
432
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
443
|
-
checksum = "
|
433
|
+
checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93"
|
444
434
|
dependencies = [
|
445
435
|
"cc",
|
446
436
|
"cxxbridge-flags",
|
@@ -450,9 +440,9 @@ dependencies = [
|
|
450
440
|
|
451
441
|
[[package]]
|
452
442
|
name = "cxx-build"
|
453
|
-
version = "1.0.
|
443
|
+
version = "1.0.94"
|
454
444
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
455
|
-
checksum = "
|
445
|
+
checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b"
|
456
446
|
dependencies = [
|
457
447
|
"cc",
|
458
448
|
"codespan-reporting",
|
@@ -460,24 +450,24 @@ dependencies = [
|
|
460
450
|
"proc-macro2",
|
461
451
|
"quote",
|
462
452
|
"scratch",
|
463
|
-
"syn",
|
453
|
+
"syn 2.0.15",
|
464
454
|
]
|
465
455
|
|
466
456
|
[[package]]
|
467
457
|
name = "cxxbridge-flags"
|
468
|
-
version = "1.0.
|
458
|
+
version = "1.0.94"
|
469
459
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
470
|
-
checksum = "
|
460
|
+
checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb"
|
471
461
|
|
472
462
|
[[package]]
|
473
463
|
name = "cxxbridge-macro"
|
474
|
-
version = "1.0.
|
464
|
+
version = "1.0.94"
|
475
465
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
476
|
-
checksum = "
|
466
|
+
checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5"
|
477
467
|
dependencies = [
|
478
468
|
"proc-macro2",
|
479
469
|
"quote",
|
480
|
-
"syn",
|
470
|
+
"syn 2.0.15",
|
481
471
|
]
|
482
472
|
|
483
473
|
[[package]]
|
@@ -578,6 +568,17 @@ dependencies = [
|
|
578
568
|
"winapi",
|
579
569
|
]
|
580
570
|
|
571
|
+
[[package]]
|
572
|
+
name = "errno"
|
573
|
+
version = "0.3.1"
|
574
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
575
|
+
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
576
|
+
dependencies = [
|
577
|
+
"errno-dragonfly",
|
578
|
+
"libc",
|
579
|
+
"windows-sys 0.48.0",
|
580
|
+
]
|
581
|
+
|
581
582
|
[[package]]
|
582
583
|
name = "errno-dragonfly"
|
583
584
|
version = "0.1.2"
|
@@ -636,21 +637,6 @@ version = "1.0.7"
|
|
636
637
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
637
638
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
638
639
|
|
639
|
-
[[package]]
|
640
|
-
name = "foreign-types"
|
641
|
-
version = "0.3.2"
|
642
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
643
|
-
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
644
|
-
dependencies = [
|
645
|
-
"foreign-types-shared",
|
646
|
-
]
|
647
|
-
|
648
|
-
[[package]]
|
649
|
-
name = "foreign-types-shared"
|
650
|
-
version = "0.1.1"
|
651
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
652
|
-
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
653
|
-
|
654
640
|
[[package]]
|
655
641
|
name = "form_urlencoded"
|
656
642
|
version = "1.1.0"
|
@@ -668,30 +654,30 @@ checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
|
668
654
|
|
669
655
|
[[package]]
|
670
656
|
name = "futures-channel"
|
671
|
-
version = "0.3.
|
657
|
+
version = "0.3.28"
|
672
658
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
673
|
-
checksum = "
|
659
|
+
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
674
660
|
dependencies = [
|
675
661
|
"futures-core",
|
676
662
|
]
|
677
663
|
|
678
664
|
[[package]]
|
679
665
|
name = "futures-core"
|
680
|
-
version = "0.3.
|
666
|
+
version = "0.3.28"
|
681
667
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
682
|
-
checksum = "
|
668
|
+
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
683
669
|
|
684
670
|
[[package]]
|
685
671
|
name = "futures-io"
|
686
|
-
version = "0.3.
|
672
|
+
version = "0.3.28"
|
687
673
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
688
|
-
checksum = "
|
674
|
+
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
689
675
|
|
690
676
|
[[package]]
|
691
677
|
name = "futures-lite"
|
692
|
-
version = "1.
|
678
|
+
version = "1.13.0"
|
693
679
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
694
|
-
checksum = "
|
680
|
+
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
695
681
|
dependencies = [
|
696
682
|
"fastrand",
|
697
683
|
"futures-core",
|
@@ -704,21 +690,21 @@ dependencies = [
|
|
704
690
|
|
705
691
|
[[package]]
|
706
692
|
name = "futures-sink"
|
707
|
-
version = "0.3.
|
693
|
+
version = "0.3.28"
|
708
694
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
709
|
-
checksum = "
|
695
|
+
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
710
696
|
|
711
697
|
[[package]]
|
712
698
|
name = "futures-task"
|
713
|
-
version = "0.3.
|
699
|
+
version = "0.3.28"
|
714
700
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
715
|
-
checksum = "
|
701
|
+
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
716
702
|
|
717
703
|
[[package]]
|
718
704
|
name = "futures-util"
|
719
|
-
version = "0.3.
|
705
|
+
version = "0.3.28"
|
720
706
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
721
|
-
checksum = "
|
707
|
+
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
722
708
|
dependencies = [
|
723
709
|
"futures-core",
|
724
710
|
"futures-io",
|
@@ -731,9 +717,9 @@ dependencies = [
|
|
731
717
|
|
732
718
|
[[package]]
|
733
719
|
name = "getrandom"
|
734
|
-
version = "0.2.
|
720
|
+
version = "0.2.9"
|
735
721
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
736
|
-
checksum = "
|
722
|
+
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
|
737
723
|
dependencies = [
|
738
724
|
"cfg-if",
|
739
725
|
"libc",
|
@@ -758,9 +744,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
758
744
|
|
759
745
|
[[package]]
|
760
746
|
name = "goblin"
|
761
|
-
version = "0.6.
|
747
|
+
version = "0.6.1"
|
762
748
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
763
|
-
checksum = "
|
749
|
+
checksum = "0d6b4de4a8eb6c46a8c77e1d3be942cb9a8bf073c22374578e5ba4b08ed0ff68"
|
764
750
|
dependencies = [
|
765
751
|
"log",
|
766
752
|
"plain",
|
@@ -769,9 +755,9 @@ dependencies = [
|
|
769
755
|
|
770
756
|
[[package]]
|
771
757
|
name = "h2"
|
772
|
-
version = "0.3.
|
758
|
+
version = "0.3.18"
|
773
759
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
774
|
-
checksum = "
|
760
|
+
checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21"
|
775
761
|
dependencies = [
|
776
762
|
"bytes",
|
777
763
|
"fnv",
|
@@ -882,9 +868,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
882
868
|
|
883
869
|
[[package]]
|
884
870
|
name = "hyper"
|
885
|
-
version = "0.14.
|
871
|
+
version = "0.14.26"
|
886
872
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
887
|
-
checksum = "
|
873
|
+
checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
|
888
874
|
dependencies = [
|
889
875
|
"bytes",
|
890
876
|
"futures-channel",
|
@@ -917,31 +903,18 @@ dependencies = [
|
|
917
903
|
"tokio-rustls",
|
918
904
|
]
|
919
905
|
|
920
|
-
[[package]]
|
921
|
-
name = "hyper-tls"
|
922
|
-
version = "0.5.0"
|
923
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
924
|
-
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
925
|
-
dependencies = [
|
926
|
-
"bytes",
|
927
|
-
"hyper",
|
928
|
-
"native-tls",
|
929
|
-
"tokio",
|
930
|
-
"tokio-native-tls",
|
931
|
-
]
|
932
|
-
|
933
906
|
[[package]]
|
934
907
|
name = "iana-time-zone"
|
935
|
-
version = "0.1.
|
908
|
+
version = "0.1.56"
|
936
909
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
937
|
-
checksum = "
|
910
|
+
checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
|
938
911
|
dependencies = [
|
939
912
|
"android_system_properties",
|
940
913
|
"core-foundation-sys",
|
941
914
|
"iana-time-zone-haiku",
|
942
915
|
"js-sys",
|
943
916
|
"wasm-bindgen",
|
944
|
-
"
|
917
|
+
"windows",
|
945
918
|
]
|
946
919
|
|
947
920
|
[[package]]
|
@@ -966,9 +939,9 @@ dependencies = [
|
|
966
939
|
|
967
940
|
[[package]]
|
968
941
|
name = "indexmap"
|
969
|
-
version = "1.9.
|
942
|
+
version = "1.9.3"
|
970
943
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
971
|
-
checksum = "
|
944
|
+
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
972
945
|
dependencies = [
|
973
946
|
"autocfg",
|
974
947
|
"hashbrown",
|
@@ -982,7 +955,7 @@ checksum = "d6e66fa9bb3c52f40d05c11b78919ff2f18993c2305bd8a62556d20cb3e9606f"
|
|
982
955
|
dependencies = [
|
983
956
|
"ahash",
|
984
957
|
"atty",
|
985
|
-
"clap 3.2.
|
958
|
+
"clap 3.2.24",
|
986
959
|
"crossbeam-channel",
|
987
960
|
"crossbeam-utils",
|
988
961
|
"dashmap",
|
@@ -1035,30 +1008,31 @@ checksum = "ae52f28f45ac2bc96edb7714de995cffc174a395fb0abf5bff453587c980d7b9"
|
|
1035
1008
|
|
1036
1009
|
[[package]]
|
1037
1010
|
name = "io-lifetimes"
|
1038
|
-
version = "1.0.
|
1011
|
+
version = "1.0.10"
|
1039
1012
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1040
|
-
checksum = "
|
1013
|
+
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
|
1041
1014
|
dependencies = [
|
1015
|
+
"hermit-abi 0.3.1",
|
1042
1016
|
"libc",
|
1043
|
-
"windows-sys 0.
|
1017
|
+
"windows-sys 0.48.0",
|
1044
1018
|
]
|
1045
1019
|
|
1046
1020
|
[[package]]
|
1047
1021
|
name = "ipnet"
|
1048
|
-
version = "2.7.
|
1022
|
+
version = "2.7.2"
|
1049
1023
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1050
|
-
checksum = "
|
1024
|
+
checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
|
1051
1025
|
|
1052
1026
|
[[package]]
|
1053
1027
|
name = "is-terminal"
|
1054
|
-
version = "0.4.
|
1028
|
+
version = "0.4.7"
|
1055
1029
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1056
|
-
checksum = "
|
1030
|
+
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
|
1057
1031
|
dependencies = [
|
1058
1032
|
"hermit-abi 0.3.1",
|
1059
1033
|
"io-lifetimes",
|
1060
1034
|
"rustix",
|
1061
|
-
"windows-sys 0.
|
1035
|
+
"windows-sys 0.48.0",
|
1062
1036
|
]
|
1063
1037
|
|
1064
1038
|
[[package]]
|
@@ -1072,9 +1046,9 @@ dependencies = [
|
|
1072
1046
|
|
1073
1047
|
[[package]]
|
1074
1048
|
name = "itoa"
|
1075
|
-
version = "1.0.
|
1049
|
+
version = "1.0.6"
|
1076
1050
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1077
|
-
checksum = "
|
1051
|
+
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
1078
1052
|
|
1079
1053
|
[[package]]
|
1080
1054
|
name = "js-sys"
|
@@ -1085,6 +1059,12 @@ dependencies = [
|
|
1085
1059
|
"wasm-bindgen",
|
1086
1060
|
]
|
1087
1061
|
|
1062
|
+
[[package]]
|
1063
|
+
name = "json"
|
1064
|
+
version = "0.12.4"
|
1065
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1066
|
+
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
|
1067
|
+
|
1088
1068
|
[[package]]
|
1089
1069
|
name = "lazy_static"
|
1090
1070
|
version = "0.1.16"
|
@@ -1105,9 +1085,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
1105
1085
|
|
1106
1086
|
[[package]]
|
1107
1087
|
name = "libc"
|
1108
|
-
version = "0.2.
|
1088
|
+
version = "0.2.142"
|
1109
1089
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1110
|
-
checksum = "
|
1090
|
+
checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317"
|
1111
1091
|
|
1112
1092
|
[[package]]
|
1113
1093
|
name = "libflate"
|
@@ -1146,7 +1126,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1146
1126
|
checksum = "0b799ad155d75ce914c467ee5627b62247c20d4aedbd446f821484cebf3cded7"
|
1147
1127
|
dependencies = [
|
1148
1128
|
"bindgen 0.59.2",
|
1149
|
-
"errno",
|
1129
|
+
"errno 0.2.8",
|
1150
1130
|
"libc",
|
1151
1131
|
]
|
1152
1132
|
|
@@ -1161,9 +1141,9 @@ dependencies = [
|
|
1161
1141
|
|
1162
1142
|
[[package]]
|
1163
1143
|
name = "linux-raw-sys"
|
1164
|
-
version = "0.
|
1144
|
+
version = "0.3.4"
|
1165
1145
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1166
|
-
checksum = "
|
1146
|
+
checksum = "36eb31c1778188ae1e64398743890d0877fef36d11521ac60406b42016e8c2cf"
|
1167
1147
|
|
1168
1148
|
[[package]]
|
1169
1149
|
name = "lock_api"
|
@@ -1226,9 +1206,9 @@ dependencies = [
|
|
1226
1206
|
|
1227
1207
|
[[package]]
|
1228
1208
|
name = "memmap2"
|
1229
|
-
version = "0.5.
|
1209
|
+
version = "0.5.10"
|
1230
1210
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1231
|
-
checksum = "
|
1211
|
+
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
|
1232
1212
|
dependencies = [
|
1233
1213
|
"libc",
|
1234
1214
|
]
|
@@ -1244,9 +1224,9 @@ dependencies = [
|
|
1244
1224
|
|
1245
1225
|
[[package]]
|
1246
1226
|
name = "mime"
|
1247
|
-
version = "0.3.
|
1227
|
+
version = "0.3.17"
|
1248
1228
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1249
|
-
checksum = "
|
1229
|
+
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
1250
1230
|
|
1251
1231
|
[[package]]
|
1252
1232
|
name = "minimal-lexical"
|
@@ -1281,28 +1261,10 @@ version = "0.13.0"
|
|
1281
1261
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1282
1262
|
checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"
|
1283
1263
|
dependencies = [
|
1284
|
-
"clap 3.2.
|
1264
|
+
"clap 3.2.24",
|
1285
1265
|
"rand 0.8.5",
|
1286
1266
|
]
|
1287
1267
|
|
1288
|
-
[[package]]
|
1289
|
-
name = "native-tls"
|
1290
|
-
version = "0.2.11"
|
1291
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1292
|
-
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
1293
|
-
dependencies = [
|
1294
|
-
"lazy_static 1.4.0",
|
1295
|
-
"libc",
|
1296
|
-
"log",
|
1297
|
-
"openssl",
|
1298
|
-
"openssl-probe",
|
1299
|
-
"openssl-sys",
|
1300
|
-
"schannel",
|
1301
|
-
"security-framework",
|
1302
|
-
"security-framework-sys",
|
1303
|
-
"tempfile",
|
1304
|
-
]
|
1305
|
-
|
1306
1268
|
[[package]]
|
1307
1269
|
name = "nix"
|
1308
1270
|
version = "0.25.1"
|
@@ -1394,62 +1356,17 @@ version = "1.17.1"
|
|
1394
1356
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1395
1357
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
1396
1358
|
|
1397
|
-
[[package]]
|
1398
|
-
name = "openssl"
|
1399
|
-
version = "0.10.45"
|
1400
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1401
|
-
checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1"
|
1402
|
-
dependencies = [
|
1403
|
-
"bitflags",
|
1404
|
-
"cfg-if",
|
1405
|
-
"foreign-types",
|
1406
|
-
"libc",
|
1407
|
-
"once_cell",
|
1408
|
-
"openssl-macros",
|
1409
|
-
"openssl-sys",
|
1410
|
-
]
|
1411
|
-
|
1412
|
-
[[package]]
|
1413
|
-
name = "openssl-macros"
|
1414
|
-
version = "0.1.0"
|
1415
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1416
|
-
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
|
1417
|
-
dependencies = [
|
1418
|
-
"proc-macro2",
|
1419
|
-
"quote",
|
1420
|
-
"syn",
|
1421
|
-
]
|
1422
|
-
|
1423
|
-
[[package]]
|
1424
|
-
name = "openssl-probe"
|
1425
|
-
version = "0.1.5"
|
1426
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1427
|
-
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
1428
|
-
|
1429
|
-
[[package]]
|
1430
|
-
name = "openssl-sys"
|
1431
|
-
version = "0.9.80"
|
1432
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1433
|
-
checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7"
|
1434
|
-
dependencies = [
|
1435
|
-
"autocfg",
|
1436
|
-
"cc",
|
1437
|
-
"libc",
|
1438
|
-
"pkg-config",
|
1439
|
-
"vcpkg",
|
1440
|
-
]
|
1441
|
-
|
1442
1359
|
[[package]]
|
1443
1360
|
name = "os_str_bytes"
|
1444
|
-
version = "6.
|
1361
|
+
version = "6.5.0"
|
1445
1362
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1446
|
-
checksum = "
|
1363
|
+
checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
|
1447
1364
|
|
1448
1365
|
[[package]]
|
1449
1366
|
name = "parking"
|
1450
|
-
version = "2.
|
1367
|
+
version = "2.1.0"
|
1451
1368
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1452
|
-
checksum = "
|
1369
|
+
checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
|
1453
1370
|
|
1454
1371
|
[[package]]
|
1455
1372
|
name = "parking_lot_core"
|
@@ -1459,7 +1376,7 @@ checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
|
|
1459
1376
|
dependencies = [
|
1460
1377
|
"cfg-if",
|
1461
1378
|
"libc",
|
1462
|
-
"redox_syscall",
|
1379
|
+
"redox_syscall 0.2.16",
|
1463
1380
|
"smallvec",
|
1464
1381
|
"windows-sys 0.45.0",
|
1465
1382
|
]
|
@@ -1488,12 +1405,6 @@ version = "0.1.0"
|
|
1488
1405
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1489
1406
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
1490
1407
|
|
1491
|
-
[[package]]
|
1492
|
-
name = "pkg-config"
|
1493
|
-
version = "0.3.26"
|
1494
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1495
|
-
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
1496
|
-
|
1497
1408
|
[[package]]
|
1498
1409
|
name = "plain"
|
1499
1410
|
version = "0.2.3"
|
@@ -1525,7 +1436,7 @@ dependencies = [
|
|
1525
1436
|
"proc-macro-error-attr",
|
1526
1437
|
"proc-macro2",
|
1527
1438
|
"quote",
|
1528
|
-
"syn",
|
1439
|
+
"syn 1.0.109",
|
1529
1440
|
"version_check",
|
1530
1441
|
]
|
1531
1442
|
|
@@ -1542,18 +1453,18 @@ dependencies = [
|
|
1542
1453
|
|
1543
1454
|
[[package]]
|
1544
1455
|
name = "proc-macro2"
|
1545
|
-
version = "1.0.
|
1456
|
+
version = "1.0.56"
|
1546
1457
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1547
|
-
checksum = "
|
1458
|
+
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
|
1548
1459
|
dependencies = [
|
1549
1460
|
"unicode-ident",
|
1550
1461
|
]
|
1551
1462
|
|
1552
1463
|
[[package]]
|
1553
1464
|
name = "proc-maps"
|
1554
|
-
version = "0.3.
|
1465
|
+
version = "0.3.1"
|
1555
1466
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1556
|
-
checksum = "
|
1467
|
+
checksum = "3d17946c951c8e8c4233375fdbfc212b215bd14ea1b18388eae8c95bb03a0174"
|
1557
1468
|
dependencies = [
|
1558
1469
|
"anyhow",
|
1559
1470
|
"bindgen 0.60.1",
|
@@ -1575,12 +1486,12 @@ dependencies = [
|
|
1575
1486
|
|
1576
1487
|
[[package]]
|
1577
1488
|
name = "prost"
|
1578
|
-
version = "0.11.
|
1489
|
+
version = "0.11.9"
|
1579
1490
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1580
|
-
checksum = "
|
1491
|
+
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
|
1581
1492
|
dependencies = [
|
1582
1493
|
"bytes",
|
1583
|
-
"prost-derive 0.11.
|
1494
|
+
"prost-derive 0.11.9",
|
1584
1495
|
]
|
1585
1496
|
|
1586
1497
|
[[package]]
|
@@ -1593,26 +1504,27 @@ dependencies = [
|
|
1593
1504
|
"itertools",
|
1594
1505
|
"proc-macro2",
|
1595
1506
|
"quote",
|
1596
|
-
"syn",
|
1507
|
+
"syn 1.0.109",
|
1597
1508
|
]
|
1598
1509
|
|
1599
1510
|
[[package]]
|
1600
1511
|
name = "prost-derive"
|
1601
|
-
version = "0.11.
|
1512
|
+
version = "0.11.9"
|
1602
1513
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1603
|
-
checksum = "
|
1514
|
+
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
|
1604
1515
|
dependencies = [
|
1605
1516
|
"anyhow",
|
1606
1517
|
"itertools",
|
1607
1518
|
"proc-macro2",
|
1608
1519
|
"quote",
|
1609
|
-
"syn",
|
1520
|
+
"syn 1.0.109",
|
1610
1521
|
]
|
1611
1522
|
|
1612
1523
|
[[package]]
|
1613
1524
|
name = "pyroscope"
|
1614
|
-
version = "0.5.
|
1525
|
+
version = "0.5.5"
|
1615
1526
|
dependencies = [
|
1527
|
+
"json",
|
1616
1528
|
"libc",
|
1617
1529
|
"libflate",
|
1618
1530
|
"log",
|
@@ -1626,7 +1538,7 @@ dependencies = [
|
|
1626
1538
|
|
1627
1539
|
[[package]]
|
1628
1540
|
name = "pyroscope_rbspy"
|
1629
|
-
version = "0.2.
|
1541
|
+
version = "0.2.5"
|
1630
1542
|
dependencies = [
|
1631
1543
|
"anyhow",
|
1632
1544
|
"inferno",
|
@@ -1653,9 +1565,9 @@ dependencies = [
|
|
1653
1565
|
|
1654
1566
|
[[package]]
|
1655
1567
|
name = "quote"
|
1656
|
-
version = "1.0.
|
1568
|
+
version = "1.0.26"
|
1657
1569
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1658
|
-
checksum = "
|
1570
|
+
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
|
1659
1571
|
dependencies = [
|
1660
1572
|
"proc-macro2",
|
1661
1573
|
]
|
@@ -1725,6 +1637,7 @@ dependencies = [
|
|
1725
1637
|
"cbindgen",
|
1726
1638
|
"ffikit",
|
1727
1639
|
"inferno",
|
1640
|
+
"log",
|
1728
1641
|
"pretty_env_logger",
|
1729
1642
|
"pyroscope",
|
1730
1643
|
"pyroscope_rbspy",
|
@@ -1736,7 +1649,7 @@ version = "0.16.0"
|
|
1736
1649
|
dependencies = [
|
1737
1650
|
"anyhow",
|
1738
1651
|
"chrono",
|
1739
|
-
"clap 3.2.
|
1652
|
+
"clap 3.2.24",
|
1740
1653
|
"ctrlc",
|
1741
1654
|
"directories",
|
1742
1655
|
"env_logger 0.10.0",
|
@@ -1750,7 +1663,7 @@ dependencies = [
|
|
1750
1663
|
"memmap2",
|
1751
1664
|
"nix 0.26.2",
|
1752
1665
|
"proc-maps",
|
1753
|
-
"prost 0.11.
|
1666
|
+
"prost 0.11.9",
|
1754
1667
|
"rand 0.8.5",
|
1755
1668
|
"rbspy-ruby-structs",
|
1756
1669
|
"remoteprocess",
|
@@ -1780,9 +1693,9 @@ dependencies = [
|
|
1780
1693
|
|
1781
1694
|
[[package]]
|
1782
1695
|
name = "read-process-memory"
|
1783
|
-
version = "0.1.
|
1696
|
+
version = "0.1.6"
|
1784
1697
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1785
|
-
checksum = "
|
1698
|
+
checksum = "8497683b2f0b6887786f1928c118f26ecc6bb3d78bbb6ed23e8e7ba110af3bb0"
|
1786
1699
|
dependencies = [
|
1787
1700
|
"libc",
|
1788
1701
|
"log",
|
@@ -1799,6 +1712,15 @@ dependencies = [
|
|
1799
1712
|
"bitflags",
|
1800
1713
|
]
|
1801
1714
|
|
1715
|
+
[[package]]
|
1716
|
+
name = "redox_syscall"
|
1717
|
+
version = "0.3.5"
|
1718
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1719
|
+
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
1720
|
+
dependencies = [
|
1721
|
+
"bitflags",
|
1722
|
+
]
|
1723
|
+
|
1802
1724
|
[[package]]
|
1803
1725
|
name = "redox_users"
|
1804
1726
|
version = "0.4.3"
|
@@ -1806,15 +1728,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1806
1728
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
1807
1729
|
dependencies = [
|
1808
1730
|
"getrandom",
|
1809
|
-
"redox_syscall",
|
1731
|
+
"redox_syscall 0.2.16",
|
1810
1732
|
"thiserror",
|
1811
1733
|
]
|
1812
1734
|
|
1813
1735
|
[[package]]
|
1814
1736
|
name = "regex"
|
1815
|
-
version = "1.
|
1737
|
+
version = "1.8.1"
|
1816
1738
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1817
|
-
checksum = "
|
1739
|
+
checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
|
1818
1740
|
dependencies = [
|
1819
1741
|
"aho-corasick",
|
1820
1742
|
"memchr",
|
@@ -1823,9 +1745,9 @@ dependencies = [
|
|
1823
1745
|
|
1824
1746
|
[[package]]
|
1825
1747
|
name = "regex-syntax"
|
1826
|
-
version = "0.
|
1748
|
+
version = "0.7.1"
|
1827
1749
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1828
|
-
checksum = "
|
1750
|
+
checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
|
1829
1751
|
|
1830
1752
|
[[package]]
|
1831
1753
|
name = "remoteprocess"
|
@@ -1861,9 +1783,9 @@ dependencies = [
|
|
1861
1783
|
|
1862
1784
|
[[package]]
|
1863
1785
|
name = "reqwest"
|
1864
|
-
version = "0.11.
|
1786
|
+
version = "0.11.16"
|
1865
1787
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1866
|
-
checksum = "
|
1788
|
+
checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254"
|
1867
1789
|
dependencies = [
|
1868
1790
|
"base64",
|
1869
1791
|
"bytes",
|
@@ -1875,29 +1797,26 @@ dependencies = [
|
|
1875
1797
|
"http-body",
|
1876
1798
|
"hyper",
|
1877
1799
|
"hyper-rustls",
|
1878
|
-
"hyper-tls",
|
1879
1800
|
"ipnet",
|
1880
1801
|
"js-sys",
|
1881
1802
|
"log",
|
1882
1803
|
"mime",
|
1883
|
-
"native-tls",
|
1884
1804
|
"once_cell",
|
1885
1805
|
"percent-encoding",
|
1886
1806
|
"pin-project-lite",
|
1887
1807
|
"rustls",
|
1888
|
-
"rustls-native-certs",
|
1889
1808
|
"rustls-pemfile",
|
1890
1809
|
"serde",
|
1891
1810
|
"serde_json",
|
1892
1811
|
"serde_urlencoded",
|
1893
1812
|
"tokio",
|
1894
|
-
"tokio-native-tls",
|
1895
1813
|
"tokio-rustls",
|
1896
1814
|
"tower-service",
|
1897
1815
|
"url",
|
1898
1816
|
"wasm-bindgen",
|
1899
1817
|
"wasm-bindgen-futures",
|
1900
1818
|
"web-sys",
|
1819
|
+
"webpki-roots",
|
1901
1820
|
"winreg",
|
1902
1821
|
]
|
1903
1822
|
|
@@ -1933,9 +1852,9 @@ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
|
|
1933
1852
|
|
1934
1853
|
[[package]]
|
1935
1854
|
name = "rustc-demangle"
|
1936
|
-
version = "0.1.
|
1855
|
+
version = "0.1.23"
|
1937
1856
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1938
|
-
checksum = "
|
1857
|
+
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
1939
1858
|
|
1940
1859
|
[[package]]
|
1941
1860
|
name = "rustc-hash"
|
@@ -1954,16 +1873,16 @@ dependencies = [
|
|
1954
1873
|
|
1955
1874
|
[[package]]
|
1956
1875
|
name = "rustix"
|
1957
|
-
version = "0.
|
1876
|
+
version = "0.37.15"
|
1958
1877
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1959
|
-
checksum = "
|
1878
|
+
checksum = "a0661814f891c57c930a610266415528da53c4933e6dea5fb350cbfe048a9ece"
|
1960
1879
|
dependencies = [
|
1961
1880
|
"bitflags",
|
1962
|
-
"errno",
|
1881
|
+
"errno 0.3.1",
|
1963
1882
|
"io-lifetimes",
|
1964
1883
|
"libc",
|
1965
1884
|
"linux-raw-sys",
|
1966
|
-
"windows-sys 0.
|
1885
|
+
"windows-sys 0.48.0",
|
1967
1886
|
]
|
1968
1887
|
|
1969
1888
|
[[package]]
|
@@ -1978,18 +1897,6 @@ dependencies = [
|
|
1978
1897
|
"webpki",
|
1979
1898
|
]
|
1980
1899
|
|
1981
|
-
[[package]]
|
1982
|
-
name = "rustls-native-certs"
|
1983
|
-
version = "0.6.2"
|
1984
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1985
|
-
checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
|
1986
|
-
dependencies = [
|
1987
|
-
"openssl-probe",
|
1988
|
-
"rustls-pemfile",
|
1989
|
-
"schannel",
|
1990
|
-
"security-framework",
|
1991
|
-
]
|
1992
|
-
|
1993
1900
|
[[package]]
|
1994
1901
|
name = "rustls-pemfile"
|
1995
1902
|
version = "1.0.2"
|
@@ -2001,18 +1908,9 @@ dependencies = [
|
|
2001
1908
|
|
2002
1909
|
[[package]]
|
2003
1910
|
name = "ryu"
|
2004
|
-
version = "1.0.
|
1911
|
+
version = "1.0.13"
|
2005
1912
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2006
|
-
checksum = "
|
2007
|
-
|
2008
|
-
[[package]]
|
2009
|
-
name = "schannel"
|
2010
|
-
version = "0.1.21"
|
2011
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2012
|
-
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
|
2013
|
-
dependencies = [
|
2014
|
-
"windows-sys 0.42.0",
|
2015
|
-
]
|
1913
|
+
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
2016
1914
|
|
2017
1915
|
[[package]]
|
2018
1916
|
name = "scopeguard"
|
@@ -2022,9 +1920,9 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
2022
1920
|
|
2023
1921
|
[[package]]
|
2024
1922
|
name = "scratch"
|
2025
|
-
version = "1.0.
|
1923
|
+
version = "1.0.5"
|
2026
1924
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2027
|
-
checksum = "
|
1925
|
+
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
|
2028
1926
|
|
2029
1927
|
[[package]]
|
2030
1928
|
name = "scroll"
|
@@ -2043,7 +1941,7 @@ checksum = "bdbda6ac5cd1321e724fa9cee216f3a61885889b896f073b8f82322789c5250e"
|
|
2043
1941
|
dependencies = [
|
2044
1942
|
"proc-macro2",
|
2045
1943
|
"quote",
|
2046
|
-
"syn",
|
1944
|
+
"syn 1.0.109",
|
2047
1945
|
]
|
2048
1946
|
|
2049
1947
|
[[package]]
|
@@ -2056,60 +1954,37 @@ dependencies = [
|
|
2056
1954
|
"untrusted",
|
2057
1955
|
]
|
2058
1956
|
|
2059
|
-
[[package]]
|
2060
|
-
name = "security-framework"
|
2061
|
-
version = "2.8.2"
|
2062
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2063
|
-
checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
|
2064
|
-
dependencies = [
|
2065
|
-
"bitflags",
|
2066
|
-
"core-foundation",
|
2067
|
-
"core-foundation-sys",
|
2068
|
-
"libc",
|
2069
|
-
"security-framework-sys",
|
2070
|
-
]
|
2071
|
-
|
2072
|
-
[[package]]
|
2073
|
-
name = "security-framework-sys"
|
2074
|
-
version = "2.8.0"
|
2075
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2076
|
-
checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
|
2077
|
-
dependencies = [
|
2078
|
-
"core-foundation-sys",
|
2079
|
-
"libc",
|
2080
|
-
]
|
2081
|
-
|
2082
1957
|
[[package]]
|
2083
1958
|
name = "semver"
|
2084
|
-
version = "1.0.
|
1959
|
+
version = "1.0.17"
|
2085
1960
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2086
|
-
checksum = "
|
1961
|
+
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
|
2087
1962
|
|
2088
1963
|
[[package]]
|
2089
1964
|
name = "serde"
|
2090
|
-
version = "1.0.
|
1965
|
+
version = "1.0.160"
|
2091
1966
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2092
|
-
checksum = "
|
1967
|
+
checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"
|
2093
1968
|
dependencies = [
|
2094
1969
|
"serde_derive",
|
2095
1970
|
]
|
2096
1971
|
|
2097
1972
|
[[package]]
|
2098
1973
|
name = "serde_derive"
|
2099
|
-
version = "1.0.
|
1974
|
+
version = "1.0.160"
|
2100
1975
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2101
|
-
checksum = "
|
1976
|
+
checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df"
|
2102
1977
|
dependencies = [
|
2103
1978
|
"proc-macro2",
|
2104
1979
|
"quote",
|
2105
|
-
"syn",
|
1980
|
+
"syn 2.0.15",
|
2106
1981
|
]
|
2107
1982
|
|
2108
1983
|
[[package]]
|
2109
1984
|
name = "serde_json"
|
2110
|
-
version = "1.0.
|
1985
|
+
version = "1.0.96"
|
2111
1986
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2112
|
-
checksum = "
|
1987
|
+
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
|
2113
1988
|
dependencies = [
|
2114
1989
|
"itoa",
|
2115
1990
|
"ryu",
|
@@ -2151,9 +2026,9 @@ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
|
2151
2026
|
|
2152
2027
|
[[package]]
|
2153
2028
|
name = "socket2"
|
2154
|
-
version = "0.4.
|
2029
|
+
version = "0.4.9"
|
2155
2030
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2156
|
-
checksum = "
|
2031
|
+
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2157
2032
|
dependencies = [
|
2158
2033
|
"libc",
|
2159
2034
|
"winapi",
|
@@ -2223,9 +2098,20 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
2223
2098
|
|
2224
2099
|
[[package]]
|
2225
2100
|
name = "syn"
|
2226
|
-
version = "1.0.
|
2101
|
+
version = "1.0.109"
|
2102
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2103
|
+
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2104
|
+
dependencies = [
|
2105
|
+
"proc-macro2",
|
2106
|
+
"quote",
|
2107
|
+
"unicode-ident",
|
2108
|
+
]
|
2109
|
+
|
2110
|
+
[[package]]
|
2111
|
+
name = "syn"
|
2112
|
+
version = "2.0.15"
|
2227
2113
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2228
|
-
checksum = "
|
2114
|
+
checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
|
2229
2115
|
dependencies = [
|
2230
2116
|
"proc-macro2",
|
2231
2117
|
"quote",
|
@@ -2244,16 +2130,15 @@ dependencies = [
|
|
2244
2130
|
|
2245
2131
|
[[package]]
|
2246
2132
|
name = "tempfile"
|
2247
|
-
version = "3.
|
2133
|
+
version = "3.5.0"
|
2248
2134
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2249
|
-
checksum = "
|
2135
|
+
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
|
2250
2136
|
dependencies = [
|
2251
2137
|
"cfg-if",
|
2252
2138
|
"fastrand",
|
2253
|
-
"
|
2254
|
-
"
|
2255
|
-
"
|
2256
|
-
"winapi",
|
2139
|
+
"redox_syscall 0.3.5",
|
2140
|
+
"rustix",
|
2141
|
+
"windows-sys 0.45.0",
|
2257
2142
|
]
|
2258
2143
|
|
2259
2144
|
[[package]]
|
@@ -2292,22 +2177,22 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
|
2292
2177
|
|
2293
2178
|
[[package]]
|
2294
2179
|
name = "thiserror"
|
2295
|
-
version = "1.0.
|
2180
|
+
version = "1.0.40"
|
2296
2181
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2297
|
-
checksum = "
|
2182
|
+
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
|
2298
2183
|
dependencies = [
|
2299
2184
|
"thiserror-impl",
|
2300
2185
|
]
|
2301
2186
|
|
2302
2187
|
[[package]]
|
2303
2188
|
name = "thiserror-impl"
|
2304
|
-
version = "1.0.
|
2189
|
+
version = "1.0.40"
|
2305
2190
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2306
|
-
checksum = "
|
2191
|
+
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
2307
2192
|
dependencies = [
|
2308
2193
|
"proc-macro2",
|
2309
2194
|
"quote",
|
2310
|
-
"syn",
|
2195
|
+
"syn 2.0.15",
|
2311
2196
|
]
|
2312
2197
|
|
2313
2198
|
[[package]]
|
@@ -2344,29 +2229,18 @@ checksum = "c7c4ceeeca15c8384bbc3e011dbd8fccb7f068a440b752b7d9b32ceb0ca0e2e8"
|
|
2344
2229
|
|
2345
2230
|
[[package]]
|
2346
2231
|
name = "tokio"
|
2347
|
-
version = "1.
|
2232
|
+
version = "1.28.0"
|
2348
2233
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2349
|
-
checksum = "
|
2234
|
+
checksum = "c3c786bf8134e5a3a166db9b29ab8f48134739014a3eca7bc6bfa95d673b136f"
|
2350
2235
|
dependencies = [
|
2351
2236
|
"autocfg",
|
2352
2237
|
"bytes",
|
2353
2238
|
"libc",
|
2354
|
-
"memchr",
|
2355
2239
|
"mio",
|
2356
2240
|
"num_cpus",
|
2357
2241
|
"pin-project-lite",
|
2358
2242
|
"socket2",
|
2359
|
-
"windows-sys 0.
|
2360
|
-
]
|
2361
|
-
|
2362
|
-
[[package]]
|
2363
|
-
name = "tokio-native-tls"
|
2364
|
-
version = "0.3.1"
|
2365
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2366
|
-
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
2367
|
-
dependencies = [
|
2368
|
-
"native-tls",
|
2369
|
-
"tokio",
|
2243
|
+
"windows-sys 0.48.0",
|
2370
2244
|
]
|
2371
2245
|
|
2372
2246
|
[[package]]
|
@@ -2382,9 +2256,9 @@ dependencies = [
|
|
2382
2256
|
|
2383
2257
|
[[package]]
|
2384
2258
|
name = "tokio-util"
|
2385
|
-
version = "0.7.
|
2259
|
+
version = "0.7.8"
|
2386
2260
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2387
|
-
checksum = "
|
2261
|
+
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
|
2388
2262
|
dependencies = [
|
2389
2263
|
"bytes",
|
2390
2264
|
"futures-core",
|
@@ -2411,11 +2285,10 @@ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
|
2411
2285
|
|
2412
2286
|
[[package]]
|
2413
2287
|
name = "tracing"
|
2414
|
-
version = "0.1.
|
2288
|
+
version = "0.1.38"
|
2415
2289
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2416
|
-
checksum = "
|
2290
|
+
checksum = "cf9cf6a813d3f40c88b0b6b6f29a5c95c6cdbf97c1f9cc53fb820200f5ad814d"
|
2417
2291
|
dependencies = [
|
2418
|
-
"cfg-if",
|
2419
2292
|
"pin-project-lite",
|
2420
2293
|
"tracing-core",
|
2421
2294
|
]
|
@@ -2437,15 +2310,15 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
|
2437
2310
|
|
2438
2311
|
[[package]]
|
2439
2312
|
name = "unicode-bidi"
|
2440
|
-
version = "0.3.
|
2313
|
+
version = "0.3.13"
|
2441
2314
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2442
|
-
checksum = "
|
2315
|
+
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2443
2316
|
|
2444
2317
|
[[package]]
|
2445
2318
|
name = "unicode-ident"
|
2446
|
-
version = "1.0.
|
2319
|
+
version = "1.0.8"
|
2447
2320
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2448
|
-
checksum = "
|
2321
|
+
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
2449
2322
|
|
2450
2323
|
[[package]]
|
2451
2324
|
name = "unicode-normalization"
|
@@ -2485,12 +2358,6 @@ dependencies = [
|
|
2485
2358
|
"percent-encoding",
|
2486
2359
|
]
|
2487
2360
|
|
2488
|
-
[[package]]
|
2489
|
-
name = "vcpkg"
|
2490
|
-
version = "0.2.15"
|
2491
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2492
|
-
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2493
|
-
|
2494
2361
|
[[package]]
|
2495
2362
|
name = "vec_map"
|
2496
2363
|
version = "0.8.2"
|
@@ -2505,9 +2372,9 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
2505
2372
|
|
2506
2373
|
[[package]]
|
2507
2374
|
name = "virtue"
|
2508
|
-
version = "0.0.
|
2375
|
+
version = "0.0.13"
|
2509
2376
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2510
|
-
checksum = "
|
2377
|
+
checksum = "9dcc60c0624df774c82a0ef104151231d37da4962957d691c011c852b2473314"
|
2511
2378
|
|
2512
2379
|
[[package]]
|
2513
2380
|
name = "waker-fn"
|
@@ -2558,7 +2425,7 @@ dependencies = [
|
|
2558
2425
|
"once_cell",
|
2559
2426
|
"proc-macro2",
|
2560
2427
|
"quote",
|
2561
|
-
"syn",
|
2428
|
+
"syn 1.0.109",
|
2562
2429
|
"wasm-bindgen-shared",
|
2563
2430
|
]
|
2564
2431
|
|
@@ -2592,7 +2459,7 @@ checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
|
|
2592
2459
|
dependencies = [
|
2593
2460
|
"proc-macro2",
|
2594
2461
|
"quote",
|
2595
|
-
"syn",
|
2462
|
+
"syn 1.0.109",
|
2596
2463
|
"wasm-bindgen-backend",
|
2597
2464
|
"wasm-bindgen-shared",
|
2598
2465
|
]
|
@@ -2623,6 +2490,15 @@ dependencies = [
|
|
2623
2490
|
"untrusted",
|
2624
2491
|
]
|
2625
2492
|
|
2493
|
+
[[package]]
|
2494
|
+
name = "webpki-roots"
|
2495
|
+
version = "0.22.6"
|
2496
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2497
|
+
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
|
2498
|
+
dependencies = [
|
2499
|
+
"webpki",
|
2500
|
+
]
|
2501
|
+
|
2626
2502
|
[[package]]
|
2627
2503
|
name = "which"
|
2628
2504
|
version = "4.4.0"
|
@@ -2666,18 +2542,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2666
2542
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2667
2543
|
|
2668
2544
|
[[package]]
|
2669
|
-
name = "windows
|
2670
|
-
version = "0.
|
2545
|
+
name = "windows"
|
2546
|
+
version = "0.48.0"
|
2671
2547
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2672
|
-
checksum = "
|
2548
|
+
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
2673
2549
|
dependencies = [
|
2674
|
-
"
|
2675
|
-
"windows_aarch64_msvc",
|
2676
|
-
"windows_i686_gnu",
|
2677
|
-
"windows_i686_msvc",
|
2678
|
-
"windows_x86_64_gnu",
|
2679
|
-
"windows_x86_64_gnullvm",
|
2680
|
-
"windows_x86_64_msvc",
|
2550
|
+
"windows-targets 0.48.0",
|
2681
2551
|
]
|
2682
2552
|
|
2683
2553
|
[[package]]
|
@@ -2686,65 +2556,131 @@ version = "0.45.0"
|
|
2686
2556
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2687
2557
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
2688
2558
|
dependencies = [
|
2689
|
-
"windows-targets",
|
2559
|
+
"windows-targets 0.42.2",
|
2560
|
+
]
|
2561
|
+
|
2562
|
+
[[package]]
|
2563
|
+
name = "windows-sys"
|
2564
|
+
version = "0.48.0"
|
2565
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2566
|
+
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2567
|
+
dependencies = [
|
2568
|
+
"windows-targets 0.48.0",
|
2569
|
+
]
|
2570
|
+
|
2571
|
+
[[package]]
|
2572
|
+
name = "windows-targets"
|
2573
|
+
version = "0.42.2"
|
2574
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2575
|
+
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
2576
|
+
dependencies = [
|
2577
|
+
"windows_aarch64_gnullvm 0.42.2",
|
2578
|
+
"windows_aarch64_msvc 0.42.2",
|
2579
|
+
"windows_i686_gnu 0.42.2",
|
2580
|
+
"windows_i686_msvc 0.42.2",
|
2581
|
+
"windows_x86_64_gnu 0.42.2",
|
2582
|
+
"windows_x86_64_gnullvm 0.42.2",
|
2583
|
+
"windows_x86_64_msvc 0.42.2",
|
2690
2584
|
]
|
2691
2585
|
|
2692
2586
|
[[package]]
|
2693
2587
|
name = "windows-targets"
|
2694
|
-
version = "0.
|
2588
|
+
version = "0.48.0"
|
2695
2589
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2696
|
-
checksum = "
|
2590
|
+
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
|
2697
2591
|
dependencies = [
|
2698
|
-
"windows_aarch64_gnullvm",
|
2699
|
-
"windows_aarch64_msvc",
|
2700
|
-
"windows_i686_gnu",
|
2701
|
-
"windows_i686_msvc",
|
2702
|
-
"windows_x86_64_gnu",
|
2703
|
-
"windows_x86_64_gnullvm",
|
2704
|
-
"windows_x86_64_msvc",
|
2592
|
+
"windows_aarch64_gnullvm 0.48.0",
|
2593
|
+
"windows_aarch64_msvc 0.48.0",
|
2594
|
+
"windows_i686_gnu 0.48.0",
|
2595
|
+
"windows_i686_msvc 0.48.0",
|
2596
|
+
"windows_x86_64_gnu 0.48.0",
|
2597
|
+
"windows_x86_64_gnullvm 0.48.0",
|
2598
|
+
"windows_x86_64_msvc 0.48.0",
|
2705
2599
|
]
|
2706
2600
|
|
2707
2601
|
[[package]]
|
2708
2602
|
name = "windows_aarch64_gnullvm"
|
2709
|
-
version = "0.42.
|
2603
|
+
version = "0.42.2"
|
2710
2604
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2711
|
-
checksum = "
|
2605
|
+
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
2606
|
+
|
2607
|
+
[[package]]
|
2608
|
+
name = "windows_aarch64_gnullvm"
|
2609
|
+
version = "0.48.0"
|
2610
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2611
|
+
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
2612
|
+
|
2613
|
+
[[package]]
|
2614
|
+
name = "windows_aarch64_msvc"
|
2615
|
+
version = "0.42.2"
|
2616
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2617
|
+
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
2712
2618
|
|
2713
2619
|
[[package]]
|
2714
2620
|
name = "windows_aarch64_msvc"
|
2715
|
-
version = "0.
|
2621
|
+
version = "0.48.0"
|
2716
2622
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2717
|
-
checksum = "
|
2623
|
+
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
2718
2624
|
|
2719
2625
|
[[package]]
|
2720
2626
|
name = "windows_i686_gnu"
|
2721
|
-
version = "0.42.
|
2627
|
+
version = "0.42.2"
|
2628
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2629
|
+
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
2630
|
+
|
2631
|
+
[[package]]
|
2632
|
+
name = "windows_i686_gnu"
|
2633
|
+
version = "0.48.0"
|
2634
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2635
|
+
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
2636
|
+
|
2637
|
+
[[package]]
|
2638
|
+
name = "windows_i686_msvc"
|
2639
|
+
version = "0.42.2"
|
2722
2640
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2723
|
-
checksum = "
|
2641
|
+
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2724
2642
|
|
2725
2643
|
[[package]]
|
2726
2644
|
name = "windows_i686_msvc"
|
2727
|
-
version = "0.
|
2645
|
+
version = "0.48.0"
|
2728
2646
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2729
|
-
checksum = "
|
2647
|
+
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
2730
2648
|
|
2731
2649
|
[[package]]
|
2732
2650
|
name = "windows_x86_64_gnu"
|
2733
|
-
version = "0.42.
|
2651
|
+
version = "0.42.2"
|
2652
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2653
|
+
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
2654
|
+
|
2655
|
+
[[package]]
|
2656
|
+
name = "windows_x86_64_gnu"
|
2657
|
+
version = "0.48.0"
|
2658
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2659
|
+
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
2660
|
+
|
2661
|
+
[[package]]
|
2662
|
+
name = "windows_x86_64_gnullvm"
|
2663
|
+
version = "0.42.2"
|
2734
2664
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2735
|
-
checksum = "
|
2665
|
+
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
2736
2666
|
|
2737
2667
|
[[package]]
|
2738
2668
|
name = "windows_x86_64_gnullvm"
|
2739
|
-
version = "0.
|
2669
|
+
version = "0.48.0"
|
2670
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2671
|
+
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
2672
|
+
|
2673
|
+
[[package]]
|
2674
|
+
name = "windows_x86_64_msvc"
|
2675
|
+
version = "0.42.2"
|
2740
2676
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2741
|
-
checksum = "
|
2677
|
+
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
2742
2678
|
|
2743
2679
|
[[package]]
|
2744
2680
|
name = "windows_x86_64_msvc"
|
2745
|
-
version = "0.
|
2681
|
+
version = "0.48.0"
|
2746
2682
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2747
|
-
checksum = "
|
2683
|
+
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
2748
2684
|
|
2749
2685
|
[[package]]
|
2750
2686
|
name = "winreg"
|