qcs-api-client-common 0.17.5__tar.gz → 0.18.4__tar.gz
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.
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/Cargo.lock +758 -840
- qcs_api_client_common-0.18.4/Cargo.toml +164 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/PKG-INFO +1 -1
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/pyproject.toml +2 -1
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/CHANGELOG.md +102 -0
- qcs_api_client_common-0.18.4/qcs-api-client-common/Cargo.toml +232 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/src/backoff.rs +14 -13
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/src/configuration/error.rs +14 -5
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/src/configuration/mod.rs +9 -8
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/src/configuration/oidc.rs +10 -5
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/src/configuration/pkce.rs +15 -12
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/src/configuration/py.rs +5 -5
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/src/configuration/secrets.rs +5 -5
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/src/configuration/settings.rs +5 -5
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/src/configuration/tokens.rs +167 -31
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/src/tracing_configuration.rs +26 -14
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/tests/token_refresh_test.rs +7 -3
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/tests_py/test_grpc.py +3 -7
- qcs_api_client_common-0.17.5/Cargo.toml +0 -195
- qcs_api_client_common-0.17.5/qcs-api-client-common/Cargo.toml +0 -232
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/README-py.md +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/python/qcs_api_client_common/__init__.py +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/python/qcs_api_client_common/__init__.pyi +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/python/qcs_api_client_common/configuration.pyi +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/python/qcs_api_client_common/grpc.py +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/python/qcs_api_client_common/httpx.py +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/CHANGELOG-py.md +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/Makefile.toml +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/README-py.md +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/README.md +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/build.rs +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/docs/Makefile +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/docs/make.bat +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/docs/source/conf.py +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/docs/source/index.rst +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/python/stubtest-allowlist +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/scripts/check-py-api.sh +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/scripts/lint-bindings.py +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/scripts/watchmedo_helper.sh +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/src/bin/stub_gen.rs +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/src/clap_utils.rs +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/src/configuration/builder.rs +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/src/configuration/path.rs +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/src/configuration/secret_string.rs +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/src/errors.rs +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/src/lib.rs +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/tests/client_credentials_test.rs +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/tests_py/__snapshots__/test_configuration.ambr +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/tests_py/conftest.py +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/tests_py/fixtures/secrets.toml +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/tests_py/fixtures/settings.toml +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/tests_py/test_configuration.py +0 -0
- {qcs_api_client_common-0.17.5 → qcs_api_client_common-0.18.4}/qcs-api-client-common/tests_py/test_httpx.py +0 -0
|
@@ -78,9 +78,9 @@ dependencies = [
|
|
|
78
78
|
|
|
79
79
|
[[package]]
|
|
80
80
|
name = "anyhow"
|
|
81
|
-
version = "1.0.
|
|
81
|
+
version = "1.0.104"
|
|
82
82
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
83
|
-
checksum = "
|
|
83
|
+
checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
|
|
84
84
|
|
|
85
85
|
[[package]]
|
|
86
86
|
name = "assert-json-diff"
|
|
@@ -238,9 +238,9 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
|
|
238
238
|
|
|
239
239
|
[[package]]
|
|
240
240
|
name = "async-tempfile"
|
|
241
|
-
version = "0.
|
|
241
|
+
version = "0.8.0"
|
|
242
242
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
243
|
-
checksum = "
|
|
243
|
+
checksum = "64782aa61953a4fa6f6ddc6b510942adffa37315f1cbf8ca7a96fdc990f913d5"
|
|
244
244
|
dependencies = [
|
|
245
245
|
"tokio",
|
|
246
246
|
"uuid",
|
|
@@ -248,13 +248,13 @@ dependencies = [
|
|
|
248
248
|
|
|
249
249
|
[[package]]
|
|
250
250
|
name = "async-trait"
|
|
251
|
-
version = "0.1.
|
|
251
|
+
version = "0.1.91"
|
|
252
252
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
253
|
-
checksum = "
|
|
253
|
+
checksum = "ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec"
|
|
254
254
|
dependencies = [
|
|
255
255
|
"proc-macro2",
|
|
256
256
|
"quote",
|
|
257
|
-
"syn
|
|
257
|
+
"syn 3.0.3",
|
|
258
258
|
]
|
|
259
259
|
|
|
260
260
|
[[package]]
|
|
@@ -274,15 +274,15 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
274
274
|
|
|
275
275
|
[[package]]
|
|
276
276
|
name = "autocfg"
|
|
277
|
-
version = "1.5.
|
|
277
|
+
version = "1.5.1"
|
|
278
278
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
279
|
-
checksum = "
|
|
279
|
+
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
280
280
|
|
|
281
281
|
[[package]]
|
|
282
282
|
name = "aws-lc-rs"
|
|
283
|
-
version = "1.
|
|
283
|
+
version = "1.17.3"
|
|
284
284
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
285
|
-
checksum = "
|
|
285
|
+
checksum = "00bdb5da18dac48ca2cc7cd4a98e533e8635a58e2361d13a1a4ee3888e0d72f1"
|
|
286
286
|
dependencies = [
|
|
287
287
|
"aws-lc-sys",
|
|
288
288
|
"untrusted 0.7.1",
|
|
@@ -291,14 +291,15 @@ dependencies = [
|
|
|
291
291
|
|
|
292
292
|
[[package]]
|
|
293
293
|
name = "aws-lc-sys"
|
|
294
|
-
version = "0.
|
|
294
|
+
version = "0.43.0"
|
|
295
295
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
296
|
-
checksum = "
|
|
296
|
+
checksum = "43103168cc76fe62678a375e722fc9cb3a0146159ac5828bc4f0dfd755c2224c"
|
|
297
297
|
dependencies = [
|
|
298
298
|
"cc",
|
|
299
299
|
"cmake",
|
|
300
300
|
"dunce",
|
|
301
301
|
"fs_extra",
|
|
302
|
+
"pkg-config",
|
|
302
303
|
]
|
|
303
304
|
|
|
304
305
|
[[package]]
|
|
@@ -363,7 +364,7 @@ dependencies = [
|
|
|
363
364
|
"getrandom 0.2.17",
|
|
364
365
|
"instant",
|
|
365
366
|
"pin-project-lite",
|
|
366
|
-
"rand 0.8.
|
|
367
|
+
"rand 0.8.7",
|
|
367
368
|
"tokio",
|
|
368
369
|
]
|
|
369
370
|
|
|
@@ -387,9 +388,9 @@ checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
|
|
|
387
388
|
|
|
388
389
|
[[package]]
|
|
389
390
|
name = "bitflags"
|
|
390
|
-
version = "2.
|
|
391
|
+
version = "2.13.1"
|
|
391
392
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
392
|
-
checksum = "
|
|
393
|
+
checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
|
|
393
394
|
|
|
394
395
|
[[package]]
|
|
395
396
|
name = "block-buffer"
|
|
@@ -413,32 +414,41 @@ dependencies = [
|
|
|
413
414
|
"piper",
|
|
414
415
|
]
|
|
415
416
|
|
|
417
|
+
[[package]]
|
|
418
|
+
name = "bs58"
|
|
419
|
+
version = "0.5.1"
|
|
420
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
421
|
+
checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
|
|
422
|
+
dependencies = [
|
|
423
|
+
"tinyvec",
|
|
424
|
+
]
|
|
425
|
+
|
|
416
426
|
[[package]]
|
|
417
427
|
name = "bumpalo"
|
|
418
|
-
version = "3.20.
|
|
428
|
+
version = "3.20.3"
|
|
419
429
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
420
|
-
checksum = "
|
|
430
|
+
checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
|
|
421
431
|
|
|
422
432
|
[[package]]
|
|
423
433
|
name = "bytemuck"
|
|
424
|
-
version = "1.25.
|
|
434
|
+
version = "1.25.2"
|
|
425
435
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
426
|
-
checksum = "
|
|
436
|
+
checksum = "95832e849adfb21180ccb6826a99da14e5d266ae5c2e668e1602cf234f153797"
|
|
427
437
|
|
|
428
438
|
[[package]]
|
|
429
439
|
name = "bytes"
|
|
430
|
-
version = "1.
|
|
440
|
+
version = "1.12.1"
|
|
431
441
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
432
|
-
checksum = "
|
|
442
|
+
checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
|
|
433
443
|
dependencies = [
|
|
434
444
|
"serde",
|
|
435
445
|
]
|
|
436
446
|
|
|
437
447
|
[[package]]
|
|
438
448
|
name = "cc"
|
|
439
|
-
version = "1.
|
|
449
|
+
version = "1.4.0"
|
|
440
450
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
441
|
-
checksum = "
|
|
451
|
+
checksum = "5add81bb678e6cb321aff7fa0dc7689ad82b112dbc032cea19f91d6b8e3582b9"
|
|
442
452
|
dependencies = [
|
|
443
453
|
"find-msvc-tools",
|
|
444
454
|
"jobserver",
|
|
@@ -454,15 +464,26 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
|
454
464
|
|
|
455
465
|
[[package]]
|
|
456
466
|
name = "cfg_aliases"
|
|
457
|
-
version = "0.2.
|
|
467
|
+
version = "0.2.2"
|
|
468
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
469
|
+
checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527"
|
|
470
|
+
|
|
471
|
+
[[package]]
|
|
472
|
+
name = "chacha20"
|
|
473
|
+
version = "0.10.1"
|
|
458
474
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
459
|
-
checksum = "
|
|
475
|
+
checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
|
|
476
|
+
dependencies = [
|
|
477
|
+
"cfg-if",
|
|
478
|
+
"cpufeatures 0.3.0",
|
|
479
|
+
"rand_core 0.10.1",
|
|
480
|
+
]
|
|
460
481
|
|
|
461
482
|
[[package]]
|
|
462
483
|
name = "chrono"
|
|
463
|
-
version = "0.4.
|
|
484
|
+
version = "0.4.45"
|
|
464
485
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
465
|
-
checksum = "
|
|
486
|
+
checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
|
|
466
487
|
dependencies = [
|
|
467
488
|
"iana-time-zone",
|
|
468
489
|
"js-sys",
|
|
@@ -474,9 +495,9 @@ dependencies = [
|
|
|
474
495
|
|
|
475
496
|
[[package]]
|
|
476
497
|
name = "clap"
|
|
477
|
-
version = "4.6.
|
|
498
|
+
version = "4.6.4"
|
|
478
499
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
479
|
-
checksum = "
|
|
500
|
+
checksum = "d91e0c145792ef73a6ad36d27c75ac09f1832222a3c209689d90f534685ee5b7"
|
|
480
501
|
dependencies = [
|
|
481
502
|
"clap_builder",
|
|
482
503
|
"clap_derive",
|
|
@@ -488,14 +509,14 @@ version = "0.8.1"
|
|
|
488
509
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
489
510
|
checksum = "3c597a504c7d12819c50d2e1f78719afb6e01d4e14cbc94eb4c5f6a850494d1c"
|
|
490
511
|
dependencies = [
|
|
491
|
-
"thiserror 2.0.
|
|
512
|
+
"thiserror 2.0.19",
|
|
492
513
|
]
|
|
493
514
|
|
|
494
515
|
[[package]]
|
|
495
516
|
name = "clap_builder"
|
|
496
|
-
version = "4.6.
|
|
517
|
+
version = "4.6.2"
|
|
497
518
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
498
|
-
checksum = "
|
|
519
|
+
checksum = "f09628afdcc538b57f3c6341e9c8e9970f18e4a481690a64974d7023bd33548b"
|
|
499
520
|
dependencies = [
|
|
500
521
|
"anstream",
|
|
501
522
|
"anstyle",
|
|
@@ -505,14 +526,14 @@ dependencies = [
|
|
|
505
526
|
|
|
506
527
|
[[package]]
|
|
507
528
|
name = "clap_derive"
|
|
508
|
-
version = "4.6.
|
|
529
|
+
version = "4.6.4"
|
|
509
530
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
510
|
-
checksum = "
|
|
531
|
+
checksum = "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061"
|
|
511
532
|
dependencies = [
|
|
512
533
|
"heck",
|
|
513
534
|
"proc-macro2",
|
|
514
535
|
"quote",
|
|
515
|
-
"syn
|
|
536
|
+
"syn 3.0.3",
|
|
516
537
|
]
|
|
517
538
|
|
|
518
539
|
[[package]]
|
|
@@ -564,6 +585,18 @@ dependencies = [
|
|
|
564
585
|
"crossbeam-utils",
|
|
565
586
|
]
|
|
566
587
|
|
|
588
|
+
[[package]]
|
|
589
|
+
name = "const-hex"
|
|
590
|
+
version = "1.19.1"
|
|
591
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
592
|
+
checksum = "33e2a781ebdf4467d1428dc4593067825fb646f6871475098d8577421af73558"
|
|
593
|
+
dependencies = [
|
|
594
|
+
"cfg-if",
|
|
595
|
+
"cpufeatures 0.2.17",
|
|
596
|
+
"proptest",
|
|
597
|
+
"serde_core",
|
|
598
|
+
]
|
|
599
|
+
|
|
567
600
|
[[package]]
|
|
568
601
|
name = "const-oid"
|
|
569
602
|
version = "0.9.6"
|
|
@@ -634,6 +667,15 @@ dependencies = [
|
|
|
634
667
|
"libc",
|
|
635
668
|
]
|
|
636
669
|
|
|
670
|
+
[[package]]
|
|
671
|
+
name = "cpufeatures"
|
|
672
|
+
version = "0.3.0"
|
|
673
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
674
|
+
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
|
|
675
|
+
dependencies = [
|
|
676
|
+
"libc",
|
|
677
|
+
]
|
|
678
|
+
|
|
637
679
|
[[package]]
|
|
638
680
|
name = "crc32fast"
|
|
639
681
|
version = "1.5.0"
|
|
@@ -645,9 +687,9 @@ dependencies = [
|
|
|
645
687
|
|
|
646
688
|
[[package]]
|
|
647
689
|
name = "crossbeam-utils"
|
|
648
|
-
version = "0.8.
|
|
690
|
+
version = "0.8.22"
|
|
649
691
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
650
|
-
checksum = "
|
|
692
|
+
checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
|
|
651
693
|
|
|
652
694
|
[[package]]
|
|
653
695
|
name = "crunchy"
|
|
@@ -696,7 +738,7 @@ dependencies = [
|
|
|
696
738
|
"proc-macro2",
|
|
697
739
|
"quote",
|
|
698
740
|
"strsim",
|
|
699
|
-
"syn 2.0.
|
|
741
|
+
"syn 2.0.119",
|
|
700
742
|
]
|
|
701
743
|
|
|
702
744
|
[[package]]
|
|
@@ -709,7 +751,7 @@ dependencies = [
|
|
|
709
751
|
"proc-macro2",
|
|
710
752
|
"quote",
|
|
711
753
|
"strsim",
|
|
712
|
-
"syn 2.0.
|
|
754
|
+
"syn 2.0.119",
|
|
713
755
|
]
|
|
714
756
|
|
|
715
757
|
[[package]]
|
|
@@ -720,7 +762,7 @@ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
|
|
|
720
762
|
dependencies = [
|
|
721
763
|
"darling_core 0.20.11",
|
|
722
764
|
"quote",
|
|
723
|
-
"syn 2.0.
|
|
765
|
+
"syn 2.0.119",
|
|
724
766
|
]
|
|
725
767
|
|
|
726
768
|
[[package]]
|
|
@@ -731,7 +773,7 @@ checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
|
|
|
731
773
|
dependencies = [
|
|
732
774
|
"darling_core 0.23.0",
|
|
733
775
|
"quote",
|
|
734
|
-
"syn 2.0.
|
|
776
|
+
"syn 2.0.119",
|
|
735
777
|
]
|
|
736
778
|
|
|
737
779
|
[[package]]
|
|
@@ -751,7 +793,6 @@ version = "0.5.8"
|
|
|
751
793
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
752
794
|
checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
|
|
753
795
|
dependencies = [
|
|
754
|
-
"powerfmt",
|
|
755
796
|
"serde_core",
|
|
756
797
|
]
|
|
757
798
|
|
|
@@ -773,7 +814,7 @@ dependencies = [
|
|
|
773
814
|
"darling 0.20.11",
|
|
774
815
|
"proc-macro2",
|
|
775
816
|
"quote",
|
|
776
|
-
"syn 2.0.
|
|
817
|
+
"syn 2.0.119",
|
|
777
818
|
]
|
|
778
819
|
|
|
779
820
|
[[package]]
|
|
@@ -783,7 +824,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
783
824
|
checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
|
|
784
825
|
dependencies = [
|
|
785
826
|
"derive_builder_core",
|
|
786
|
-
"syn 2.0.
|
|
827
|
+
"syn 2.0.119",
|
|
787
828
|
]
|
|
788
829
|
|
|
789
830
|
[[package]]
|
|
@@ -799,13 +840,13 @@ dependencies = [
|
|
|
799
840
|
|
|
800
841
|
[[package]]
|
|
801
842
|
name = "displaydoc"
|
|
802
|
-
version = "0.2.
|
|
843
|
+
version = "0.2.6"
|
|
803
844
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
804
|
-
checksum = "
|
|
845
|
+
checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
|
|
805
846
|
dependencies = [
|
|
806
847
|
"proc-macro2",
|
|
807
848
|
"quote",
|
|
808
|
-
"syn 2.0.
|
|
849
|
+
"syn 2.0.119",
|
|
809
850
|
]
|
|
810
851
|
|
|
811
852
|
[[package]]
|
|
@@ -831,9 +872,9 @@ checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
|
|
|
831
872
|
|
|
832
873
|
[[package]]
|
|
833
874
|
name = "either"
|
|
834
|
-
version = "1.
|
|
875
|
+
version = "1.17.0"
|
|
835
876
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
836
|
-
checksum = "
|
|
877
|
+
checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
|
|
837
878
|
|
|
838
879
|
[[package]]
|
|
839
880
|
name = "encoding_rs"
|
|
@@ -889,9 +930,9 @@ dependencies = [
|
|
|
889
930
|
|
|
890
931
|
[[package]]
|
|
891
932
|
name = "fastrand"
|
|
892
|
-
version = "2.
|
|
933
|
+
version = "2.5.0"
|
|
893
934
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
894
|
-
checksum = "
|
|
935
|
+
checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
|
|
895
936
|
|
|
896
937
|
[[package]]
|
|
897
938
|
name = "figment"
|
|
@@ -975,9 +1016,9 @@ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
|
|
975
1016
|
|
|
976
1017
|
[[package]]
|
|
977
1018
|
name = "futures"
|
|
978
|
-
version = "0.3.
|
|
1019
|
+
version = "0.3.33"
|
|
979
1020
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
980
|
-
checksum = "
|
|
1021
|
+
checksum = "a88cf1f829d945f548cf8fec32c61b1f202b6d93b45848602fc02af4b12ad218"
|
|
981
1022
|
dependencies = [
|
|
982
1023
|
"futures-channel",
|
|
983
1024
|
"futures-core",
|
|
@@ -990,9 +1031,9 @@ dependencies = [
|
|
|
990
1031
|
|
|
991
1032
|
[[package]]
|
|
992
1033
|
name = "futures-channel"
|
|
993
|
-
version = "0.3.
|
|
1034
|
+
version = "0.3.33"
|
|
994
1035
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
995
|
-
checksum = "
|
|
1036
|
+
checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae"
|
|
996
1037
|
dependencies = [
|
|
997
1038
|
"futures-core",
|
|
998
1039
|
"futures-sink",
|
|
@@ -1000,15 +1041,15 @@ dependencies = [
|
|
|
1000
1041
|
|
|
1001
1042
|
[[package]]
|
|
1002
1043
|
name = "futures-core"
|
|
1003
|
-
version = "0.3.
|
|
1044
|
+
version = "0.3.33"
|
|
1004
1045
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1005
|
-
checksum = "
|
|
1046
|
+
checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
|
|
1006
1047
|
|
|
1007
1048
|
[[package]]
|
|
1008
1049
|
name = "futures-executor"
|
|
1009
|
-
version = "0.3.
|
|
1050
|
+
version = "0.3.33"
|
|
1010
1051
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1011
|
-
checksum = "
|
|
1052
|
+
checksum = "6754879cc9f2c66f88c6e5c35344bb0bdb0708b0352b1201815667c7eabc7458"
|
|
1012
1053
|
dependencies = [
|
|
1013
1054
|
"futures-core",
|
|
1014
1055
|
"futures-task",
|
|
@@ -1017,9 +1058,9 @@ dependencies = [
|
|
|
1017
1058
|
|
|
1018
1059
|
[[package]]
|
|
1019
1060
|
name = "futures-io"
|
|
1020
|
-
version = "0.3.
|
|
1061
|
+
version = "0.3.33"
|
|
1021
1062
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1022
|
-
checksum = "
|
|
1063
|
+
checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a"
|
|
1023
1064
|
|
|
1024
1065
|
[[package]]
|
|
1025
1066
|
name = "futures-lite"
|
|
@@ -1036,38 +1077,38 @@ dependencies = [
|
|
|
1036
1077
|
|
|
1037
1078
|
[[package]]
|
|
1038
1079
|
name = "futures-macro"
|
|
1039
|
-
version = "0.3.
|
|
1080
|
+
version = "0.3.33"
|
|
1040
1081
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1041
|
-
checksum = "
|
|
1082
|
+
checksum = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b"
|
|
1042
1083
|
dependencies = [
|
|
1043
1084
|
"proc-macro2",
|
|
1044
1085
|
"quote",
|
|
1045
|
-
"syn 2.0.
|
|
1086
|
+
"syn 2.0.119",
|
|
1046
1087
|
]
|
|
1047
1088
|
|
|
1048
1089
|
[[package]]
|
|
1049
1090
|
name = "futures-sink"
|
|
1050
|
-
version = "0.3.
|
|
1091
|
+
version = "0.3.33"
|
|
1051
1092
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1052
|
-
checksum = "
|
|
1093
|
+
checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307"
|
|
1053
1094
|
|
|
1054
1095
|
[[package]]
|
|
1055
1096
|
name = "futures-task"
|
|
1056
|
-
version = "0.3.
|
|
1097
|
+
version = "0.3.33"
|
|
1057
1098
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1058
|
-
checksum = "
|
|
1099
|
+
checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
|
|
1059
1100
|
|
|
1060
1101
|
[[package]]
|
|
1061
1102
|
name = "futures-timer"
|
|
1062
|
-
version = "3.0.
|
|
1103
|
+
version = "3.0.4"
|
|
1063
1104
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1064
|
-
checksum = "
|
|
1105
|
+
checksum = "af43fadb8a98512d547e37b4e92e0ced13e205c061b87b4623eff01d918d6968"
|
|
1065
1106
|
|
|
1066
1107
|
[[package]]
|
|
1067
1108
|
name = "futures-util"
|
|
1068
|
-
version = "0.3.
|
|
1109
|
+
version = "0.3.33"
|
|
1069
1110
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1070
|
-
checksum = "
|
|
1111
|
+
checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
|
|
1071
1112
|
dependencies = [
|
|
1072
1113
|
"futures-channel",
|
|
1073
1114
|
"futures-core",
|
|
@@ -1119,31 +1160,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1119
1160
|
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
1120
1161
|
dependencies = [
|
|
1121
1162
|
"cfg-if",
|
|
1122
|
-
"js-sys",
|
|
1123
1163
|
"libc",
|
|
1124
1164
|
"r-efi 5.3.0",
|
|
1125
1165
|
"wasip2",
|
|
1126
|
-
"wasm-bindgen",
|
|
1127
1166
|
]
|
|
1128
1167
|
|
|
1129
1168
|
[[package]]
|
|
1130
1169
|
name = "getrandom"
|
|
1131
|
-
version = "0.4.
|
|
1170
|
+
version = "0.4.3"
|
|
1132
1171
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1133
|
-
checksum = "
|
|
1172
|
+
checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
|
|
1134
1173
|
dependencies = [
|
|
1135
1174
|
"cfg-if",
|
|
1175
|
+
"js-sys",
|
|
1136
1176
|
"libc",
|
|
1137
1177
|
"r-efi 6.0.0",
|
|
1138
|
-
"
|
|
1139
|
-
"
|
|
1178
|
+
"rand_core 0.10.1",
|
|
1179
|
+
"wasm-bindgen",
|
|
1140
1180
|
]
|
|
1141
1181
|
|
|
1142
1182
|
[[package]]
|
|
1143
1183
|
name = "glob"
|
|
1144
|
-
version = "0.3.
|
|
1184
|
+
version = "0.3.4"
|
|
1145
1185
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1146
|
-
checksum = "
|
|
1186
|
+
checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b"
|
|
1147
1187
|
|
|
1148
1188
|
[[package]]
|
|
1149
1189
|
name = "gloo-timers"
|
|
@@ -1159,9 +1199,9 @@ dependencies = [
|
|
|
1159
1199
|
|
|
1160
1200
|
[[package]]
|
|
1161
1201
|
name = "h2"
|
|
1162
|
-
version = "0.4.
|
|
1202
|
+
version = "0.4.15"
|
|
1163
1203
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1164
|
-
checksum = "
|
|
1204
|
+
checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
|
|
1165
1205
|
dependencies = [
|
|
1166
1206
|
"atomic-waker",
|
|
1167
1207
|
"bytes",
|
|
@@ -1193,9 +1233,9 @@ dependencies = [
|
|
|
1193
1233
|
|
|
1194
1234
|
[[package]]
|
|
1195
1235
|
name = "hashbrown"
|
|
1196
|
-
version = "0.17.
|
|
1236
|
+
version = "0.17.1"
|
|
1197
1237
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1198
|
-
checksum = "
|
|
1238
|
+
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
|
|
1199
1239
|
|
|
1200
1240
|
[[package]]
|
|
1201
1241
|
name = "headers"
|
|
@@ -1250,9 +1290,9 @@ dependencies = [
|
|
|
1250
1290
|
|
|
1251
1291
|
[[package]]
|
|
1252
1292
|
name = "http"
|
|
1253
|
-
version = "1.4.
|
|
1293
|
+
version = "1.4.2"
|
|
1254
1294
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1255
|
-
checksum = "
|
|
1295
|
+
checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
|
|
1256
1296
|
dependencies = [
|
|
1257
1297
|
"bytes",
|
|
1258
1298
|
"itoa",
|
|
@@ -1260,9 +1300,9 @@ dependencies = [
|
|
|
1260
1300
|
|
|
1261
1301
|
[[package]]
|
|
1262
1302
|
name = "http-body"
|
|
1263
|
-
version = "1.0
|
|
1303
|
+
version = "1.1.0"
|
|
1264
1304
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1265
|
-
checksum = "
|
|
1305
|
+
checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
|
|
1266
1306
|
dependencies = [
|
|
1267
1307
|
"bytes",
|
|
1268
1308
|
"http",
|
|
@@ -1270,9 +1310,9 @@ dependencies = [
|
|
|
1270
1310
|
|
|
1271
1311
|
[[package]]
|
|
1272
1312
|
name = "http-body-util"
|
|
1273
|
-
version = "0.1.
|
|
1313
|
+
version = "0.1.4"
|
|
1274
1314
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1275
|
-
checksum = "
|
|
1315
|
+
checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2"
|
|
1276
1316
|
dependencies = [
|
|
1277
1317
|
"bytes",
|
|
1278
1318
|
"futures-core",
|
|
@@ -1321,7 +1361,7 @@ dependencies = [
|
|
|
1321
1361
|
"similar",
|
|
1322
1362
|
"stringmetrics",
|
|
1323
1363
|
"tabwriter",
|
|
1324
|
-
"thiserror 2.0.
|
|
1364
|
+
"thiserror 2.0.19",
|
|
1325
1365
|
"tokio",
|
|
1326
1366
|
"tracing",
|
|
1327
1367
|
"url",
|
|
@@ -1329,9 +1369,9 @@ dependencies = [
|
|
|
1329
1369
|
|
|
1330
1370
|
[[package]]
|
|
1331
1371
|
name = "hyper"
|
|
1332
|
-
version = "1.
|
|
1372
|
+
version = "1.11.0"
|
|
1333
1373
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1334
|
-
checksum = "
|
|
1374
|
+
checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72"
|
|
1335
1375
|
dependencies = [
|
|
1336
1376
|
"atomic-waker",
|
|
1337
1377
|
"bytes",
|
|
@@ -1349,46 +1389,6 @@ dependencies = [
|
|
|
1349
1389
|
"want",
|
|
1350
1390
|
]
|
|
1351
1391
|
|
|
1352
|
-
[[package]]
|
|
1353
|
-
name = "hyper-proxy2"
|
|
1354
|
-
version = "0.1.0"
|
|
1355
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1356
|
-
checksum = "9043b7b23fb0bc4a1c7014c27b50a4fc42cc76206f71d34fc0dfe5b28ddc3faf"
|
|
1357
|
-
dependencies = [
|
|
1358
|
-
"bytes",
|
|
1359
|
-
"futures-util",
|
|
1360
|
-
"headers",
|
|
1361
|
-
"http",
|
|
1362
|
-
"hyper",
|
|
1363
|
-
"hyper-rustls 0.26.0",
|
|
1364
|
-
"hyper-util",
|
|
1365
|
-
"pin-project-lite",
|
|
1366
|
-
"rustls-native-certs 0.7.3",
|
|
1367
|
-
"tokio",
|
|
1368
|
-
"tokio-rustls 0.25.0",
|
|
1369
|
-
"tower-service",
|
|
1370
|
-
"webpki",
|
|
1371
|
-
]
|
|
1372
|
-
|
|
1373
|
-
[[package]]
|
|
1374
|
-
name = "hyper-rustls"
|
|
1375
|
-
version = "0.26.0"
|
|
1376
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1377
|
-
checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c"
|
|
1378
|
-
dependencies = [
|
|
1379
|
-
"futures-util",
|
|
1380
|
-
"http",
|
|
1381
|
-
"hyper",
|
|
1382
|
-
"hyper-util",
|
|
1383
|
-
"log",
|
|
1384
|
-
"rustls 0.22.4",
|
|
1385
|
-
"rustls-native-certs 0.7.3",
|
|
1386
|
-
"rustls-pki-types",
|
|
1387
|
-
"tokio",
|
|
1388
|
-
"tokio-rustls 0.25.0",
|
|
1389
|
-
"tower-service",
|
|
1390
|
-
]
|
|
1391
|
-
|
|
1392
1392
|
[[package]]
|
|
1393
1393
|
name = "hyper-rustls"
|
|
1394
1394
|
version = "0.27.9"
|
|
@@ -1398,10 +1398,10 @@ dependencies = [
|
|
|
1398
1398
|
"http",
|
|
1399
1399
|
"hyper",
|
|
1400
1400
|
"hyper-util",
|
|
1401
|
-
"rustls
|
|
1402
|
-
"rustls-native-certs
|
|
1401
|
+
"rustls",
|
|
1402
|
+
"rustls-native-certs",
|
|
1403
1403
|
"tokio",
|
|
1404
|
-
"tokio-rustls
|
|
1404
|
+
"tokio-rustls",
|
|
1405
1405
|
"tower-service",
|
|
1406
1406
|
"webpki-roots",
|
|
1407
1407
|
]
|
|
@@ -1467,7 +1467,7 @@ dependencies = [
|
|
|
1467
1467
|
"libc",
|
|
1468
1468
|
"percent-encoding",
|
|
1469
1469
|
"pin-project-lite",
|
|
1470
|
-
"socket2
|
|
1470
|
+
"socket2",
|
|
1471
1471
|
"system-configuration",
|
|
1472
1472
|
"tokio",
|
|
1473
1473
|
"tower-service",
|
|
@@ -1581,12 +1581,6 @@ dependencies = [
|
|
|
1581
1581
|
"zerovec",
|
|
1582
1582
|
]
|
|
1583
1583
|
|
|
1584
|
-
[[package]]
|
|
1585
|
-
name = "id-arena"
|
|
1586
|
-
version = "2.3.0"
|
|
1587
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1588
|
-
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
|
|
1589
|
-
|
|
1590
1584
|
[[package]]
|
|
1591
1585
|
name = "ident_case"
|
|
1592
1586
|
version = "1.0.1"
|
|
@@ -1606,9 +1600,9 @@ dependencies = [
|
|
|
1606
1600
|
|
|
1607
1601
|
[[package]]
|
|
1608
1602
|
name = "idna_adapter"
|
|
1609
|
-
version = "1.2.
|
|
1603
|
+
version = "1.2.2"
|
|
1610
1604
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1611
|
-
checksum = "
|
|
1605
|
+
checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
|
|
1612
1606
|
dependencies = [
|
|
1613
1607
|
"icu_normalizer",
|
|
1614
1608
|
"icu_properties",
|
|
@@ -1632,7 +1626,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1632
1626
|
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
|
|
1633
1627
|
dependencies = [
|
|
1634
1628
|
"equivalent",
|
|
1635
|
-
"hashbrown 0.17.
|
|
1629
|
+
"hashbrown 0.17.1",
|
|
1636
1630
|
"serde",
|
|
1637
1631
|
"serde_core",
|
|
1638
1632
|
]
|
|
@@ -1676,16 +1670,6 @@ version = "2.12.0"
|
|
|
1676
1670
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1677
1671
|
checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
|
|
1678
1672
|
|
|
1679
|
-
[[package]]
|
|
1680
|
-
name = "iri-string"
|
|
1681
|
-
version = "0.7.12"
|
|
1682
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1683
|
-
checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20"
|
|
1684
|
-
dependencies = [
|
|
1685
|
-
"memchr",
|
|
1686
|
-
"serde",
|
|
1687
|
-
]
|
|
1688
|
-
|
|
1689
1673
|
[[package]]
|
|
1690
1674
|
name = "is-macro"
|
|
1691
1675
|
version = "0.3.7"
|
|
@@ -1695,7 +1679,7 @@ dependencies = [
|
|
|
1695
1679
|
"heck",
|
|
1696
1680
|
"proc-macro2",
|
|
1697
1681
|
"quote",
|
|
1698
|
-
"syn 2.0.
|
|
1682
|
+
"syn 2.0.119",
|
|
1699
1683
|
]
|
|
1700
1684
|
|
|
1701
1685
|
[[package]]
|
|
@@ -1713,15 +1697,6 @@ dependencies = [
|
|
|
1713
1697
|
"either",
|
|
1714
1698
|
]
|
|
1715
1699
|
|
|
1716
|
-
[[package]]
|
|
1717
|
-
name = "itertools"
|
|
1718
|
-
version = "0.13.0"
|
|
1719
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1720
|
-
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
1721
|
-
dependencies = [
|
|
1722
|
-
"either",
|
|
1723
|
-
]
|
|
1724
|
-
|
|
1725
1700
|
[[package]]
|
|
1726
1701
|
name = "itertools"
|
|
1727
1702
|
version = "0.14.0"
|
|
@@ -1749,7 +1724,7 @@ dependencies = [
|
|
|
1749
1724
|
"jni-sys",
|
|
1750
1725
|
"log",
|
|
1751
1726
|
"simd_cesu8",
|
|
1752
|
-
"thiserror 2.0.
|
|
1727
|
+
"thiserror 2.0.19",
|
|
1753
1728
|
"walkdir",
|
|
1754
1729
|
"windows-link",
|
|
1755
1730
|
]
|
|
@@ -1764,7 +1739,7 @@ dependencies = [
|
|
|
1764
1739
|
"quote",
|
|
1765
1740
|
"rustc_version",
|
|
1766
1741
|
"simd_cesu8",
|
|
1767
|
-
"syn 2.0.
|
|
1742
|
+
"syn 2.0.119",
|
|
1768
1743
|
]
|
|
1769
1744
|
|
|
1770
1745
|
[[package]]
|
|
@@ -1783,28 +1758,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1783
1758
|
checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
|
|
1784
1759
|
dependencies = [
|
|
1785
1760
|
"quote",
|
|
1786
|
-
"syn 2.0.
|
|
1761
|
+
"syn 2.0.119",
|
|
1787
1762
|
]
|
|
1788
1763
|
|
|
1789
1764
|
[[package]]
|
|
1790
1765
|
name = "jobserver"
|
|
1791
|
-
version = "0.1.
|
|
1766
|
+
version = "0.1.35"
|
|
1792
1767
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1793
|
-
checksum = "
|
|
1768
|
+
checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
|
|
1794
1769
|
dependencies = [
|
|
1795
|
-
"getrandom 0.3
|
|
1770
|
+
"getrandom 0.4.3",
|
|
1796
1771
|
"libc",
|
|
1797
1772
|
]
|
|
1798
1773
|
|
|
1799
1774
|
[[package]]
|
|
1800
1775
|
name = "js-sys"
|
|
1801
|
-
version = "0.3.
|
|
1776
|
+
version = "0.3.103"
|
|
1802
1777
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1803
|
-
checksum = "
|
|
1778
|
+
checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
|
|
1804
1779
|
dependencies = [
|
|
1805
1780
|
"cfg-if",
|
|
1806
1781
|
"futures-util",
|
|
1807
|
-
"once_cell",
|
|
1808
1782
|
"wasm-bindgen",
|
|
1809
1783
|
]
|
|
1810
1784
|
|
|
@@ -1825,9 +1799,9 @@ dependencies = [
|
|
|
1825
1799
|
|
|
1826
1800
|
[[package]]
|
|
1827
1801
|
name = "jsonwebtoken"
|
|
1828
|
-
version = "10.
|
|
1802
|
+
version = "10.4.0"
|
|
1829
1803
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1830
|
-
checksum = "
|
|
1804
|
+
checksum = "eba32bfb4ffdeaca3e34431072faf01745c9b26d25504aa7a6cf5684334fc4fc"
|
|
1831
1805
|
dependencies = [
|
|
1832
1806
|
"aws-lc-rs",
|
|
1833
1807
|
"base64 0.22.1",
|
|
@@ -1838,6 +1812,7 @@ dependencies = [
|
|
|
1838
1812
|
"serde_json",
|
|
1839
1813
|
"signature",
|
|
1840
1814
|
"simple_asn1",
|
|
1815
|
+
"zeroize",
|
|
1841
1816
|
]
|
|
1842
1817
|
|
|
1843
1818
|
[[package]]
|
|
@@ -1864,17 +1839,11 @@ dependencies = [
|
|
|
1864
1839
|
"spin",
|
|
1865
1840
|
]
|
|
1866
1841
|
|
|
1867
|
-
[[package]]
|
|
1868
|
-
name = "leb128fmt"
|
|
1869
|
-
version = "0.1.0"
|
|
1870
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1871
|
-
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
|
1872
|
-
|
|
1873
1842
|
[[package]]
|
|
1874
1843
|
name = "libc"
|
|
1875
|
-
version = "0.2.
|
|
1844
|
+
version = "0.2.189"
|
|
1876
1845
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1877
|
-
checksum = "
|
|
1846
|
+
checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
|
|
1878
1847
|
|
|
1879
1848
|
[[package]]
|
|
1880
1849
|
name = "libm"
|
|
@@ -1911,9 +1880,9 @@ dependencies = [
|
|
|
1911
1880
|
|
|
1912
1881
|
[[package]]
|
|
1913
1882
|
name = "log"
|
|
1914
|
-
version = "0.4.
|
|
1883
|
+
version = "0.4.33"
|
|
1915
1884
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1916
|
-
checksum = "
|
|
1885
|
+
checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
|
|
1917
1886
|
dependencies = [
|
|
1918
1887
|
"value-bag",
|
|
1919
1888
|
]
|
|
@@ -1947,9 +1916,9 @@ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
|
|
|
1947
1916
|
|
|
1948
1917
|
[[package]]
|
|
1949
1918
|
name = "matrixmultiply"
|
|
1950
|
-
version = "0.3.
|
|
1919
|
+
version = "0.3.11"
|
|
1951
1920
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1952
|
-
checksum = "
|
|
1921
|
+
checksum = "3f607c237553f086e7043417a51df26b2eb899d3caff94e6a67592ff992fedc7"
|
|
1953
1922
|
dependencies = [
|
|
1954
1923
|
"autocfg",
|
|
1955
1924
|
"rawpointer",
|
|
@@ -1957,9 +1926,9 @@ dependencies = [
|
|
|
1957
1926
|
|
|
1958
1927
|
[[package]]
|
|
1959
1928
|
name = "memchr"
|
|
1960
|
-
version = "2.8.
|
|
1929
|
+
version = "2.8.3"
|
|
1961
1930
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1962
|
-
checksum = "
|
|
1931
|
+
checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
|
|
1963
1932
|
|
|
1964
1933
|
[[package]]
|
|
1965
1934
|
name = "memoffset"
|
|
@@ -1989,7 +1958,7 @@ checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
|
|
|
1989
1958
|
dependencies = [
|
|
1990
1959
|
"proc-macro2",
|
|
1991
1960
|
"quote",
|
|
1992
|
-
"syn 2.0.
|
|
1961
|
+
"syn 2.0.119",
|
|
1993
1962
|
]
|
|
1994
1963
|
|
|
1995
1964
|
[[package]]
|
|
@@ -2020,9 +1989,9 @@ dependencies = [
|
|
|
2020
1989
|
|
|
2021
1990
|
[[package]]
|
|
2022
1991
|
name = "mio"
|
|
2023
|
-
version = "1.2.
|
|
1992
|
+
version = "1.2.2"
|
|
2024
1993
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2025
|
-
checksum = "
|
|
1994
|
+
checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
|
|
2026
1995
|
dependencies = [
|
|
2027
1996
|
"libc",
|
|
2028
1997
|
"wasi",
|
|
@@ -2044,10 +2013,10 @@ dependencies = [
|
|
|
2044
2013
|
"libc",
|
|
2045
2014
|
"log",
|
|
2046
2015
|
"openssl",
|
|
2047
|
-
"openssl-probe
|
|
2016
|
+
"openssl-probe",
|
|
2048
2017
|
"openssl-sys",
|
|
2049
2018
|
"schannel",
|
|
2050
|
-
"security-framework
|
|
2019
|
+
"security-framework",
|
|
2051
2020
|
"security-framework-sys",
|
|
2052
2021
|
"tempfile",
|
|
2053
2022
|
]
|
|
@@ -2084,9 +2053,9 @@ dependencies = [
|
|
|
2084
2053
|
|
|
2085
2054
|
[[package]]
|
|
2086
2055
|
name = "num-bigint"
|
|
2087
|
-
version = "0.4.
|
|
2056
|
+
version = "0.4.8"
|
|
2088
2057
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2089
|
-
checksum = "
|
|
2058
|
+
checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367"
|
|
2090
2059
|
dependencies = [
|
|
2091
2060
|
"num-integer",
|
|
2092
2061
|
"num-traits",
|
|
@@ -2103,7 +2072,7 @@ dependencies = [
|
|
|
2103
2072
|
"num-integer",
|
|
2104
2073
|
"num-iter",
|
|
2105
2074
|
"num-traits",
|
|
2106
|
-
"rand 0.8.
|
|
2075
|
+
"rand 0.8.7",
|
|
2107
2076
|
"smallvec",
|
|
2108
2077
|
"zeroize",
|
|
2109
2078
|
]
|
|
@@ -2119,9 +2088,9 @@ dependencies = [
|
|
|
2119
2088
|
|
|
2120
2089
|
[[package]]
|
|
2121
2090
|
name = "num-conv"
|
|
2122
|
-
version = "0.2.
|
|
2091
|
+
version = "0.2.2"
|
|
2123
2092
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2124
|
-
checksum = "
|
|
2093
|
+
checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
|
|
2125
2094
|
|
|
2126
2095
|
[[package]]
|
|
2127
2096
|
name = "num-integer"
|
|
@@ -2134,11 +2103,10 @@ dependencies = [
|
|
|
2134
2103
|
|
|
2135
2104
|
[[package]]
|
|
2136
2105
|
name = "num-iter"
|
|
2137
|
-
version = "0.1.
|
|
2106
|
+
version = "0.1.46"
|
|
2138
2107
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2139
|
-
checksum = "
|
|
2108
|
+
checksum = "c92800bd69a1eac91786bcfe9da64a897eb72911b8dc3095decbd07429e8048b"
|
|
2140
2109
|
dependencies = [
|
|
2141
|
-
"autocfg",
|
|
2142
2110
|
"num-integer",
|
|
2143
2111
|
"num-traits",
|
|
2144
2112
|
]
|
|
@@ -2166,7 +2134,7 @@ dependencies = [
|
|
|
2166
2134
|
"num-traits",
|
|
2167
2135
|
"pyo3",
|
|
2168
2136
|
"pyo3-build-config",
|
|
2169
|
-
"rustc-hash 2.1.
|
|
2137
|
+
"rustc-hash 2.1.3",
|
|
2170
2138
|
]
|
|
2171
2139
|
|
|
2172
2140
|
[[package]]
|
|
@@ -2179,8 +2147,8 @@ dependencies = [
|
|
|
2179
2147
|
"chrono",
|
|
2180
2148
|
"getrandom 0.2.17",
|
|
2181
2149
|
"http",
|
|
2182
|
-
"rand 0.8.
|
|
2183
|
-
"reqwest",
|
|
2150
|
+
"rand 0.8.7",
|
|
2151
|
+
"reqwest 0.12.28",
|
|
2184
2152
|
"serde",
|
|
2185
2153
|
"serde_json",
|
|
2186
2154
|
"serde_path_to_error",
|
|
@@ -2201,10 +2169,10 @@ dependencies = [
|
|
|
2201
2169
|
"colored",
|
|
2202
2170
|
"futures",
|
|
2203
2171
|
"http",
|
|
2204
|
-
"jsonwebtoken 10.
|
|
2172
|
+
"jsonwebtoken 10.4.0",
|
|
2205
2173
|
"once_cell",
|
|
2206
|
-
"rand 0.8.
|
|
2207
|
-
"reqwest",
|
|
2174
|
+
"rand 0.8.7",
|
|
2175
|
+
"reqwest 0.12.28",
|
|
2208
2176
|
"rsa",
|
|
2209
2177
|
"serde",
|
|
2210
2178
|
"serde_json",
|
|
@@ -2256,15 +2224,14 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
|
2256
2224
|
|
|
2257
2225
|
[[package]]
|
|
2258
2226
|
name = "openssl"
|
|
2259
|
-
version = "0.10.
|
|
2227
|
+
version = "0.10.81"
|
|
2260
2228
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2261
|
-
checksum = "
|
|
2229
|
+
checksum = "77823a27f0babb03091cb9ed9ef80af3b39dbc82f97e8fa530374b7dafd87a45"
|
|
2262
2230
|
dependencies = [
|
|
2263
2231
|
"bitflags",
|
|
2264
2232
|
"cfg-if",
|
|
2265
2233
|
"foreign-types",
|
|
2266
2234
|
"libc",
|
|
2267
|
-
"once_cell",
|
|
2268
2235
|
"openssl-macros",
|
|
2269
2236
|
"openssl-sys",
|
|
2270
2237
|
]
|
|
@@ -2277,15 +2244,9 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
|
2277
2244
|
dependencies = [
|
|
2278
2245
|
"proc-macro2",
|
|
2279
2246
|
"quote",
|
|
2280
|
-
"syn 2.0.
|
|
2247
|
+
"syn 2.0.119",
|
|
2281
2248
|
]
|
|
2282
2249
|
|
|
2283
|
-
[[package]]
|
|
2284
|
-
name = "openssl-probe"
|
|
2285
|
-
version = "0.1.6"
|
|
2286
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2287
|
-
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|
2288
|
-
|
|
2289
2250
|
[[package]]
|
|
2290
2251
|
name = "openssl-probe"
|
|
2291
2252
|
version = "0.2.1"
|
|
@@ -2294,9 +2255,9 @@ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
|
|
|
2294
2255
|
|
|
2295
2256
|
[[package]]
|
|
2296
2257
|
name = "openssl-sys"
|
|
2297
|
-
version = "0.9.
|
|
2258
|
+
version = "0.9.117"
|
|
2298
2259
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2299
|
-
checksum = "
|
|
2260
|
+
checksum = "b47e7e6bb2c38cd930d25a23b40fa52e068c10e85f3e03a7f5ba5aaca5713695"
|
|
2300
2261
|
dependencies = [
|
|
2301
2262
|
"cc",
|
|
2302
2263
|
"libc",
|
|
@@ -2306,23 +2267,23 @@ dependencies = [
|
|
|
2306
2267
|
|
|
2307
2268
|
[[package]]
|
|
2308
2269
|
name = "opentelemetry"
|
|
2309
|
-
version = "0.
|
|
2270
|
+
version = "0.31.0"
|
|
2310
2271
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2311
|
-
checksum = "
|
|
2272
|
+
checksum = "b84bcd6ae87133e903af7ef497404dda70c60d0ea14895fc8a5e6722754fc2a0"
|
|
2312
2273
|
dependencies = [
|
|
2313
2274
|
"futures-core",
|
|
2314
2275
|
"futures-sink",
|
|
2315
2276
|
"js-sys",
|
|
2316
2277
|
"pin-project-lite",
|
|
2317
|
-
"thiserror 2.0.
|
|
2278
|
+
"thiserror 2.0.19",
|
|
2318
2279
|
"tracing",
|
|
2319
2280
|
]
|
|
2320
2281
|
|
|
2321
2282
|
[[package]]
|
|
2322
2283
|
name = "opentelemetry-http"
|
|
2323
|
-
version = "0.
|
|
2284
|
+
version = "0.31.0"
|
|
2324
2285
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2325
|
-
checksum = "
|
|
2286
|
+
checksum = "d7a6d09a73194e6b66df7c8f1b680f156d916a1a942abf2de06823dd02b7855d"
|
|
2326
2287
|
dependencies = [
|
|
2327
2288
|
"async-trait",
|
|
2328
2289
|
"bytes",
|
|
@@ -2330,31 +2291,65 @@ dependencies = [
|
|
|
2330
2291
|
"opentelemetry",
|
|
2331
2292
|
]
|
|
2332
2293
|
|
|
2294
|
+
[[package]]
|
|
2295
|
+
name = "opentelemetry-otlp"
|
|
2296
|
+
version = "0.31.1"
|
|
2297
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2298
|
+
checksum = "1f69cd6acbb9af919df949cd1ec9e5e7fdc2ef15d234b6b795aaa525cc02f71f"
|
|
2299
|
+
dependencies = [
|
|
2300
|
+
"http",
|
|
2301
|
+
"opentelemetry",
|
|
2302
|
+
"opentelemetry-proto",
|
|
2303
|
+
"opentelemetry_sdk",
|
|
2304
|
+
"prost",
|
|
2305
|
+
"thiserror 2.0.19",
|
|
2306
|
+
"tokio",
|
|
2307
|
+
"tonic",
|
|
2308
|
+
]
|
|
2309
|
+
|
|
2310
|
+
[[package]]
|
|
2311
|
+
name = "opentelemetry-proto"
|
|
2312
|
+
version = "0.31.0"
|
|
2313
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2314
|
+
checksum = "a7175df06de5eaee9909d4805a3d07e28bb752c34cab57fa9cff549da596b30f"
|
|
2315
|
+
dependencies = [
|
|
2316
|
+
"base64 0.22.1",
|
|
2317
|
+
"const-hex",
|
|
2318
|
+
"opentelemetry",
|
|
2319
|
+
"opentelemetry_sdk",
|
|
2320
|
+
"prost",
|
|
2321
|
+
"serde",
|
|
2322
|
+
"serde_json",
|
|
2323
|
+
"tonic",
|
|
2324
|
+
"tonic-prost",
|
|
2325
|
+
]
|
|
2326
|
+
|
|
2333
2327
|
[[package]]
|
|
2334
2328
|
name = "opentelemetry_sdk"
|
|
2335
|
-
version = "0.
|
|
2329
|
+
version = "0.31.0"
|
|
2336
2330
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2337
|
-
checksum = "
|
|
2331
|
+
checksum = "e14ae4f5991976fd48df6d843de219ca6d31b01daaab2dad5af2badeded372bd"
|
|
2338
2332
|
dependencies = [
|
|
2339
2333
|
"futures-channel",
|
|
2340
2334
|
"futures-executor",
|
|
2341
2335
|
"futures-util",
|
|
2342
2336
|
"opentelemetry",
|
|
2343
2337
|
"percent-encoding",
|
|
2344
|
-
"rand 0.9.
|
|
2345
|
-
"
|
|
2346
|
-
"
|
|
2338
|
+
"rand 0.9.5",
|
|
2339
|
+
"thiserror 2.0.19",
|
|
2340
|
+
"tokio",
|
|
2341
|
+
"tokio-stream",
|
|
2347
2342
|
]
|
|
2348
2343
|
|
|
2349
2344
|
[[package]]
|
|
2350
2345
|
name = "optipy"
|
|
2351
|
-
version = "0.1.
|
|
2346
|
+
version = "0.1.3"
|
|
2352
2347
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2353
|
-
checksum = "
|
|
2348
|
+
checksum = "fbaf089dd2abebd455ececdc445203a6e9a5326333f2fb1c3c5ba5eb810a64e4"
|
|
2354
2349
|
dependencies = [
|
|
2355
2350
|
"proc-macro2",
|
|
2356
2351
|
"quote",
|
|
2357
|
-
"syn 2.0.
|
|
2352
|
+
"syn 2.0.119",
|
|
2358
2353
|
]
|
|
2359
2354
|
|
|
2360
2355
|
[[package]]
|
|
@@ -2396,10 +2391,10 @@ dependencies = [
|
|
|
2396
2391
|
]
|
|
2397
2392
|
|
|
2398
2393
|
[[package]]
|
|
2399
|
-
name = "
|
|
2400
|
-
version = "
|
|
2394
|
+
name = "pastey"
|
|
2395
|
+
version = "0.2.3"
|
|
2401
2396
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2402
|
-
checksum = "
|
|
2397
|
+
checksum = "2ee67f1008b1ba2321834326597b8e186293b049a023cdef258527550b9935b4"
|
|
2403
2398
|
|
|
2404
2399
|
[[package]]
|
|
2405
2400
|
name = "path-tree"
|
|
@@ -2412,31 +2407,31 @@ dependencies = [
|
|
|
2412
2407
|
|
|
2413
2408
|
[[package]]
|
|
2414
2409
|
name = "pbjson"
|
|
2415
|
-
version = "0.
|
|
2410
|
+
version = "0.9.0"
|
|
2416
2411
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2417
|
-
checksum = "
|
|
2412
|
+
checksum = "e8edd1efdd8ab23ba9cb9ace3d9987a72663d5d7c9f74fa00b51d6213645cf6c"
|
|
2418
2413
|
dependencies = [
|
|
2419
|
-
"base64 0.
|
|
2414
|
+
"base64 0.22.1",
|
|
2420
2415
|
"serde",
|
|
2421
2416
|
]
|
|
2422
2417
|
|
|
2423
2418
|
[[package]]
|
|
2424
2419
|
name = "pbjson-build"
|
|
2425
|
-
version = "0.
|
|
2420
|
+
version = "0.9.0"
|
|
2426
2421
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2427
|
-
checksum = "
|
|
2422
|
+
checksum = "2ed4d5c6ae95e08ac768883c8401cf0e8deb4e6e1d6a4e1fd3d2ec4f0ec63200"
|
|
2428
2423
|
dependencies = [
|
|
2429
2424
|
"heck",
|
|
2430
|
-
"itertools 0.
|
|
2425
|
+
"itertools 0.14.0",
|
|
2431
2426
|
"prost",
|
|
2432
2427
|
"prost-types",
|
|
2433
2428
|
]
|
|
2434
2429
|
|
|
2435
2430
|
[[package]]
|
|
2436
2431
|
name = "pbjson-types"
|
|
2437
|
-
version = "0.
|
|
2432
|
+
version = "0.9.0"
|
|
2438
2433
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2439
|
-
checksum = "
|
|
2434
|
+
checksum = "a14e2757d877c0f607a82ce1b8560e224370f159d66c5d52eb55ea187ef0350e"
|
|
2440
2435
|
dependencies = [
|
|
2441
2436
|
"bytes",
|
|
2442
2437
|
"chrono",
|
|
@@ -2467,7 +2462,7 @@ dependencies = [
|
|
|
2467
2462
|
"proc-macro2",
|
|
2468
2463
|
"proc-macro2-diagnostics",
|
|
2469
2464
|
"quote",
|
|
2470
|
-
"syn 2.0.
|
|
2465
|
+
"syn 2.0.119",
|
|
2471
2466
|
]
|
|
2472
2467
|
|
|
2473
2468
|
[[package]]
|
|
@@ -2497,11 +2492,12 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
|
2497
2492
|
|
|
2498
2493
|
[[package]]
|
|
2499
2494
|
name = "petgraph"
|
|
2500
|
-
version = "0.
|
|
2495
|
+
version = "0.8.3"
|
|
2501
2496
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2502
|
-
checksum = "
|
|
2497
|
+
checksum = "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455"
|
|
2503
2498
|
dependencies = [
|
|
2504
2499
|
"fixedbitset",
|
|
2500
|
+
"hashbrown 0.15.5",
|
|
2505
2501
|
"indexmap 2.14.0",
|
|
2506
2502
|
]
|
|
2507
2503
|
|
|
@@ -2531,7 +2527,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2531
2527
|
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
|
|
2532
2528
|
dependencies = [
|
|
2533
2529
|
"phf_shared",
|
|
2534
|
-
"rand 0.8.
|
|
2530
|
+
"rand 0.8.7",
|
|
2535
2531
|
]
|
|
2536
2532
|
|
|
2537
2533
|
[[package]]
|
|
@@ -2545,22 +2541,22 @@ dependencies = [
|
|
|
2545
2541
|
|
|
2546
2542
|
[[package]]
|
|
2547
2543
|
name = "pin-project"
|
|
2548
|
-
version = "1.1.
|
|
2544
|
+
version = "1.1.13"
|
|
2549
2545
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2550
|
-
checksum = "
|
|
2546
|
+
checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924"
|
|
2551
2547
|
dependencies = [
|
|
2552
2548
|
"pin-project-internal",
|
|
2553
2549
|
]
|
|
2554
2550
|
|
|
2555
2551
|
[[package]]
|
|
2556
2552
|
name = "pin-project-internal"
|
|
2557
|
-
version = "1.1.
|
|
2553
|
+
version = "1.1.13"
|
|
2558
2554
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2559
|
-
checksum = "
|
|
2555
|
+
checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b"
|
|
2560
2556
|
dependencies = [
|
|
2561
2557
|
"proc-macro2",
|
|
2562
2558
|
"quote",
|
|
2563
|
-
"syn 2.0.
|
|
2559
|
+
"syn 2.0.119",
|
|
2564
2560
|
]
|
|
2565
2561
|
|
|
2566
2562
|
[[package]]
|
|
@@ -2629,9 +2625,9 @@ dependencies = [
|
|
|
2629
2625
|
|
|
2630
2626
|
[[package]]
|
|
2631
2627
|
name = "portable-atomic"
|
|
2632
|
-
version = "1.
|
|
2628
|
+
version = "1.14.0"
|
|
2633
2629
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2634
|
-
checksum = "
|
|
2630
|
+
checksum = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3"
|
|
2635
2631
|
|
|
2636
2632
|
[[package]]
|
|
2637
2633
|
name = "portable-atomic-util"
|
|
@@ -2673,7 +2669,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2673
2669
|
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
2674
2670
|
dependencies = [
|
|
2675
2671
|
"proc-macro2",
|
|
2676
|
-
"syn 2.0.
|
|
2672
|
+
"syn 2.0.119",
|
|
2677
2673
|
]
|
|
2678
2674
|
|
|
2679
2675
|
[[package]]
|
|
@@ -2682,14 +2678,14 @@ version = "3.5.0"
|
|
|
2682
2678
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2683
2679
|
checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
|
|
2684
2680
|
dependencies = [
|
|
2685
|
-
"toml_edit 0.25.
|
|
2681
|
+
"toml_edit 0.25.13+spec-1.1.0",
|
|
2686
2682
|
]
|
|
2687
2683
|
|
|
2688
2684
|
[[package]]
|
|
2689
2685
|
name = "proc-macro2"
|
|
2690
|
-
version = "1.0.
|
|
2686
|
+
version = "1.0.107"
|
|
2691
2687
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2692
|
-
checksum = "
|
|
2688
|
+
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
|
|
2693
2689
|
dependencies = [
|
|
2694
2690
|
"unicode-ident",
|
|
2695
2691
|
]
|
|
@@ -2702,16 +2698,31 @@ checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
|
|
|
2702
2698
|
dependencies = [
|
|
2703
2699
|
"proc-macro2",
|
|
2704
2700
|
"quote",
|
|
2705
|
-
"syn 2.0.
|
|
2701
|
+
"syn 2.0.119",
|
|
2706
2702
|
"version_check",
|
|
2707
2703
|
"yansi",
|
|
2708
2704
|
]
|
|
2709
2705
|
|
|
2706
|
+
[[package]]
|
|
2707
|
+
name = "proptest"
|
|
2708
|
+
version = "1.11.0"
|
|
2709
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2710
|
+
checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
|
|
2711
|
+
dependencies = [
|
|
2712
|
+
"bitflags",
|
|
2713
|
+
"num-traits",
|
|
2714
|
+
"rand 0.9.5",
|
|
2715
|
+
"rand_chacha 0.9.0",
|
|
2716
|
+
"rand_xorshift",
|
|
2717
|
+
"regex-syntax",
|
|
2718
|
+
"unarray",
|
|
2719
|
+
]
|
|
2720
|
+
|
|
2710
2721
|
[[package]]
|
|
2711
2722
|
name = "prost"
|
|
2712
|
-
version = "0.
|
|
2723
|
+
version = "0.14.4"
|
|
2713
2724
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2714
|
-
checksum = "
|
|
2725
|
+
checksum = "528ac67416ff8646872a3c02cad9cc4ee5dc9f9540c9b10771855c95cb2e5ae1"
|
|
2715
2726
|
dependencies = [
|
|
2716
2727
|
"bytes",
|
|
2717
2728
|
"prost-derive",
|
|
@@ -2719,42 +2730,43 @@ dependencies = [
|
|
|
2719
2730
|
|
|
2720
2731
|
[[package]]
|
|
2721
2732
|
name = "prost-build"
|
|
2722
|
-
version = "0.
|
|
2733
|
+
version = "0.14.4"
|
|
2723
2734
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2724
|
-
checksum = "
|
|
2735
|
+
checksum = "03da047801ff44bb6a4d407d4860c05fd70bb81714e6b2f3812603d5b145b042"
|
|
2725
2736
|
dependencies = [
|
|
2726
2737
|
"heck",
|
|
2727
2738
|
"itertools 0.14.0",
|
|
2728
2739
|
"log",
|
|
2729
2740
|
"multimap",
|
|
2730
|
-
"once_cell",
|
|
2731
2741
|
"petgraph",
|
|
2732
2742
|
"prettyplease",
|
|
2733
2743
|
"prost",
|
|
2734
2744
|
"prost-types",
|
|
2745
|
+
"pulldown-cmark",
|
|
2746
|
+
"pulldown-cmark-to-cmark",
|
|
2735
2747
|
"regex",
|
|
2736
|
-
"syn 2.0.
|
|
2748
|
+
"syn 2.0.119",
|
|
2737
2749
|
"tempfile",
|
|
2738
2750
|
]
|
|
2739
2751
|
|
|
2740
2752
|
[[package]]
|
|
2741
2753
|
name = "prost-derive"
|
|
2742
|
-
version = "0.
|
|
2754
|
+
version = "0.14.4"
|
|
2743
2755
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2744
|
-
checksum = "
|
|
2756
|
+
checksum = "b570b25f7617e43d59005d0990ccb79e950a423952cea19671b7a876da390adf"
|
|
2745
2757
|
dependencies = [
|
|
2746
2758
|
"anyhow",
|
|
2747
2759
|
"itertools 0.14.0",
|
|
2748
2760
|
"proc-macro2",
|
|
2749
2761
|
"quote",
|
|
2750
|
-
"syn 2.0.
|
|
2762
|
+
"syn 2.0.119",
|
|
2751
2763
|
]
|
|
2752
2764
|
|
|
2753
2765
|
[[package]]
|
|
2754
2766
|
name = "prost-types"
|
|
2755
|
-
version = "0.
|
|
2767
|
+
version = "0.14.4"
|
|
2756
2768
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2757
|
-
checksum = "
|
|
2769
|
+
checksum = "f94967dc7688f3054c7fac87473ffae4cc4c3904800e2d9f5b857246d8963b0a"
|
|
2758
2770
|
dependencies = [
|
|
2759
2771
|
"prost",
|
|
2760
2772
|
]
|
|
@@ -2775,6 +2787,26 @@ dependencies = [
|
|
|
2775
2787
|
"psl-types",
|
|
2776
2788
|
]
|
|
2777
2789
|
|
|
2790
|
+
[[package]]
|
|
2791
|
+
name = "pulldown-cmark"
|
|
2792
|
+
version = "0.13.4"
|
|
2793
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2794
|
+
checksum = "e9f068eba8e7071c5f9511831b44f32c740d5adf574e990f946ddb53db2f314e"
|
|
2795
|
+
dependencies = [
|
|
2796
|
+
"bitflags",
|
|
2797
|
+
"memchr",
|
|
2798
|
+
"unicase",
|
|
2799
|
+
]
|
|
2800
|
+
|
|
2801
|
+
[[package]]
|
|
2802
|
+
name = "pulldown-cmark-to-cmark"
|
|
2803
|
+
version = "22.0.0"
|
|
2804
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2805
|
+
checksum = "50793def1b900256624a709439404384204a5dc3a6ec580281bfaac35e882e90"
|
|
2806
|
+
dependencies = [
|
|
2807
|
+
"pulldown-cmark",
|
|
2808
|
+
]
|
|
2809
|
+
|
|
2778
2810
|
[[package]]
|
|
2779
2811
|
name = "pyo3"
|
|
2780
2812
|
version = "0.27.2"
|
|
@@ -2834,7 +2866,7 @@ dependencies = [
|
|
|
2834
2866
|
"proc-macro2",
|
|
2835
2867
|
"pyo3-macros-backend",
|
|
2836
2868
|
"quote",
|
|
2837
|
-
"syn 2.0.
|
|
2869
|
+
"syn 2.0.119",
|
|
2838
2870
|
]
|
|
2839
2871
|
|
|
2840
2872
|
[[package]]
|
|
@@ -2847,7 +2879,7 @@ dependencies = [
|
|
|
2847
2879
|
"proc-macro2",
|
|
2848
2880
|
"pyo3-build-config",
|
|
2849
2881
|
"quote",
|
|
2850
|
-
"syn 2.0.
|
|
2882
|
+
"syn 2.0.119",
|
|
2851
2883
|
]
|
|
2852
2884
|
|
|
2853
2885
|
[[package]]
|
|
@@ -2884,12 +2916,12 @@ dependencies = [
|
|
|
2884
2916
|
"proc-macro2",
|
|
2885
2917
|
"quote",
|
|
2886
2918
|
"rustpython-parser",
|
|
2887
|
-
"syn 2.0.
|
|
2919
|
+
"syn 2.0.119",
|
|
2888
2920
|
]
|
|
2889
2921
|
|
|
2890
2922
|
[[package]]
|
|
2891
2923
|
name = "qcs-api-client-common"
|
|
2892
|
-
version = "0.
|
|
2924
|
+
version = "0.18.4"
|
|
2893
2925
|
dependencies = [
|
|
2894
2926
|
"async-tempfile",
|
|
2895
2927
|
"async-trait",
|
|
@@ -2899,7 +2931,6 @@ dependencies = [
|
|
|
2899
2931
|
"figment",
|
|
2900
2932
|
"futures",
|
|
2901
2933
|
"home",
|
|
2902
|
-
"http",
|
|
2903
2934
|
"http-body-util",
|
|
2904
2935
|
"httpmock",
|
|
2905
2936
|
"hyper",
|
|
@@ -2909,12 +2940,11 @@ dependencies = [
|
|
|
2909
2940
|
"oauth2",
|
|
2910
2941
|
"oauth2-test-server",
|
|
2911
2942
|
"optipy",
|
|
2912
|
-
"paste",
|
|
2913
2943
|
"pyo3",
|
|
2914
2944
|
"pyo3-async-runtimes",
|
|
2915
2945
|
"pyo3-build-config",
|
|
2916
2946
|
"pyo3-stub-gen",
|
|
2917
|
-
"
|
|
2947
|
+
"qcs-dependencies-client",
|
|
2918
2948
|
"rigetti-pyo3",
|
|
2919
2949
|
"rstest",
|
|
2920
2950
|
"serde",
|
|
@@ -2922,7 +2952,7 @@ dependencies = [
|
|
|
2922
2952
|
"serde_path_to_error",
|
|
2923
2953
|
"serial_test",
|
|
2924
2954
|
"shellexpand",
|
|
2925
|
-
"thiserror 2.0.
|
|
2955
|
+
"thiserror 2.0.19",
|
|
2926
2956
|
"time",
|
|
2927
2957
|
"tokio",
|
|
2928
2958
|
"tokio-util",
|
|
@@ -2936,44 +2966,29 @@ dependencies = [
|
|
|
2936
2966
|
|
|
2937
2967
|
[[package]]
|
|
2938
2968
|
name = "qcs-api-client-grpc"
|
|
2939
|
-
version = "0.
|
|
2969
|
+
version = "0.18.4"
|
|
2940
2970
|
dependencies = [
|
|
2941
2971
|
"async-std",
|
|
2942
2972
|
"backoff",
|
|
2943
2973
|
"futures-util",
|
|
2944
|
-
"http",
|
|
2945
2974
|
"http-body",
|
|
2946
2975
|
"http-body-util",
|
|
2947
2976
|
"hyper",
|
|
2948
|
-
"hyper-proxy2",
|
|
2949
2977
|
"hyper-socks2",
|
|
2950
2978
|
"hyper-util",
|
|
2951
2979
|
"jsonwebtoken 9.3.1",
|
|
2952
2980
|
"once_cell",
|
|
2953
|
-
"opentelemetry",
|
|
2954
|
-
"opentelemetry-http",
|
|
2955
|
-
"opentelemetry_sdk",
|
|
2956
|
-
"pbjson",
|
|
2957
|
-
"pbjson-build",
|
|
2958
|
-
"pbjson-types",
|
|
2959
|
-
"prost",
|
|
2960
|
-
"prost-build",
|
|
2961
2981
|
"qcs-api-client-common",
|
|
2982
|
+
"qcs-dependencies-client",
|
|
2983
|
+
"rigetti-hyper-proxy",
|
|
2962
2984
|
"rstest",
|
|
2963
2985
|
"serde",
|
|
2964
2986
|
"serde_json",
|
|
2965
2987
|
"tempfile",
|
|
2966
|
-
"thiserror 2.0.
|
|
2988
|
+
"thiserror 2.0.19",
|
|
2967
2989
|
"tokio",
|
|
2968
2990
|
"tokio-stream",
|
|
2969
|
-
"tonic",
|
|
2970
|
-
"tonic-build",
|
|
2971
|
-
"tonic-health",
|
|
2972
|
-
"tonic-web",
|
|
2973
|
-
"tower",
|
|
2974
|
-
"tower-http 0.5.2",
|
|
2975
2991
|
"tracing",
|
|
2976
|
-
"tracing-opentelemetry",
|
|
2977
2992
|
"tracing-subscriber",
|
|
2978
2993
|
"url",
|
|
2979
2994
|
"urlpattern",
|
|
@@ -2982,7 +2997,7 @@ dependencies = [
|
|
|
2982
2997
|
|
|
2983
2998
|
[[package]]
|
|
2984
2999
|
name = "qcs-api-client-openapi"
|
|
2985
|
-
version = "0.
|
|
3000
|
+
version = "0.19.4"
|
|
2986
3001
|
dependencies = [
|
|
2987
3002
|
"anyhow",
|
|
2988
3003
|
"clap",
|
|
@@ -2990,9 +3005,7 @@ dependencies = [
|
|
|
2990
3005
|
"http",
|
|
2991
3006
|
"miette",
|
|
2992
3007
|
"qcs-api-client-common",
|
|
2993
|
-
"
|
|
2994
|
-
"reqwest-middleware",
|
|
2995
|
-
"reqwest-tracing",
|
|
3008
|
+
"qcs-dependencies-client",
|
|
2996
3009
|
"rstest",
|
|
2997
3010
|
"serde",
|
|
2998
3011
|
"serde_json",
|
|
@@ -3001,26 +3014,57 @@ dependencies = [
|
|
|
3001
3014
|
"serde_with",
|
|
3002
3015
|
"tokio",
|
|
3003
3016
|
"tracing",
|
|
3004
|
-
"tracing-opentelemetry",
|
|
3005
3017
|
"url",
|
|
3006
3018
|
"urlpattern",
|
|
3007
3019
|
]
|
|
3008
3020
|
|
|
3021
|
+
[[package]]
|
|
3022
|
+
name = "qcs-dependencies-client"
|
|
3023
|
+
version = "0.4.1"
|
|
3024
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3025
|
+
checksum = "8cda80cb6e14f8a08cd4c0e5e3b84aba22c0069e85421429c2375471bd4dc0bb"
|
|
3026
|
+
dependencies = [
|
|
3027
|
+
"http",
|
|
3028
|
+
"opentelemetry",
|
|
3029
|
+
"opentelemetry-http",
|
|
3030
|
+
"opentelemetry-otlp",
|
|
3031
|
+
"opentelemetry-proto",
|
|
3032
|
+
"opentelemetry_sdk",
|
|
3033
|
+
"pbjson",
|
|
3034
|
+
"pbjson-build",
|
|
3035
|
+
"pbjson-types",
|
|
3036
|
+
"prost",
|
|
3037
|
+
"prost-build",
|
|
3038
|
+
"prost-types",
|
|
3039
|
+
"reqwest 0.13.4",
|
|
3040
|
+
"reqwest-middleware",
|
|
3041
|
+
"reqwest-tracing",
|
|
3042
|
+
"tonic",
|
|
3043
|
+
"tonic-build",
|
|
3044
|
+
"tonic-health",
|
|
3045
|
+
"tonic-prost",
|
|
3046
|
+
"tonic-prost-build",
|
|
3047
|
+
"tonic-web",
|
|
3048
|
+
"tower",
|
|
3049
|
+
"tower-http 0.6.11",
|
|
3050
|
+
"tracing-opentelemetry",
|
|
3051
|
+
]
|
|
3052
|
+
|
|
3009
3053
|
[[package]]
|
|
3010
3054
|
name = "quinn"
|
|
3011
|
-
version = "0.11.
|
|
3055
|
+
version = "0.11.11"
|
|
3012
3056
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3013
|
-
checksum = "
|
|
3057
|
+
checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
|
|
3014
3058
|
dependencies = [
|
|
3015
3059
|
"bytes",
|
|
3016
3060
|
"cfg_aliases",
|
|
3017
3061
|
"pin-project-lite",
|
|
3018
3062
|
"quinn-proto",
|
|
3019
3063
|
"quinn-udp",
|
|
3020
|
-
"rustc-hash 2.1.
|
|
3021
|
-
"rustls
|
|
3022
|
-
"socket2
|
|
3023
|
-
"thiserror 2.0.
|
|
3064
|
+
"rustc-hash 2.1.3",
|
|
3065
|
+
"rustls",
|
|
3066
|
+
"socket2",
|
|
3067
|
+
"thiserror 2.0.19",
|
|
3024
3068
|
"tokio",
|
|
3025
3069
|
"tracing",
|
|
3026
3070
|
"web-time",
|
|
@@ -3028,20 +3072,22 @@ dependencies = [
|
|
|
3028
3072
|
|
|
3029
3073
|
[[package]]
|
|
3030
3074
|
name = "quinn-proto"
|
|
3031
|
-
version = "0.11.
|
|
3075
|
+
version = "0.11.16"
|
|
3032
3076
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3033
|
-
checksum = "
|
|
3077
|
+
checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560"
|
|
3034
3078
|
dependencies = [
|
|
3079
|
+
"aws-lc-rs",
|
|
3035
3080
|
"bytes",
|
|
3036
|
-
"getrandom 0.3
|
|
3081
|
+
"getrandom 0.4.3",
|
|
3037
3082
|
"lru-slab",
|
|
3038
|
-
"rand 0.
|
|
3083
|
+
"rand 0.10.2",
|
|
3084
|
+
"rand_pcg",
|
|
3039
3085
|
"ring",
|
|
3040
|
-
"rustc-hash 2.1.
|
|
3041
|
-
"rustls
|
|
3086
|
+
"rustc-hash 2.1.3",
|
|
3087
|
+
"rustls",
|
|
3042
3088
|
"rustls-pki-types",
|
|
3043
3089
|
"slab",
|
|
3044
|
-
"thiserror 2.0.
|
|
3090
|
+
"thiserror 2.0.19",
|
|
3045
3091
|
"tinyvec",
|
|
3046
3092
|
"tracing",
|
|
3047
3093
|
"web-time",
|
|
@@ -3049,23 +3095,23 @@ dependencies = [
|
|
|
3049
3095
|
|
|
3050
3096
|
[[package]]
|
|
3051
3097
|
name = "quinn-udp"
|
|
3052
|
-
version = "0.5.
|
|
3098
|
+
version = "0.5.15"
|
|
3053
3099
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3054
|
-
checksum = "
|
|
3100
|
+
checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694"
|
|
3055
3101
|
dependencies = [
|
|
3056
3102
|
"cfg_aliases",
|
|
3057
3103
|
"libc",
|
|
3058
3104
|
"once_cell",
|
|
3059
|
-
"socket2
|
|
3105
|
+
"socket2",
|
|
3060
3106
|
"tracing",
|
|
3061
|
-
"windows-sys 0.
|
|
3107
|
+
"windows-sys 0.61.2",
|
|
3062
3108
|
]
|
|
3063
3109
|
|
|
3064
3110
|
[[package]]
|
|
3065
3111
|
name = "quote"
|
|
3066
|
-
version = "1.0.
|
|
3112
|
+
version = "1.0.47"
|
|
3067
3113
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3068
|
-
checksum = "
|
|
3114
|
+
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
|
|
3069
3115
|
dependencies = [
|
|
3070
3116
|
"proc-macro2",
|
|
3071
3117
|
]
|
|
@@ -3084,9 +3130,9 @@ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
|
|
3084
3130
|
|
|
3085
3131
|
[[package]]
|
|
3086
3132
|
name = "rand"
|
|
3087
|
-
version = "0.8.
|
|
3133
|
+
version = "0.8.7"
|
|
3088
3134
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3089
|
-
checksum = "
|
|
3135
|
+
checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a"
|
|
3090
3136
|
dependencies = [
|
|
3091
3137
|
"libc",
|
|
3092
3138
|
"rand_chacha 0.3.1",
|
|
@@ -3095,14 +3141,25 @@ dependencies = [
|
|
|
3095
3141
|
|
|
3096
3142
|
[[package]]
|
|
3097
3143
|
name = "rand"
|
|
3098
|
-
version = "0.9.
|
|
3144
|
+
version = "0.9.5"
|
|
3099
3145
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3100
|
-
checksum = "
|
|
3146
|
+
checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
|
|
3101
3147
|
dependencies = [
|
|
3102
3148
|
"rand_chacha 0.9.0",
|
|
3103
3149
|
"rand_core 0.9.5",
|
|
3104
3150
|
]
|
|
3105
3151
|
|
|
3152
|
+
[[package]]
|
|
3153
|
+
name = "rand"
|
|
3154
|
+
version = "0.10.2"
|
|
3155
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3156
|
+
checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
|
|
3157
|
+
dependencies = [
|
|
3158
|
+
"chacha20",
|
|
3159
|
+
"getrandom 0.4.3",
|
|
3160
|
+
"rand_core 0.10.1",
|
|
3161
|
+
]
|
|
3162
|
+
|
|
3106
3163
|
[[package]]
|
|
3107
3164
|
name = "rand_chacha"
|
|
3108
3165
|
version = "0.3.1"
|
|
@@ -3141,6 +3198,30 @@ dependencies = [
|
|
|
3141
3198
|
"getrandom 0.3.4",
|
|
3142
3199
|
]
|
|
3143
3200
|
|
|
3201
|
+
[[package]]
|
|
3202
|
+
name = "rand_core"
|
|
3203
|
+
version = "0.10.1"
|
|
3204
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3205
|
+
checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
|
|
3206
|
+
|
|
3207
|
+
[[package]]
|
|
3208
|
+
name = "rand_pcg"
|
|
3209
|
+
version = "0.10.2"
|
|
3210
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3211
|
+
checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
|
|
3212
|
+
dependencies = [
|
|
3213
|
+
"rand_core 0.10.1",
|
|
3214
|
+
]
|
|
3215
|
+
|
|
3216
|
+
[[package]]
|
|
3217
|
+
name = "rand_xorshift"
|
|
3218
|
+
version = "0.4.0"
|
|
3219
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3220
|
+
checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
|
|
3221
|
+
dependencies = [
|
|
3222
|
+
"rand_core 0.9.5",
|
|
3223
|
+
]
|
|
3224
|
+
|
|
3144
3225
|
[[package]]
|
|
3145
3226
|
name = "rawpointer"
|
|
3146
3227
|
version = "0.2.1"
|
|
@@ -3158,29 +3239,29 @@ dependencies = [
|
|
|
3158
3239
|
|
|
3159
3240
|
[[package]]
|
|
3160
3241
|
name = "ref-cast"
|
|
3161
|
-
version = "1.0.
|
|
3242
|
+
version = "1.0.26"
|
|
3162
3243
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3163
|
-
checksum = "
|
|
3244
|
+
checksum = "216e8f773d7923bcba9ceb86a86c93cabb3903a11872fc3f138c49630e50b96d"
|
|
3164
3245
|
dependencies = [
|
|
3165
3246
|
"ref-cast-impl",
|
|
3166
3247
|
]
|
|
3167
3248
|
|
|
3168
3249
|
[[package]]
|
|
3169
3250
|
name = "ref-cast-impl"
|
|
3170
|
-
version = "1.0.
|
|
3251
|
+
version = "1.0.26"
|
|
3171
3252
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3172
|
-
checksum = "
|
|
3253
|
+
checksum = "2c9283685feec7d69af75fb0e858d5e7378f33fe4fc699383b2916ab9273e03c"
|
|
3173
3254
|
dependencies = [
|
|
3174
3255
|
"proc-macro2",
|
|
3175
3256
|
"quote",
|
|
3176
|
-
"syn
|
|
3257
|
+
"syn 3.0.3",
|
|
3177
3258
|
]
|
|
3178
3259
|
|
|
3179
3260
|
[[package]]
|
|
3180
3261
|
name = "regex"
|
|
3181
|
-
version = "1.
|
|
3262
|
+
version = "1.13.1"
|
|
3182
3263
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3183
|
-
checksum = "
|
|
3264
|
+
checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
|
|
3184
3265
|
dependencies = [
|
|
3185
3266
|
"aho-corasick",
|
|
3186
3267
|
"memchr",
|
|
@@ -3190,9 +3271,9 @@ dependencies = [
|
|
|
3190
3271
|
|
|
3191
3272
|
[[package]]
|
|
3192
3273
|
name = "regex-automata"
|
|
3193
|
-
version = "0.4.
|
|
3274
|
+
version = "0.4.16"
|
|
3194
3275
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3195
|
-
checksum = "
|
|
3276
|
+
checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
|
|
3196
3277
|
dependencies = [
|
|
3197
3278
|
"aho-corasick",
|
|
3198
3279
|
"memchr",
|
|
@@ -3201,9 +3282,9 @@ dependencies = [
|
|
|
3201
3282
|
|
|
3202
3283
|
[[package]]
|
|
3203
3284
|
name = "regex-syntax"
|
|
3204
|
-
version = "0.8.
|
|
3285
|
+
version = "0.8.11"
|
|
3205
3286
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3206
|
-
checksum = "
|
|
3287
|
+
checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
|
|
3207
3288
|
|
|
3208
3289
|
[[package]]
|
|
3209
3290
|
name = "relative-path"
|
|
@@ -3229,7 +3310,7 @@ dependencies = [
|
|
|
3229
3310
|
"http-body",
|
|
3230
3311
|
"http-body-util",
|
|
3231
3312
|
"hyper",
|
|
3232
|
-
"hyper-rustls
|
|
3313
|
+
"hyper-rustls",
|
|
3233
3314
|
"hyper-tls",
|
|
3234
3315
|
"hyper-util",
|
|
3235
3316
|
"js-sys",
|
|
@@ -3240,8 +3321,7 @@ dependencies = [
|
|
|
3240
3321
|
"percent-encoding",
|
|
3241
3322
|
"pin-project-lite",
|
|
3242
3323
|
"quinn",
|
|
3243
|
-
"rustls
|
|
3244
|
-
"rustls-native-certs 0.8.3",
|
|
3324
|
+
"rustls",
|
|
3245
3325
|
"rustls-pki-types",
|
|
3246
3326
|
"serde",
|
|
3247
3327
|
"serde_json",
|
|
@@ -3249,10 +3329,10 @@ dependencies = [
|
|
|
3249
3329
|
"sync_wrapper",
|
|
3250
3330
|
"tokio",
|
|
3251
3331
|
"tokio-native-tls",
|
|
3252
|
-
"tokio-rustls
|
|
3332
|
+
"tokio-rustls",
|
|
3253
3333
|
"tokio-util",
|
|
3254
3334
|
"tower",
|
|
3255
|
-
"tower-http 0.6.
|
|
3335
|
+
"tower-http 0.6.11",
|
|
3256
3336
|
"tower-service",
|
|
3257
3337
|
"url",
|
|
3258
3338
|
"wasm-bindgen",
|
|
@@ -3262,26 +3342,66 @@ dependencies = [
|
|
|
3262
3342
|
"webpki-roots",
|
|
3263
3343
|
]
|
|
3264
3344
|
|
|
3345
|
+
[[package]]
|
|
3346
|
+
name = "reqwest"
|
|
3347
|
+
version = "0.13.4"
|
|
3348
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3349
|
+
checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3"
|
|
3350
|
+
dependencies = [
|
|
3351
|
+
"base64 0.22.1",
|
|
3352
|
+
"bytes",
|
|
3353
|
+
"futures-core",
|
|
3354
|
+
"futures-util",
|
|
3355
|
+
"http",
|
|
3356
|
+
"http-body",
|
|
3357
|
+
"http-body-util",
|
|
3358
|
+
"hyper",
|
|
3359
|
+
"hyper-rustls",
|
|
3360
|
+
"hyper-util",
|
|
3361
|
+
"js-sys",
|
|
3362
|
+
"log",
|
|
3363
|
+
"mime_guess",
|
|
3364
|
+
"percent-encoding",
|
|
3365
|
+
"pin-project-lite",
|
|
3366
|
+
"quinn",
|
|
3367
|
+
"rustls",
|
|
3368
|
+
"rustls-pki-types",
|
|
3369
|
+
"rustls-platform-verifier",
|
|
3370
|
+
"serde",
|
|
3371
|
+
"serde_json",
|
|
3372
|
+
"serde_urlencoded",
|
|
3373
|
+
"sync_wrapper",
|
|
3374
|
+
"tokio",
|
|
3375
|
+
"tokio-rustls",
|
|
3376
|
+
"tower",
|
|
3377
|
+
"tower-http 0.6.11",
|
|
3378
|
+
"tower-service",
|
|
3379
|
+
"url",
|
|
3380
|
+
"wasm-bindgen",
|
|
3381
|
+
"wasm-bindgen-futures",
|
|
3382
|
+
"web-sys",
|
|
3383
|
+
]
|
|
3384
|
+
|
|
3265
3385
|
[[package]]
|
|
3266
3386
|
name = "reqwest-middleware"
|
|
3267
|
-
version = "0.
|
|
3387
|
+
version = "0.5.2"
|
|
3268
3388
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3269
|
-
checksum = "
|
|
3389
|
+
checksum = "07bc3f1384cffa4f274dad2d4ddd73aed32fed8f786d96c6be8aa4e5fd3c3b58"
|
|
3270
3390
|
dependencies = [
|
|
3271
3391
|
"anyhow",
|
|
3272
3392
|
"async-trait",
|
|
3273
3393
|
"http",
|
|
3274
|
-
"reqwest",
|
|
3394
|
+
"reqwest 0.13.4",
|
|
3275
3395
|
"serde",
|
|
3276
|
-
"thiserror
|
|
3396
|
+
"thiserror 2.0.19",
|
|
3277
3397
|
"tower-service",
|
|
3278
3398
|
]
|
|
3279
3399
|
|
|
3280
3400
|
[[package]]
|
|
3281
3401
|
name = "reqwest-tracing"
|
|
3282
|
-
version = "0.
|
|
3402
|
+
version = "0.7.1"
|
|
3283
3403
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3284
|
-
checksum = "
|
|
3404
|
+
checksum = "b5e5af0cd6fc3d3c8f703d597af70b6e4e62432c63157b49419fa1ffaf481702"
|
|
3285
3405
|
dependencies = [
|
|
3286
3406
|
"anyhow",
|
|
3287
3407
|
"async-trait",
|
|
@@ -3289,21 +3409,41 @@ dependencies = [
|
|
|
3289
3409
|
"http",
|
|
3290
3410
|
"matchit",
|
|
3291
3411
|
"opentelemetry",
|
|
3292
|
-
"reqwest",
|
|
3412
|
+
"reqwest 0.13.4",
|
|
3293
3413
|
"reqwest-middleware",
|
|
3294
3414
|
"tracing",
|
|
3295
3415
|
"tracing-opentelemetry",
|
|
3296
3416
|
]
|
|
3297
3417
|
|
|
3418
|
+
[[package]]
|
|
3419
|
+
name = "rigetti-hyper-proxy"
|
|
3420
|
+
version = "1.1.1"
|
|
3421
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3422
|
+
checksum = "3f8f51d98fc811a23d1fd905719dd7dc2e5620a8775a22b7f9b52dab79a53958"
|
|
3423
|
+
dependencies = [
|
|
3424
|
+
"bytes",
|
|
3425
|
+
"futures-util",
|
|
3426
|
+
"headers",
|
|
3427
|
+
"http",
|
|
3428
|
+
"hyper",
|
|
3429
|
+
"hyper-rustls",
|
|
3430
|
+
"hyper-util",
|
|
3431
|
+
"pin-project-lite",
|
|
3432
|
+
"tokio",
|
|
3433
|
+
"tokio-rustls",
|
|
3434
|
+
"tower-service",
|
|
3435
|
+
]
|
|
3436
|
+
|
|
3298
3437
|
[[package]]
|
|
3299
3438
|
name = "rigetti-pyo3"
|
|
3300
|
-
version = "0.5.
|
|
3439
|
+
version = "0.5.6"
|
|
3301
3440
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3302
|
-
checksum = "
|
|
3441
|
+
checksum = "3b1f2228cdd10687f3d8be8d516e9120542cd741ba354fdbd68e647ee6432512"
|
|
3303
3442
|
dependencies = [
|
|
3304
3443
|
"indexmap 2.14.0",
|
|
3305
3444
|
"itertools 0.14.0",
|
|
3306
3445
|
"optipy",
|
|
3446
|
+
"pastey",
|
|
3307
3447
|
"pyo3",
|
|
3308
3448
|
"pyo3-async-runtimes",
|
|
3309
3449
|
"pyo3-stub-gen",
|
|
@@ -3369,7 +3509,7 @@ dependencies = [
|
|
|
3369
3509
|
"regex",
|
|
3370
3510
|
"relative-path",
|
|
3371
3511
|
"rustc_version",
|
|
3372
|
-
"syn 2.0.
|
|
3512
|
+
"syn 2.0.119",
|
|
3373
3513
|
"unicode-ident",
|
|
3374
3514
|
]
|
|
3375
3515
|
|
|
@@ -3381,9 +3521,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
3381
3521
|
|
|
3382
3522
|
[[package]]
|
|
3383
3523
|
name = "rustc-hash"
|
|
3384
|
-
version = "2.1.
|
|
3524
|
+
version = "2.1.3"
|
|
3385
3525
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3386
|
-
checksum = "
|
|
3526
|
+
checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
|
|
3387
3527
|
|
|
3388
3528
|
[[package]]
|
|
3389
3529
|
name = "rustc_version"
|
|
@@ -3409,94 +3549,76 @@ dependencies = [
|
|
|
3409
3549
|
|
|
3410
3550
|
[[package]]
|
|
3411
3551
|
name = "rustls"
|
|
3412
|
-
version = "0.
|
|
3552
|
+
version = "0.23.42"
|
|
3413
3553
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3414
|
-
checksum = "
|
|
3415
|
-
dependencies = [
|
|
3416
|
-
"log",
|
|
3417
|
-
"ring",
|
|
3418
|
-
"rustls-pki-types",
|
|
3419
|
-
"rustls-webpki 0.102.8",
|
|
3420
|
-
"subtle",
|
|
3421
|
-
"zeroize",
|
|
3422
|
-
]
|
|
3423
|
-
|
|
3424
|
-
[[package]]
|
|
3425
|
-
name = "rustls"
|
|
3426
|
-
version = "0.23.38"
|
|
3427
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3428
|
-
checksum = "69f9466fb2c14ea04357e91413efb882e2a6d4a406e625449bc0a5d360d53a21"
|
|
3554
|
+
checksum = "3c54fcab019b409d04215d3a17cb438fd7fbf192ee61461f20f4fe18704bc138"
|
|
3429
3555
|
dependencies = [
|
|
3556
|
+
"aws-lc-rs",
|
|
3430
3557
|
"log",
|
|
3431
3558
|
"once_cell",
|
|
3432
3559
|
"ring",
|
|
3433
3560
|
"rustls-pki-types",
|
|
3434
|
-
"rustls-webpki
|
|
3561
|
+
"rustls-webpki",
|
|
3435
3562
|
"subtle",
|
|
3436
3563
|
"zeroize",
|
|
3437
3564
|
]
|
|
3438
3565
|
|
|
3439
3566
|
[[package]]
|
|
3440
3567
|
name = "rustls-native-certs"
|
|
3441
|
-
version = "0.
|
|
3442
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3443
|
-
checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5"
|
|
3444
|
-
dependencies = [
|
|
3445
|
-
"openssl-probe 0.1.6",
|
|
3446
|
-
"rustls-pemfile",
|
|
3447
|
-
"rustls-pki-types",
|
|
3448
|
-
"schannel",
|
|
3449
|
-
"security-framework 2.11.1",
|
|
3450
|
-
]
|
|
3451
|
-
|
|
3452
|
-
[[package]]
|
|
3453
|
-
name = "rustls-native-certs"
|
|
3454
|
-
version = "0.8.3"
|
|
3568
|
+
version = "0.8.4"
|
|
3455
3569
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3456
|
-
checksum = "
|
|
3570
|
+
checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
|
|
3457
3571
|
dependencies = [
|
|
3458
|
-
"openssl-probe
|
|
3572
|
+
"openssl-probe",
|
|
3459
3573
|
"rustls-pki-types",
|
|
3460
3574
|
"schannel",
|
|
3461
|
-
"security-framework
|
|
3462
|
-
]
|
|
3463
|
-
|
|
3464
|
-
[[package]]
|
|
3465
|
-
name = "rustls-pemfile"
|
|
3466
|
-
version = "2.2.0"
|
|
3467
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3468
|
-
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
|
3469
|
-
dependencies = [
|
|
3470
|
-
"rustls-pki-types",
|
|
3575
|
+
"security-framework",
|
|
3471
3576
|
]
|
|
3472
3577
|
|
|
3473
3578
|
[[package]]
|
|
3474
3579
|
name = "rustls-pki-types"
|
|
3475
|
-
version = "1.
|
|
3580
|
+
version = "1.15.1"
|
|
3476
3581
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3477
|
-
checksum = "
|
|
3582
|
+
checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96"
|
|
3478
3583
|
dependencies = [
|
|
3479
3584
|
"web-time",
|
|
3480
3585
|
"zeroize",
|
|
3481
3586
|
]
|
|
3482
3587
|
|
|
3483
3588
|
[[package]]
|
|
3484
|
-
name = "rustls-
|
|
3485
|
-
version = "0.
|
|
3589
|
+
name = "rustls-platform-verifier"
|
|
3590
|
+
version = "0.7.0"
|
|
3486
3591
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3487
|
-
checksum = "
|
|
3592
|
+
checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0"
|
|
3488
3593
|
dependencies = [
|
|
3489
|
-
"
|
|
3490
|
-
"
|
|
3491
|
-
"
|
|
3594
|
+
"core-foundation 0.10.1",
|
|
3595
|
+
"core-foundation-sys",
|
|
3596
|
+
"jni",
|
|
3597
|
+
"log",
|
|
3598
|
+
"once_cell",
|
|
3599
|
+
"rustls",
|
|
3600
|
+
"rustls-native-certs",
|
|
3601
|
+
"rustls-platform-verifier-android",
|
|
3602
|
+
"rustls-webpki",
|
|
3603
|
+
"security-framework",
|
|
3604
|
+
"security-framework-sys",
|
|
3605
|
+
"webpki-root-certs",
|
|
3606
|
+
"windows-sys 0.61.2",
|
|
3492
3607
|
]
|
|
3493
3608
|
|
|
3609
|
+
[[package]]
|
|
3610
|
+
name = "rustls-platform-verifier-android"
|
|
3611
|
+
version = "0.1.1"
|
|
3612
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3613
|
+
checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
|
|
3614
|
+
|
|
3494
3615
|
[[package]]
|
|
3495
3616
|
name = "rustls-webpki"
|
|
3496
|
-
version = "0.103.
|
|
3617
|
+
version = "0.103.13"
|
|
3497
3618
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3498
|
-
checksum = "
|
|
3619
|
+
checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
|
|
3499
3620
|
dependencies = [
|
|
3621
|
+
"aws-lc-rs",
|
|
3500
3622
|
"ring",
|
|
3501
3623
|
"rustls-pki-types",
|
|
3502
3624
|
"untrusted 0.9.0",
|
|
@@ -3561,9 +3683,9 @@ dependencies = [
|
|
|
3561
3683
|
|
|
3562
3684
|
[[package]]
|
|
3563
3685
|
name = "rustversion"
|
|
3564
|
-
version = "1.0.
|
|
3686
|
+
version = "1.0.23"
|
|
3565
3687
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3566
|
-
checksum = "
|
|
3688
|
+
checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
|
|
3567
3689
|
|
|
3568
3690
|
[[package]]
|
|
3569
3691
|
name = "ryu"
|
|
@@ -3580,15 +3702,6 @@ dependencies = [
|
|
|
3580
3702
|
"winapi-util",
|
|
3581
3703
|
]
|
|
3582
3704
|
|
|
3583
|
-
[[package]]
|
|
3584
|
-
name = "scc"
|
|
3585
|
-
version = "2.4.0"
|
|
3586
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3587
|
-
checksum = "46e6f046b7fef48e2660c57ed794263155d713de679057f2d0c169bfc6e756cc"
|
|
3588
|
-
dependencies = [
|
|
3589
|
-
"sdd",
|
|
3590
|
-
]
|
|
3591
|
-
|
|
3592
3705
|
[[package]]
|
|
3593
3706
|
name = "schannel"
|
|
3594
3707
|
version = "0.1.29"
|
|
@@ -3628,25 +3741,6 @@ version = "1.2.0"
|
|
|
3628
3741
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3629
3742
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
3630
3743
|
|
|
3631
|
-
[[package]]
|
|
3632
|
-
name = "sdd"
|
|
3633
|
-
version = "3.0.10"
|
|
3634
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3635
|
-
checksum = "490dcfcbfef26be6800d11870ff2df8774fa6e86d047e3e8c8a76b25655e41ca"
|
|
3636
|
-
|
|
3637
|
-
[[package]]
|
|
3638
|
-
name = "security-framework"
|
|
3639
|
-
version = "2.11.1"
|
|
3640
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3641
|
-
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
|
3642
|
-
dependencies = [
|
|
3643
|
-
"bitflags",
|
|
3644
|
-
"core-foundation 0.9.4",
|
|
3645
|
-
"core-foundation-sys",
|
|
3646
|
-
"libc",
|
|
3647
|
-
"security-framework-sys",
|
|
3648
|
-
]
|
|
3649
|
-
|
|
3650
3744
|
[[package]]
|
|
3651
3745
|
name = "security-framework"
|
|
3652
3746
|
version = "3.7.0"
|
|
@@ -3678,9 +3772,9 @@ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
|
|
3678
3772
|
|
|
3679
3773
|
[[package]]
|
|
3680
3774
|
name = "serde"
|
|
3681
|
-
version = "1.0.
|
|
3775
|
+
version = "1.0.229"
|
|
3682
3776
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3683
|
-
checksum = "
|
|
3777
|
+
checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
|
|
3684
3778
|
dependencies = [
|
|
3685
3779
|
"serde_core",
|
|
3686
3780
|
"serde_derive",
|
|
@@ -3688,29 +3782,29 @@ dependencies = [
|
|
|
3688
3782
|
|
|
3689
3783
|
[[package]]
|
|
3690
3784
|
name = "serde_core"
|
|
3691
|
-
version = "1.0.
|
|
3785
|
+
version = "1.0.229"
|
|
3692
3786
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3693
|
-
checksum = "
|
|
3787
|
+
checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
|
|
3694
3788
|
dependencies = [
|
|
3695
3789
|
"serde_derive",
|
|
3696
3790
|
]
|
|
3697
3791
|
|
|
3698
3792
|
[[package]]
|
|
3699
3793
|
name = "serde_derive"
|
|
3700
|
-
version = "1.0.
|
|
3794
|
+
version = "1.0.229"
|
|
3701
3795
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3702
|
-
checksum = "
|
|
3796
|
+
checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
|
|
3703
3797
|
dependencies = [
|
|
3704
3798
|
"proc-macro2",
|
|
3705
3799
|
"quote",
|
|
3706
|
-
"syn
|
|
3800
|
+
"syn 3.0.3",
|
|
3707
3801
|
]
|
|
3708
3802
|
|
|
3709
3803
|
[[package]]
|
|
3710
3804
|
name = "serde_json"
|
|
3711
|
-
version = "1.0.
|
|
3805
|
+
version = "1.0.151"
|
|
3712
3806
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3713
|
-
checksum = "
|
|
3807
|
+
checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
|
|
3714
3808
|
dependencies = [
|
|
3715
3809
|
"itoa",
|
|
3716
3810
|
"memchr",
|
|
@@ -3732,9 +3826,9 @@ dependencies = [
|
|
|
3732
3826
|
|
|
3733
3827
|
[[package]]
|
|
3734
3828
|
name = "serde_regex"
|
|
3735
|
-
version = "1.
|
|
3829
|
+
version = "1.2.0"
|
|
3736
3830
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3737
|
-
checksum = "
|
|
3831
|
+
checksum = "bafc8d0c5330cecff10f16b459b479fd9acaa5b4acd7167301414e21b0057012"
|
|
3738
3832
|
dependencies = [
|
|
3739
3833
|
"regex",
|
|
3740
3834
|
"serde",
|
|
@@ -3742,13 +3836,13 @@ dependencies = [
|
|
|
3742
3836
|
|
|
3743
3837
|
[[package]]
|
|
3744
3838
|
name = "serde_repr"
|
|
3745
|
-
version = "0.1.
|
|
3839
|
+
version = "0.1.21"
|
|
3746
3840
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3747
|
-
checksum = "
|
|
3841
|
+
checksum = "8d3b1629de253c70a0508c3899572da79ca359fdab27c7920ff00406df418906"
|
|
3748
3842
|
dependencies = [
|
|
3749
3843
|
"proc-macro2",
|
|
3750
3844
|
"quote",
|
|
3751
|
-
"syn
|
|
3845
|
+
"syn 3.0.3",
|
|
3752
3846
|
]
|
|
3753
3847
|
|
|
3754
3848
|
[[package]]
|
|
@@ -3783,11 +3877,12 @@ dependencies = [
|
|
|
3783
3877
|
|
|
3784
3878
|
[[package]]
|
|
3785
3879
|
name = "serde_with"
|
|
3786
|
-
version = "3.
|
|
3880
|
+
version = "3.21.0"
|
|
3787
3881
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3788
|
-
checksum = "
|
|
3882
|
+
checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c"
|
|
3789
3883
|
dependencies = [
|
|
3790
3884
|
"base64 0.22.1",
|
|
3885
|
+
"bs58",
|
|
3791
3886
|
"chrono",
|
|
3792
3887
|
"hex",
|
|
3793
3888
|
"indexmap 1.9.3",
|
|
@@ -3802,50 +3897,49 @@ dependencies = [
|
|
|
3802
3897
|
|
|
3803
3898
|
[[package]]
|
|
3804
3899
|
name = "serde_with_macros"
|
|
3805
|
-
version = "3.
|
|
3900
|
+
version = "3.21.0"
|
|
3806
3901
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3807
|
-
checksum = "
|
|
3902
|
+
checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660"
|
|
3808
3903
|
dependencies = [
|
|
3809
3904
|
"darling 0.23.0",
|
|
3810
3905
|
"proc-macro2",
|
|
3811
3906
|
"quote",
|
|
3812
|
-
"syn 2.0.
|
|
3907
|
+
"syn 2.0.119",
|
|
3813
3908
|
]
|
|
3814
3909
|
|
|
3815
3910
|
[[package]]
|
|
3816
3911
|
name = "serial_test"
|
|
3817
|
-
version = "3.
|
|
3912
|
+
version = "3.5.0"
|
|
3818
3913
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3819
|
-
checksum = "
|
|
3914
|
+
checksum = "699f4197115b8a7e7ff19c9a315a4bd6fffec26cc4626ef45ecaea389e081c6d"
|
|
3820
3915
|
dependencies = [
|
|
3821
3916
|
"futures-executor",
|
|
3822
3917
|
"futures-util",
|
|
3823
3918
|
"log",
|
|
3824
3919
|
"once_cell",
|
|
3825
3920
|
"parking_lot",
|
|
3826
|
-
"scc",
|
|
3827
3921
|
"serial_test_derive",
|
|
3828
3922
|
]
|
|
3829
3923
|
|
|
3830
3924
|
[[package]]
|
|
3831
3925
|
name = "serial_test_derive"
|
|
3832
|
-
version = "3.
|
|
3926
|
+
version = "3.5.0"
|
|
3833
3927
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3834
|
-
checksum = "
|
|
3928
|
+
checksum = "94e153fc76e1c6a068703d6d29c508a0b15c061c4b7e43da59cc097bc342673c"
|
|
3835
3929
|
dependencies = [
|
|
3836
3930
|
"proc-macro2",
|
|
3837
3931
|
"quote",
|
|
3838
|
-
"syn 2.0.
|
|
3932
|
+
"syn 2.0.119",
|
|
3839
3933
|
]
|
|
3840
3934
|
|
|
3841
3935
|
[[package]]
|
|
3842
3936
|
name = "sha1"
|
|
3843
|
-
version = "0.10.
|
|
3937
|
+
version = "0.10.7"
|
|
3844
3938
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3845
|
-
checksum = "
|
|
3939
|
+
checksum = "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8"
|
|
3846
3940
|
dependencies = [
|
|
3847
3941
|
"cfg-if",
|
|
3848
|
-
"cpufeatures",
|
|
3942
|
+
"cpufeatures 0.2.17",
|
|
3849
3943
|
"digest",
|
|
3850
3944
|
]
|
|
3851
3945
|
|
|
@@ -3856,7 +3950,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3856
3950
|
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
|
3857
3951
|
dependencies = [
|
|
3858
3952
|
"cfg-if",
|
|
3859
|
-
"cpufeatures",
|
|
3953
|
+
"cpufeatures 0.2.17",
|
|
3860
3954
|
"digest",
|
|
3861
3955
|
]
|
|
3862
3956
|
|
|
@@ -3877,9 +3971,9 @@ checksum = "32824fab5e16e6c4d86dc1ba84489390419a39f97699852b66480bb87d297ed8"
|
|
|
3877
3971
|
|
|
3878
3972
|
[[package]]
|
|
3879
3973
|
name = "shlex"
|
|
3880
|
-
version = "
|
|
3974
|
+
version = "2.0.1"
|
|
3881
3975
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3882
|
-
checksum = "
|
|
3976
|
+
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
|
|
3883
3977
|
|
|
3884
3978
|
[[package]]
|
|
3885
3979
|
name = "signal-hook-registry"
|
|
@@ -3903,15 +3997,15 @@ dependencies = [
|
|
|
3903
3997
|
|
|
3904
3998
|
[[package]]
|
|
3905
3999
|
name = "simd-adler32"
|
|
3906
|
-
version = "0.3.
|
|
4000
|
+
version = "0.3.10"
|
|
3907
4001
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3908
|
-
checksum = "
|
|
4002
|
+
checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
|
|
3909
4003
|
|
|
3910
4004
|
[[package]]
|
|
3911
4005
|
name = "simd_cesu8"
|
|
3912
|
-
version = "1.
|
|
4006
|
+
version = "1.2.0"
|
|
3913
4007
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3914
|
-
checksum = "
|
|
4008
|
+
checksum = "11031e251abf8611c80f460e19dbdeb54a66db918e49c65a7065b46ac7aec520"
|
|
3915
4009
|
dependencies = [
|
|
3916
4010
|
"rustc_version",
|
|
3917
4011
|
"simdutf8",
|
|
@@ -3937,15 +4031,15 @@ checksum = "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d"
|
|
|
3937
4031
|
dependencies = [
|
|
3938
4032
|
"num-bigint",
|
|
3939
4033
|
"num-traits",
|
|
3940
|
-
"thiserror 2.0.
|
|
4034
|
+
"thiserror 2.0.19",
|
|
3941
4035
|
"time",
|
|
3942
4036
|
]
|
|
3943
4037
|
|
|
3944
4038
|
[[package]]
|
|
3945
4039
|
name = "siphasher"
|
|
3946
|
-
version = "1.0.
|
|
4040
|
+
version = "1.0.3"
|
|
3947
4041
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3948
|
-
checksum = "
|
|
4042
|
+
checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
|
|
3949
4043
|
|
|
3950
4044
|
[[package]]
|
|
3951
4045
|
name = "slab"
|
|
@@ -3955,25 +4049,15 @@ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
|
3955
4049
|
|
|
3956
4050
|
[[package]]
|
|
3957
4051
|
name = "smallvec"
|
|
3958
|
-
version = "1.15.
|
|
4052
|
+
version = "1.15.2"
|
|
3959
4053
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3960
|
-
checksum = "
|
|
4054
|
+
checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
|
|
3961
4055
|
|
|
3962
4056
|
[[package]]
|
|
3963
4057
|
name = "socket2"
|
|
3964
|
-
version = "0.5
|
|
4058
|
+
version = "0.6.5"
|
|
3965
4059
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3966
|
-
checksum = "
|
|
3967
|
-
dependencies = [
|
|
3968
|
-
"libc",
|
|
3969
|
-
"windows-sys 0.52.0",
|
|
3970
|
-
]
|
|
3971
|
-
|
|
3972
|
-
[[package]]
|
|
3973
|
-
name = "socket2"
|
|
3974
|
-
version = "0.6.3"
|
|
3975
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3976
|
-
checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
|
|
4060
|
+
checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
|
|
3977
4061
|
dependencies = [
|
|
3978
4062
|
"libc",
|
|
3979
4063
|
"windows-sys 0.61.2",
|
|
@@ -3981,9 +4065,9 @@ dependencies = [
|
|
|
3981
4065
|
|
|
3982
4066
|
[[package]]
|
|
3983
4067
|
name = "spin"
|
|
3984
|
-
version = "0.9.
|
|
4068
|
+
version = "0.9.9"
|
|
3985
4069
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3986
|
-
checksum = "
|
|
4070
|
+
checksum = "3763264f6b73151db08c50ff20d7d8a0b8796e021cdea7ceedad07b80155fa0e"
|
|
3987
4071
|
|
|
3988
4072
|
[[package]]
|
|
3989
4073
|
name = "spki"
|
|
@@ -4038,9 +4122,20 @@ dependencies = [
|
|
|
4038
4122
|
|
|
4039
4123
|
[[package]]
|
|
4040
4124
|
name = "syn"
|
|
4041
|
-
version = "2.0.
|
|
4125
|
+
version = "2.0.119"
|
|
4126
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4127
|
+
checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
|
|
4128
|
+
dependencies = [
|
|
4129
|
+
"proc-macro2",
|
|
4130
|
+
"quote",
|
|
4131
|
+
"unicode-ident",
|
|
4132
|
+
]
|
|
4133
|
+
|
|
4134
|
+
[[package]]
|
|
4135
|
+
name = "syn"
|
|
4136
|
+
version = "3.0.3"
|
|
4042
4137
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4043
|
-
checksum = "
|
|
4138
|
+
checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
|
|
4044
4139
|
dependencies = [
|
|
4045
4140
|
"proc-macro2",
|
|
4046
4141
|
"quote",
|
|
@@ -4064,7 +4159,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
|
4064
4159
|
dependencies = [
|
|
4065
4160
|
"proc-macro2",
|
|
4066
4161
|
"quote",
|
|
4067
|
-
"syn 2.0.
|
|
4162
|
+
"syn 2.0.119",
|
|
4068
4163
|
]
|
|
4069
4164
|
|
|
4070
4165
|
[[package]]
|
|
@@ -4110,7 +4205,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
4110
4205
|
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
|
|
4111
4206
|
dependencies = [
|
|
4112
4207
|
"fastrand",
|
|
4113
|
-
"getrandom 0.4.
|
|
4208
|
+
"getrandom 0.4.3",
|
|
4114
4209
|
"once_cell",
|
|
4115
4210
|
"rustix",
|
|
4116
4211
|
"windows-sys 0.61.2",
|
|
@@ -4127,11 +4222,11 @@ dependencies = [
|
|
|
4127
4222
|
|
|
4128
4223
|
[[package]]
|
|
4129
4224
|
name = "thiserror"
|
|
4130
|
-
version = "2.0.
|
|
4225
|
+
version = "2.0.19"
|
|
4131
4226
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4132
|
-
checksum = "
|
|
4227
|
+
checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
|
|
4133
4228
|
dependencies = [
|
|
4134
|
-
"thiserror-impl 2.0.
|
|
4229
|
+
"thiserror-impl 2.0.19",
|
|
4135
4230
|
]
|
|
4136
4231
|
|
|
4137
4232
|
[[package]]
|
|
@@ -4142,37 +4237,36 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
|
4142
4237
|
dependencies = [
|
|
4143
4238
|
"proc-macro2",
|
|
4144
4239
|
"quote",
|
|
4145
|
-
"syn 2.0.
|
|
4240
|
+
"syn 2.0.119",
|
|
4146
4241
|
]
|
|
4147
4242
|
|
|
4148
4243
|
[[package]]
|
|
4149
4244
|
name = "thiserror-impl"
|
|
4150
|
-
version = "2.0.
|
|
4245
|
+
version = "2.0.19"
|
|
4151
4246
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4152
|
-
checksum = "
|
|
4247
|
+
checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
|
|
4153
4248
|
dependencies = [
|
|
4154
4249
|
"proc-macro2",
|
|
4155
4250
|
"quote",
|
|
4156
|
-
"syn
|
|
4251
|
+
"syn 3.0.3",
|
|
4157
4252
|
]
|
|
4158
4253
|
|
|
4159
4254
|
[[package]]
|
|
4160
4255
|
name = "thread_local"
|
|
4161
|
-
version = "1.1.
|
|
4256
|
+
version = "1.1.10"
|
|
4162
4257
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4163
|
-
checksum = "
|
|
4258
|
+
checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070"
|
|
4164
4259
|
dependencies = [
|
|
4165
4260
|
"cfg-if",
|
|
4166
4261
|
]
|
|
4167
4262
|
|
|
4168
4263
|
[[package]]
|
|
4169
4264
|
name = "time"
|
|
4170
|
-
version = "0.3.
|
|
4265
|
+
version = "0.3.54"
|
|
4171
4266
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4172
|
-
checksum = "
|
|
4267
|
+
checksum = "3e1d5e639ff6bab73cb6885cc7e7b1de96c3f32c68ec55f3952614bec1092244"
|
|
4173
4268
|
dependencies = [
|
|
4174
4269
|
"deranged",
|
|
4175
|
-
"itoa",
|
|
4176
4270
|
"num-conv",
|
|
4177
4271
|
"powerfmt",
|
|
4178
4272
|
"serde_core",
|
|
@@ -4182,15 +4276,15 @@ dependencies = [
|
|
|
4182
4276
|
|
|
4183
4277
|
[[package]]
|
|
4184
4278
|
name = "time-core"
|
|
4185
|
-
version = "0.1.
|
|
4279
|
+
version = "0.1.9"
|
|
4186
4280
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4187
|
-
checksum = "
|
|
4281
|
+
checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
|
|
4188
4282
|
|
|
4189
4283
|
[[package]]
|
|
4190
4284
|
name = "time-macros"
|
|
4191
|
-
version = "0.2.
|
|
4285
|
+
version = "0.2.32"
|
|
4192
4286
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4193
|
-
checksum = "
|
|
4287
|
+
checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85"
|
|
4194
4288
|
dependencies = [
|
|
4195
4289
|
"num-conv",
|
|
4196
4290
|
"time-core",
|
|
@@ -4217,9 +4311,9 @@ dependencies = [
|
|
|
4217
4311
|
|
|
4218
4312
|
[[package]]
|
|
4219
4313
|
name = "tinyvec"
|
|
4220
|
-
version = "1.
|
|
4314
|
+
version = "1.12.0"
|
|
4221
4315
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4222
|
-
checksum = "
|
|
4316
|
+
checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
|
|
4223
4317
|
dependencies = [
|
|
4224
4318
|
"tinyvec_macros",
|
|
4225
4319
|
]
|
|
@@ -4232,9 +4326,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
4232
4326
|
|
|
4233
4327
|
[[package]]
|
|
4234
4328
|
name = "tokio"
|
|
4235
|
-
version = "1.
|
|
4329
|
+
version = "1.53.1"
|
|
4236
4330
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4237
|
-
checksum = "
|
|
4331
|
+
checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
|
|
4238
4332
|
dependencies = [
|
|
4239
4333
|
"bytes",
|
|
4240
4334
|
"libc",
|
|
@@ -4242,20 +4336,20 @@ dependencies = [
|
|
|
4242
4336
|
"parking_lot",
|
|
4243
4337
|
"pin-project-lite",
|
|
4244
4338
|
"signal-hook-registry",
|
|
4245
|
-
"socket2
|
|
4339
|
+
"socket2",
|
|
4246
4340
|
"tokio-macros",
|
|
4247
4341
|
"windows-sys 0.61.2",
|
|
4248
4342
|
]
|
|
4249
4343
|
|
|
4250
4344
|
[[package]]
|
|
4251
4345
|
name = "tokio-macros"
|
|
4252
|
-
version = "2.7.
|
|
4346
|
+
version = "2.7.1"
|
|
4253
4347
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4254
|
-
checksum = "
|
|
4348
|
+
checksum = "6328af13490e73a9b4694030fafd93f8c8c6a9dede33e821c3fc63eddf8042ba"
|
|
4255
4349
|
dependencies = [
|
|
4256
4350
|
"proc-macro2",
|
|
4257
4351
|
"quote",
|
|
4258
|
-
"syn 2.0.
|
|
4352
|
+
"syn 2.0.119",
|
|
4259
4353
|
]
|
|
4260
4354
|
|
|
4261
4355
|
[[package]]
|
|
@@ -4268,32 +4362,21 @@ dependencies = [
|
|
|
4268
4362
|
"tokio",
|
|
4269
4363
|
]
|
|
4270
4364
|
|
|
4271
|
-
[[package]]
|
|
4272
|
-
name = "tokio-rustls"
|
|
4273
|
-
version = "0.25.0"
|
|
4274
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4275
|
-
checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
|
|
4276
|
-
dependencies = [
|
|
4277
|
-
"rustls 0.22.4",
|
|
4278
|
-
"rustls-pki-types",
|
|
4279
|
-
"tokio",
|
|
4280
|
-
]
|
|
4281
|
-
|
|
4282
4365
|
[[package]]
|
|
4283
4366
|
name = "tokio-rustls"
|
|
4284
4367
|
version = "0.26.4"
|
|
4285
4368
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4286
4369
|
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
|
4287
4370
|
dependencies = [
|
|
4288
|
-
"rustls
|
|
4371
|
+
"rustls",
|
|
4289
4372
|
"tokio",
|
|
4290
4373
|
]
|
|
4291
4374
|
|
|
4292
4375
|
[[package]]
|
|
4293
4376
|
name = "tokio-stream"
|
|
4294
|
-
version = "0.1.
|
|
4377
|
+
version = "0.1.19"
|
|
4295
4378
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4296
|
-
checksum = "
|
|
4379
|
+
checksum = "a3d06f0b082ba57c26b79407372e57cf2a1e28124f78e9479fe80322cf53420b"
|
|
4297
4380
|
dependencies = [
|
|
4298
4381
|
"futures-core",
|
|
4299
4382
|
"pin-project-lite",
|
|
@@ -4303,13 +4386,14 @@ dependencies = [
|
|
|
4303
4386
|
|
|
4304
4387
|
[[package]]
|
|
4305
4388
|
name = "tokio-util"
|
|
4306
|
-
version = "0.7.
|
|
4389
|
+
version = "0.7.19"
|
|
4307
4390
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4308
|
-
checksum = "
|
|
4391
|
+
checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52"
|
|
4309
4392
|
dependencies = [
|
|
4310
4393
|
"bytes",
|
|
4311
4394
|
"futures-core",
|
|
4312
4395
|
"futures-sink",
|
|
4396
|
+
"libc",
|
|
4313
4397
|
"pin-project-lite",
|
|
4314
4398
|
"tokio",
|
|
4315
4399
|
]
|
|
@@ -4397,14 +4481,14 @@ dependencies = [
|
|
|
4397
4481
|
|
|
4398
4482
|
[[package]]
|
|
4399
4483
|
name = "toml_edit"
|
|
4400
|
-
version = "0.25.
|
|
4484
|
+
version = "0.25.13+spec-1.1.0"
|
|
4401
4485
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4402
|
-
checksum = "
|
|
4486
|
+
checksum = "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b"
|
|
4403
4487
|
dependencies = [
|
|
4404
4488
|
"indexmap 2.14.0",
|
|
4405
4489
|
"toml_datetime 1.1.1+spec-1.1.0",
|
|
4406
4490
|
"toml_parser",
|
|
4407
|
-
"winnow 1.0.
|
|
4491
|
+
"winnow 1.0.4",
|
|
4408
4492
|
]
|
|
4409
4493
|
|
|
4410
4494
|
[[package]]
|
|
@@ -4413,7 +4497,7 @@ version = "1.1.2+spec-1.1.0"
|
|
|
4413
4497
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4414
4498
|
checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
|
|
4415
4499
|
dependencies = [
|
|
4416
|
-
"winnow 1.0.
|
|
4500
|
+
"winnow 1.0.4",
|
|
4417
4501
|
]
|
|
4418
4502
|
|
|
4419
4503
|
[[package]]
|
|
@@ -4424,15 +4508,15 @@ checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
|
|
|
4424
4508
|
|
|
4425
4509
|
[[package]]
|
|
4426
4510
|
name = "toml_writer"
|
|
4427
|
-
version = "1.1.
|
|
4511
|
+
version = "1.1.2+spec-1.1.0"
|
|
4428
4512
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4429
|
-
checksum = "
|
|
4513
|
+
checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
|
|
4430
4514
|
|
|
4431
4515
|
[[package]]
|
|
4432
4516
|
name = "tonic"
|
|
4433
|
-
version = "0.
|
|
4517
|
+
version = "0.14.6"
|
|
4434
4518
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4435
|
-
checksum = "
|
|
4519
|
+
checksum = "ac2a5518c70fa84342385732db33fb3f44bc4cc748936eb5833d2df34d6445ef"
|
|
4436
4520
|
dependencies = [
|
|
4437
4521
|
"async-trait",
|
|
4438
4522
|
"axum",
|
|
@@ -4448,11 +4532,11 @@ dependencies = [
|
|
|
4448
4532
|
"hyper-util",
|
|
4449
4533
|
"percent-encoding",
|
|
4450
4534
|
"pin-project",
|
|
4451
|
-
"
|
|
4452
|
-
"
|
|
4453
|
-
"
|
|
4535
|
+
"rustls-native-certs",
|
|
4536
|
+
"socket2",
|
|
4537
|
+
"sync_wrapper",
|
|
4454
4538
|
"tokio",
|
|
4455
|
-
"tokio-rustls
|
|
4539
|
+
"tokio-rustls",
|
|
4456
4540
|
"tokio-stream",
|
|
4457
4541
|
"tower",
|
|
4458
4542
|
"tower-layer",
|
|
@@ -4462,35 +4546,61 @@ dependencies = [
|
|
|
4462
4546
|
|
|
4463
4547
|
[[package]]
|
|
4464
4548
|
name = "tonic-build"
|
|
4465
|
-
version = "0.
|
|
4549
|
+
version = "0.14.6"
|
|
4466
4550
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4467
|
-
checksum = "
|
|
4551
|
+
checksum = "c68f61875ac5293cf72e6c8cf0158086428c82c37229e98c840878f1706b0322"
|
|
4468
4552
|
dependencies = [
|
|
4469
4553
|
"prettyplease",
|
|
4470
4554
|
"proc-macro2",
|
|
4471
|
-
"prost-build",
|
|
4472
|
-
"prost-types",
|
|
4473
4555
|
"quote",
|
|
4474
|
-
"syn 2.0.
|
|
4556
|
+
"syn 2.0.119",
|
|
4475
4557
|
]
|
|
4476
4558
|
|
|
4477
4559
|
[[package]]
|
|
4478
4560
|
name = "tonic-health"
|
|
4479
|
-
version = "0.
|
|
4561
|
+
version = "0.14.6"
|
|
4480
4562
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4481
|
-
checksum = "
|
|
4563
|
+
checksum = "fcfab99db777fba2802f0dfa861d1628d1ae916fb199d29819941f139ae85082"
|
|
4482
4564
|
dependencies = [
|
|
4483
4565
|
"prost",
|
|
4484
4566
|
"tokio",
|
|
4485
4567
|
"tokio-stream",
|
|
4486
4568
|
"tonic",
|
|
4569
|
+
"tonic-prost",
|
|
4570
|
+
]
|
|
4571
|
+
|
|
4572
|
+
[[package]]
|
|
4573
|
+
name = "tonic-prost"
|
|
4574
|
+
version = "0.14.6"
|
|
4575
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4576
|
+
checksum = "50849f68853be452acf590cde0b146665b8d507b3b8af17261df47e02c209ea0"
|
|
4577
|
+
dependencies = [
|
|
4578
|
+
"bytes",
|
|
4579
|
+
"prost",
|
|
4580
|
+
"tonic",
|
|
4581
|
+
]
|
|
4582
|
+
|
|
4583
|
+
[[package]]
|
|
4584
|
+
name = "tonic-prost-build"
|
|
4585
|
+
version = "0.14.6"
|
|
4586
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4587
|
+
checksum = "654e5643eff75d7f8c99197ce1440ed19a3474eada74c12bbac488b2cafdae27"
|
|
4588
|
+
dependencies = [
|
|
4589
|
+
"prettyplease",
|
|
4590
|
+
"proc-macro2",
|
|
4591
|
+
"prost-build",
|
|
4592
|
+
"prost-types",
|
|
4593
|
+
"quote",
|
|
4594
|
+
"syn 2.0.119",
|
|
4595
|
+
"tempfile",
|
|
4596
|
+
"tonic-build",
|
|
4487
4597
|
]
|
|
4488
4598
|
|
|
4489
4599
|
[[package]]
|
|
4490
4600
|
name = "tonic-web"
|
|
4491
|
-
version = "0.
|
|
4601
|
+
version = "0.14.6"
|
|
4492
4602
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4493
|
-
checksum = "
|
|
4603
|
+
checksum = "b5e6a1b6319ca4b61a4c0f0c94d439c8f3ed344cca56fe0df40e1fe4be11380b"
|
|
4494
4604
|
dependencies = [
|
|
4495
4605
|
"base64 0.22.1",
|
|
4496
4606
|
"bytes",
|
|
@@ -4542,20 +4652,22 @@ dependencies = [
|
|
|
4542
4652
|
|
|
4543
4653
|
[[package]]
|
|
4544
4654
|
name = "tower-http"
|
|
4545
|
-
version = "0.6.
|
|
4655
|
+
version = "0.6.11"
|
|
4546
4656
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4547
|
-
checksum = "
|
|
4657
|
+
checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
|
|
4548
4658
|
dependencies = [
|
|
4549
4659
|
"bitflags",
|
|
4550
4660
|
"bytes",
|
|
4551
4661
|
"futures-util",
|
|
4552
4662
|
"http",
|
|
4553
4663
|
"http-body",
|
|
4554
|
-
"iri-string",
|
|
4555
4664
|
"pin-project-lite",
|
|
4556
4665
|
"tower",
|
|
4557
4666
|
"tower-layer",
|
|
4558
4667
|
"tower-service",
|
|
4668
|
+
"tracing",
|
|
4669
|
+
"url",
|
|
4670
|
+
"uuid",
|
|
4559
4671
|
]
|
|
4560
4672
|
|
|
4561
4673
|
[[package]]
|
|
@@ -4590,7 +4702,7 @@ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
|
4590
4702
|
dependencies = [
|
|
4591
4703
|
"proc-macro2",
|
|
4592
4704
|
"quote",
|
|
4593
|
-
"syn 2.0.
|
|
4705
|
+
"syn 2.0.119",
|
|
4594
4706
|
]
|
|
4595
4707
|
|
|
4596
4708
|
[[package]]
|
|
@@ -4616,14 +4728,12 @@ dependencies = [
|
|
|
4616
4728
|
|
|
4617
4729
|
[[package]]
|
|
4618
4730
|
name = "tracing-opentelemetry"
|
|
4619
|
-
version = "0.
|
|
4731
|
+
version = "0.32.1"
|
|
4620
4732
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4621
|
-
checksum = "
|
|
4733
|
+
checksum = "1ac28f2d093c6c477eaa76b23525478f38de514fa9aeb1285738d4b97a9552fc"
|
|
4622
4734
|
dependencies = [
|
|
4623
4735
|
"js-sys",
|
|
4624
|
-
"once_cell",
|
|
4625
4736
|
"opentelemetry",
|
|
4626
|
-
"opentelemetry_sdk",
|
|
4627
4737
|
"smallvec",
|
|
4628
4738
|
"tracing",
|
|
4629
4739
|
"tracing-core",
|
|
@@ -4658,9 +4768,15 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
4658
4768
|
|
|
4659
4769
|
[[package]]
|
|
4660
4770
|
name = "typenum"
|
|
4661
|
-
version = "1.20.
|
|
4771
|
+
version = "1.20.1"
|
|
4662
4772
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4663
|
-
checksum = "
|
|
4773
|
+
checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
|
|
4774
|
+
|
|
4775
|
+
[[package]]
|
|
4776
|
+
name = "unarray"
|
|
4777
|
+
version = "0.1.4"
|
|
4778
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4779
|
+
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
|
4664
4780
|
|
|
4665
4781
|
[[package]]
|
|
4666
4782
|
name = "uncased"
|
|
@@ -4747,12 +4863,6 @@ version = "0.2.2"
|
|
|
4747
4863
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4748
4864
|
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
|
|
4749
4865
|
|
|
4750
|
-
[[package]]
|
|
4751
|
-
name = "unicode-xid"
|
|
4752
|
-
version = "0.2.6"
|
|
4753
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4754
|
-
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
|
4755
|
-
|
|
4756
4866
|
[[package]]
|
|
4757
4867
|
name = "unicode_names2"
|
|
4758
4868
|
version = "1.3.0"
|
|
@@ -4772,7 +4882,7 @@ dependencies = [
|
|
|
4772
4882
|
"getopts",
|
|
4773
4883
|
"log",
|
|
4774
4884
|
"phf_codegen",
|
|
4775
|
-
"rand 0.8.
|
|
4885
|
+
"rand 0.8.7",
|
|
4776
4886
|
]
|
|
4777
4887
|
|
|
4778
4888
|
[[package]]
|
|
@@ -4808,9 +4918,9 @@ dependencies = [
|
|
|
4808
4918
|
|
|
4809
4919
|
[[package]]
|
|
4810
4920
|
name = "urlpattern"
|
|
4811
|
-
version = "0.
|
|
4921
|
+
version = "0.6.0"
|
|
4812
4922
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4813
|
-
checksum = "
|
|
4923
|
+
checksum = "df16f50ef4cc145211879a3867ba757076b25dfee812040dcb0658bd9ae7904b"
|
|
4814
4924
|
dependencies = [
|
|
4815
4925
|
"icu_properties",
|
|
4816
4926
|
"regex",
|
|
@@ -4832,11 +4942,11 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
4832
4942
|
|
|
4833
4943
|
[[package]]
|
|
4834
4944
|
name = "uuid"
|
|
4835
|
-
version = "1.
|
|
4945
|
+
version = "1.24.0"
|
|
4836
4946
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4837
|
-
checksum = "
|
|
4947
|
+
checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
|
|
4838
4948
|
dependencies = [
|
|
4839
|
-
"getrandom 0.4.
|
|
4949
|
+
"getrandom 0.4.3",
|
|
4840
4950
|
"js-sys",
|
|
4841
4951
|
"wasm-bindgen",
|
|
4842
4952
|
]
|
|
@@ -4849,9 +4959,9 @@ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
|
|
4849
4959
|
|
|
4850
4960
|
[[package]]
|
|
4851
4961
|
name = "value-bag"
|
|
4852
|
-
version = "1.
|
|
4962
|
+
version = "1.13.1"
|
|
4853
4963
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4854
|
-
checksum = "
|
|
4964
|
+
checksum = "ef73bfbaf3216cb59c205d7176bee1194e0d84348979da31f4a71fefe3c2054e"
|
|
4855
4965
|
|
|
4856
4966
|
[[package]]
|
|
4857
4967
|
name = "vcpkg"
|
|
@@ -4892,27 +5002,18 @@ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
|
4892
5002
|
|
|
4893
5003
|
[[package]]
|
|
4894
5004
|
name = "wasip2"
|
|
4895
|
-
version = "1.0.
|
|
4896
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4897
|
-
checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
|
|
4898
|
-
dependencies = [
|
|
4899
|
-
"wit-bindgen 0.57.1",
|
|
4900
|
-
]
|
|
4901
|
-
|
|
4902
|
-
[[package]]
|
|
4903
|
-
name = "wasip3"
|
|
4904
|
-
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
|
|
5005
|
+
version = "1.0.4+wasi-0.2.12"
|
|
4905
5006
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4906
|
-
checksum = "
|
|
5007
|
+
checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
|
|
4907
5008
|
dependencies = [
|
|
4908
|
-
"wit-bindgen
|
|
5009
|
+
"wit-bindgen",
|
|
4909
5010
|
]
|
|
4910
5011
|
|
|
4911
5012
|
[[package]]
|
|
4912
5013
|
name = "wasm-bindgen"
|
|
4913
|
-
version = "0.2.
|
|
5014
|
+
version = "0.2.126"
|
|
4914
5015
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4915
|
-
checksum = "
|
|
5016
|
+
checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
|
|
4916
5017
|
dependencies = [
|
|
4917
5018
|
"cfg-if",
|
|
4918
5019
|
"once_cell",
|
|
@@ -4923,9 +5024,9 @@ dependencies = [
|
|
|
4923
5024
|
|
|
4924
5025
|
[[package]]
|
|
4925
5026
|
name = "wasm-bindgen-futures"
|
|
4926
|
-
version = "0.4.
|
|
5027
|
+
version = "0.4.76"
|
|
4927
5028
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4928
|
-
checksum = "
|
|
5029
|
+
checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
|
|
4929
5030
|
dependencies = [
|
|
4930
5031
|
"js-sys",
|
|
4931
5032
|
"wasm-bindgen",
|
|
@@ -4933,9 +5034,9 @@ dependencies = [
|
|
|
4933
5034
|
|
|
4934
5035
|
[[package]]
|
|
4935
5036
|
name = "wasm-bindgen-macro"
|
|
4936
|
-
version = "0.2.
|
|
5037
|
+
version = "0.2.126"
|
|
4937
5038
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4938
|
-
checksum = "
|
|
5039
|
+
checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
|
|
4939
5040
|
dependencies = [
|
|
4940
5041
|
"quote",
|
|
4941
5042
|
"wasm-bindgen-macro-support",
|
|
@@ -4943,48 +5044,26 @@ dependencies = [
|
|
|
4943
5044
|
|
|
4944
5045
|
[[package]]
|
|
4945
5046
|
name = "wasm-bindgen-macro-support"
|
|
4946
|
-
version = "0.2.
|
|
5047
|
+
version = "0.2.126"
|
|
4947
5048
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4948
|
-
checksum = "
|
|
5049
|
+
checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
|
|
4949
5050
|
dependencies = [
|
|
4950
5051
|
"bumpalo",
|
|
4951
5052
|
"proc-macro2",
|
|
4952
5053
|
"quote",
|
|
4953
|
-
"syn 2.0.
|
|
5054
|
+
"syn 2.0.119",
|
|
4954
5055
|
"wasm-bindgen-shared",
|
|
4955
5056
|
]
|
|
4956
5057
|
|
|
4957
5058
|
[[package]]
|
|
4958
5059
|
name = "wasm-bindgen-shared"
|
|
4959
|
-
version = "0.2.
|
|
5060
|
+
version = "0.2.126"
|
|
4960
5061
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4961
|
-
checksum = "
|
|
5062
|
+
checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
|
|
4962
5063
|
dependencies = [
|
|
4963
5064
|
"unicode-ident",
|
|
4964
5065
|
]
|
|
4965
5066
|
|
|
4966
|
-
[[package]]
|
|
4967
|
-
name = "wasm-encoder"
|
|
4968
|
-
version = "0.244.0"
|
|
4969
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4970
|
-
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
|
4971
|
-
dependencies = [
|
|
4972
|
-
"leb128fmt",
|
|
4973
|
-
"wasmparser",
|
|
4974
|
-
]
|
|
4975
|
-
|
|
4976
|
-
[[package]]
|
|
4977
|
-
name = "wasm-metadata"
|
|
4978
|
-
version = "0.244.0"
|
|
4979
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4980
|
-
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
|
4981
|
-
dependencies = [
|
|
4982
|
-
"anyhow",
|
|
4983
|
-
"indexmap 2.14.0",
|
|
4984
|
-
"wasm-encoder",
|
|
4985
|
-
"wasmparser",
|
|
4986
|
-
]
|
|
4987
|
-
|
|
4988
5067
|
[[package]]
|
|
4989
5068
|
name = "wasm-streams"
|
|
4990
5069
|
version = "0.4.2"
|
|
@@ -4998,23 +5077,11 @@ dependencies = [
|
|
|
4998
5077
|
"web-sys",
|
|
4999
5078
|
]
|
|
5000
5079
|
|
|
5001
|
-
[[package]]
|
|
5002
|
-
name = "wasmparser"
|
|
5003
|
-
version = "0.244.0"
|
|
5004
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5005
|
-
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
5006
|
-
dependencies = [
|
|
5007
|
-
"bitflags",
|
|
5008
|
-
"hashbrown 0.15.5",
|
|
5009
|
-
"indexmap 2.14.0",
|
|
5010
|
-
"semver",
|
|
5011
|
-
]
|
|
5012
|
-
|
|
5013
5080
|
[[package]]
|
|
5014
5081
|
name = "web-sys"
|
|
5015
|
-
version = "0.3.
|
|
5082
|
+
version = "0.3.103"
|
|
5016
5083
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5017
|
-
checksum = "
|
|
5084
|
+
checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
|
|
5018
5085
|
dependencies = [
|
|
5019
5086
|
"js-sys",
|
|
5020
5087
|
"wasm-bindgen",
|
|
@@ -5047,20 +5114,19 @@ dependencies = [
|
|
|
5047
5114
|
]
|
|
5048
5115
|
|
|
5049
5116
|
[[package]]
|
|
5050
|
-
name = "webpki"
|
|
5051
|
-
version = "0.
|
|
5117
|
+
name = "webpki-root-certs"
|
|
5118
|
+
version = "1.0.9"
|
|
5052
5119
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5053
|
-
checksum = "
|
|
5120
|
+
checksum = "b96554aa2acc8ccdb7e1c9a58a7a68dd5d13bccc69cd124cb09406db612a1c9b"
|
|
5054
5121
|
dependencies = [
|
|
5055
|
-
"
|
|
5056
|
-
"untrusted 0.9.0",
|
|
5122
|
+
"rustls-pki-types",
|
|
5057
5123
|
]
|
|
5058
5124
|
|
|
5059
5125
|
[[package]]
|
|
5060
5126
|
name = "webpki-roots"
|
|
5061
|
-
version = "1.0.
|
|
5127
|
+
version = "1.0.9"
|
|
5062
5128
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5063
|
-
checksum = "
|
|
5129
|
+
checksum = "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a"
|
|
5064
5130
|
dependencies = [
|
|
5065
5131
|
"rustls-pki-types",
|
|
5066
5132
|
]
|
|
@@ -5095,7 +5161,7 @@ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
|
5095
5161
|
dependencies = [
|
|
5096
5162
|
"proc-macro2",
|
|
5097
5163
|
"quote",
|
|
5098
|
-
"syn 2.0.
|
|
5164
|
+
"syn 2.0.119",
|
|
5099
5165
|
]
|
|
5100
5166
|
|
|
5101
5167
|
[[package]]
|
|
@@ -5106,7 +5172,7 @@ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
|
5106
5172
|
dependencies = [
|
|
5107
5173
|
"proc-macro2",
|
|
5108
5174
|
"quote",
|
|
5109
|
-
"syn 2.0.
|
|
5175
|
+
"syn 2.0.119",
|
|
5110
5176
|
]
|
|
5111
5177
|
|
|
5112
5178
|
[[package]]
|
|
@@ -5150,16 +5216,7 @@ version = "0.52.0"
|
|
|
5150
5216
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5151
5217
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
5152
5218
|
dependencies = [
|
|
5153
|
-
"windows-targets
|
|
5154
|
-
]
|
|
5155
|
-
|
|
5156
|
-
[[package]]
|
|
5157
|
-
name = "windows-sys"
|
|
5158
|
-
version = "0.60.2"
|
|
5159
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5160
|
-
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
5161
|
-
dependencies = [
|
|
5162
|
-
"windows-targets 0.53.5",
|
|
5219
|
+
"windows-targets",
|
|
5163
5220
|
]
|
|
5164
5221
|
|
|
5165
5222
|
[[package]]
|
|
@@ -5177,31 +5234,14 @@ version = "0.52.6"
|
|
|
5177
5234
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5178
5235
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
5179
5236
|
dependencies = [
|
|
5180
|
-
"windows_aarch64_gnullvm
|
|
5181
|
-
"windows_aarch64_msvc
|
|
5182
|
-
"windows_i686_gnu
|
|
5183
|
-
"windows_i686_gnullvm
|
|
5184
|
-
"windows_i686_msvc
|
|
5185
|
-
"windows_x86_64_gnu
|
|
5186
|
-
"windows_x86_64_gnullvm
|
|
5187
|
-
"windows_x86_64_msvc
|
|
5188
|
-
]
|
|
5189
|
-
|
|
5190
|
-
[[package]]
|
|
5191
|
-
name = "windows-targets"
|
|
5192
|
-
version = "0.53.5"
|
|
5193
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5194
|
-
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
|
5195
|
-
dependencies = [
|
|
5196
|
-
"windows-link",
|
|
5197
|
-
"windows_aarch64_gnullvm 0.53.1",
|
|
5198
|
-
"windows_aarch64_msvc 0.53.1",
|
|
5199
|
-
"windows_i686_gnu 0.53.1",
|
|
5200
|
-
"windows_i686_gnullvm 0.53.1",
|
|
5201
|
-
"windows_i686_msvc 0.53.1",
|
|
5202
|
-
"windows_x86_64_gnu 0.53.1",
|
|
5203
|
-
"windows_x86_64_gnullvm 0.53.1",
|
|
5204
|
-
"windows_x86_64_msvc 0.53.1",
|
|
5237
|
+
"windows_aarch64_gnullvm",
|
|
5238
|
+
"windows_aarch64_msvc",
|
|
5239
|
+
"windows_i686_gnu",
|
|
5240
|
+
"windows_i686_gnullvm",
|
|
5241
|
+
"windows_i686_msvc",
|
|
5242
|
+
"windows_x86_64_gnu",
|
|
5243
|
+
"windows_x86_64_gnullvm",
|
|
5244
|
+
"windows_x86_64_msvc",
|
|
5205
5245
|
]
|
|
5206
5246
|
|
|
5207
5247
|
[[package]]
|
|
@@ -5210,96 +5250,48 @@ version = "0.52.6"
|
|
|
5210
5250
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5211
5251
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
5212
5252
|
|
|
5213
|
-
[[package]]
|
|
5214
|
-
name = "windows_aarch64_gnullvm"
|
|
5215
|
-
version = "0.53.1"
|
|
5216
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5217
|
-
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
|
5218
|
-
|
|
5219
5253
|
[[package]]
|
|
5220
5254
|
name = "windows_aarch64_msvc"
|
|
5221
5255
|
version = "0.52.6"
|
|
5222
5256
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5223
5257
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
5224
5258
|
|
|
5225
|
-
[[package]]
|
|
5226
|
-
name = "windows_aarch64_msvc"
|
|
5227
|
-
version = "0.53.1"
|
|
5228
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5229
|
-
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
|
5230
|
-
|
|
5231
5259
|
[[package]]
|
|
5232
5260
|
name = "windows_i686_gnu"
|
|
5233
5261
|
version = "0.52.6"
|
|
5234
5262
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5235
5263
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
5236
5264
|
|
|
5237
|
-
[[package]]
|
|
5238
|
-
name = "windows_i686_gnu"
|
|
5239
|
-
version = "0.53.1"
|
|
5240
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5241
|
-
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
|
|
5242
|
-
|
|
5243
5265
|
[[package]]
|
|
5244
5266
|
name = "windows_i686_gnullvm"
|
|
5245
5267
|
version = "0.52.6"
|
|
5246
5268
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5247
5269
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
5248
5270
|
|
|
5249
|
-
[[package]]
|
|
5250
|
-
name = "windows_i686_gnullvm"
|
|
5251
|
-
version = "0.53.1"
|
|
5252
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5253
|
-
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
|
5254
|
-
|
|
5255
5271
|
[[package]]
|
|
5256
5272
|
name = "windows_i686_msvc"
|
|
5257
5273
|
version = "0.52.6"
|
|
5258
5274
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5259
5275
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
5260
5276
|
|
|
5261
|
-
[[package]]
|
|
5262
|
-
name = "windows_i686_msvc"
|
|
5263
|
-
version = "0.53.1"
|
|
5264
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5265
|
-
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
|
5266
|
-
|
|
5267
5277
|
[[package]]
|
|
5268
5278
|
name = "windows_x86_64_gnu"
|
|
5269
5279
|
version = "0.52.6"
|
|
5270
5280
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5271
5281
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
5272
5282
|
|
|
5273
|
-
[[package]]
|
|
5274
|
-
name = "windows_x86_64_gnu"
|
|
5275
|
-
version = "0.53.1"
|
|
5276
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5277
|
-
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
|
5278
|
-
|
|
5279
5283
|
[[package]]
|
|
5280
5284
|
name = "windows_x86_64_gnullvm"
|
|
5281
5285
|
version = "0.52.6"
|
|
5282
5286
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5283
5287
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
5284
5288
|
|
|
5285
|
-
[[package]]
|
|
5286
|
-
name = "windows_x86_64_gnullvm"
|
|
5287
|
-
version = "0.53.1"
|
|
5288
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5289
|
-
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
|
5290
|
-
|
|
5291
5289
|
[[package]]
|
|
5292
5290
|
name = "windows_x86_64_msvc"
|
|
5293
5291
|
version = "0.52.6"
|
|
5294
5292
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5295
5293
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
5296
5294
|
|
|
5297
|
-
[[package]]
|
|
5298
|
-
name = "windows_x86_64_msvc"
|
|
5299
|
-
version = "0.53.1"
|
|
5300
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5301
|
-
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
5302
|
-
|
|
5303
5295
|
[[package]]
|
|
5304
5296
|
name = "winnow"
|
|
5305
5297
|
version = "0.7.15"
|
|
@@ -5311,107 +5303,19 @@ dependencies = [
|
|
|
5311
5303
|
|
|
5312
5304
|
[[package]]
|
|
5313
5305
|
name = "winnow"
|
|
5314
|
-
version = "1.0.
|
|
5306
|
+
version = "1.0.4"
|
|
5315
5307
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5316
|
-
checksum = "
|
|
5308
|
+
checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
|
|
5317
5309
|
dependencies = [
|
|
5318
5310
|
"memchr",
|
|
5319
5311
|
]
|
|
5320
5312
|
|
|
5321
|
-
[[package]]
|
|
5322
|
-
name = "wit-bindgen"
|
|
5323
|
-
version = "0.51.0"
|
|
5324
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5325
|
-
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
5326
|
-
dependencies = [
|
|
5327
|
-
"wit-bindgen-rust-macro",
|
|
5328
|
-
]
|
|
5329
|
-
|
|
5330
5313
|
[[package]]
|
|
5331
5314
|
name = "wit-bindgen"
|
|
5332
5315
|
version = "0.57.1"
|
|
5333
5316
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5334
5317
|
checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
|
|
5335
5318
|
|
|
5336
|
-
[[package]]
|
|
5337
|
-
name = "wit-bindgen-core"
|
|
5338
|
-
version = "0.51.0"
|
|
5339
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5340
|
-
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
|
5341
|
-
dependencies = [
|
|
5342
|
-
"anyhow",
|
|
5343
|
-
"heck",
|
|
5344
|
-
"wit-parser",
|
|
5345
|
-
]
|
|
5346
|
-
|
|
5347
|
-
[[package]]
|
|
5348
|
-
name = "wit-bindgen-rust"
|
|
5349
|
-
version = "0.51.0"
|
|
5350
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5351
|
-
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
|
5352
|
-
dependencies = [
|
|
5353
|
-
"anyhow",
|
|
5354
|
-
"heck",
|
|
5355
|
-
"indexmap 2.14.0",
|
|
5356
|
-
"prettyplease",
|
|
5357
|
-
"syn 2.0.117",
|
|
5358
|
-
"wasm-metadata",
|
|
5359
|
-
"wit-bindgen-core",
|
|
5360
|
-
"wit-component",
|
|
5361
|
-
]
|
|
5362
|
-
|
|
5363
|
-
[[package]]
|
|
5364
|
-
name = "wit-bindgen-rust-macro"
|
|
5365
|
-
version = "0.51.0"
|
|
5366
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5367
|
-
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
|
5368
|
-
dependencies = [
|
|
5369
|
-
"anyhow",
|
|
5370
|
-
"prettyplease",
|
|
5371
|
-
"proc-macro2",
|
|
5372
|
-
"quote",
|
|
5373
|
-
"syn 2.0.117",
|
|
5374
|
-
"wit-bindgen-core",
|
|
5375
|
-
"wit-bindgen-rust",
|
|
5376
|
-
]
|
|
5377
|
-
|
|
5378
|
-
[[package]]
|
|
5379
|
-
name = "wit-component"
|
|
5380
|
-
version = "0.244.0"
|
|
5381
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5382
|
-
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
|
5383
|
-
dependencies = [
|
|
5384
|
-
"anyhow",
|
|
5385
|
-
"bitflags",
|
|
5386
|
-
"indexmap 2.14.0",
|
|
5387
|
-
"log",
|
|
5388
|
-
"serde",
|
|
5389
|
-
"serde_derive",
|
|
5390
|
-
"serde_json",
|
|
5391
|
-
"wasm-encoder",
|
|
5392
|
-
"wasm-metadata",
|
|
5393
|
-
"wasmparser",
|
|
5394
|
-
"wit-parser",
|
|
5395
|
-
]
|
|
5396
|
-
|
|
5397
|
-
[[package]]
|
|
5398
|
-
name = "wit-parser"
|
|
5399
|
-
version = "0.244.0"
|
|
5400
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5401
|
-
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
|
5402
|
-
dependencies = [
|
|
5403
|
-
"anyhow",
|
|
5404
|
-
"id-arena",
|
|
5405
|
-
"indexmap 2.14.0",
|
|
5406
|
-
"log",
|
|
5407
|
-
"semver",
|
|
5408
|
-
"serde",
|
|
5409
|
-
"serde_derive",
|
|
5410
|
-
"serde_json",
|
|
5411
|
-
"unicode-xid",
|
|
5412
|
-
"wasmparser",
|
|
5413
|
-
]
|
|
5414
|
-
|
|
5415
5319
|
[[package]]
|
|
5416
5320
|
name = "writeable"
|
|
5417
5321
|
version = "0.6.3"
|
|
@@ -5426,9 +5330,9 @@ checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
|
|
|
5426
5330
|
|
|
5427
5331
|
[[package]]
|
|
5428
5332
|
name = "yoke"
|
|
5429
|
-
version = "0.8.
|
|
5333
|
+
version = "0.8.3"
|
|
5430
5334
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5431
|
-
checksum = "
|
|
5335
|
+
checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
|
|
5432
5336
|
dependencies = [
|
|
5433
5337
|
"stable_deref_trait",
|
|
5434
5338
|
"yoke-derive",
|
|
@@ -5443,35 +5347,35 @@ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
|
|
|
5443
5347
|
dependencies = [
|
|
5444
5348
|
"proc-macro2",
|
|
5445
5349
|
"quote",
|
|
5446
|
-
"syn 2.0.
|
|
5350
|
+
"syn 2.0.119",
|
|
5447
5351
|
"synstructure",
|
|
5448
5352
|
]
|
|
5449
5353
|
|
|
5450
5354
|
[[package]]
|
|
5451
5355
|
name = "zerocopy"
|
|
5452
|
-
version = "0.8.
|
|
5356
|
+
version = "0.8.55"
|
|
5453
5357
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5454
|
-
checksum = "
|
|
5358
|
+
checksum = "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb"
|
|
5455
5359
|
dependencies = [
|
|
5456
5360
|
"zerocopy-derive",
|
|
5457
5361
|
]
|
|
5458
5362
|
|
|
5459
5363
|
[[package]]
|
|
5460
5364
|
name = "zerocopy-derive"
|
|
5461
|
-
version = "0.8.
|
|
5365
|
+
version = "0.8.55"
|
|
5462
5366
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5463
|
-
checksum = "
|
|
5367
|
+
checksum = "0fe976fb70c78cd64cccfe3a6fc142244e8a77b70959b30faf9d0ac37ee228eb"
|
|
5464
5368
|
dependencies = [
|
|
5465
5369
|
"proc-macro2",
|
|
5466
5370
|
"quote",
|
|
5467
|
-
"syn 2.0.
|
|
5371
|
+
"syn 2.0.119",
|
|
5468
5372
|
]
|
|
5469
5373
|
|
|
5470
5374
|
[[package]]
|
|
5471
5375
|
name = "zerofrom"
|
|
5472
|
-
version = "0.1.
|
|
5376
|
+
version = "0.1.8"
|
|
5473
5377
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5474
|
-
checksum = "
|
|
5378
|
+
checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
|
|
5475
5379
|
dependencies = [
|
|
5476
5380
|
"zerofrom-derive",
|
|
5477
5381
|
]
|
|
@@ -5484,15 +5388,29 @@ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
|
|
|
5484
5388
|
dependencies = [
|
|
5485
5389
|
"proc-macro2",
|
|
5486
5390
|
"quote",
|
|
5487
|
-
"syn 2.0.
|
|
5391
|
+
"syn 2.0.119",
|
|
5488
5392
|
"synstructure",
|
|
5489
5393
|
]
|
|
5490
5394
|
|
|
5491
5395
|
[[package]]
|
|
5492
5396
|
name = "zeroize"
|
|
5493
|
-
version = "1.
|
|
5397
|
+
version = "1.9.0"
|
|
5398
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5399
|
+
checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
|
|
5400
|
+
dependencies = [
|
|
5401
|
+
"zeroize_derive",
|
|
5402
|
+
]
|
|
5403
|
+
|
|
5404
|
+
[[package]]
|
|
5405
|
+
name = "zeroize_derive"
|
|
5406
|
+
version = "1.5.0"
|
|
5494
5407
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5495
|
-
checksum = "
|
|
5408
|
+
checksum = "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328"
|
|
5409
|
+
dependencies = [
|
|
5410
|
+
"proc-macro2",
|
|
5411
|
+
"quote",
|
|
5412
|
+
"syn 2.0.119",
|
|
5413
|
+
]
|
|
5496
5414
|
|
|
5497
5415
|
[[package]]
|
|
5498
5416
|
name = "zerotrie"
|
|
@@ -5524,11 +5442,11 @@ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
|
|
|
5524
5442
|
dependencies = [
|
|
5525
5443
|
"proc-macro2",
|
|
5526
5444
|
"quote",
|
|
5527
|
-
"syn 2.0.
|
|
5445
|
+
"syn 2.0.119",
|
|
5528
5446
|
]
|
|
5529
5447
|
|
|
5530
5448
|
[[package]]
|
|
5531
5449
|
name = "zmij"
|
|
5532
|
-
version = "1.0.
|
|
5450
|
+
version = "1.0.23"
|
|
5533
5451
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5534
|
-
checksum = "
|
|
5452
|
+
checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
|