AWS SDK

AWS SDK

rev. e8217925d5514fb87a7da3977a82e1c8cb26c07c

Files changed:

tmp-codegen-diff/aws-sdk/Cargo.lock

@@ -312,312 +372,372 @@
  332    332   
version = "1.5.8"
  333    333   
dependencies = [
  334    334   
 "aws-credential-types 1.2.1",
  335    335   
 "aws-runtime 1.4.3",
  336    336   
 "aws-sdk-sso",
  337    337   
 "aws-sdk-ssooidc",
  338    338   
 "aws-sdk-sts",
  339    339   
 "aws-smithy-async 1.2.1",
  340    340   
 "aws-smithy-http 0.60.11",
  341    341   
 "aws-smithy-json 0.60.7",
  342         -
 "aws-smithy-runtime 1.7.2",
         342  +
 "aws-smithy-runtime 1.7.3",
  343    343   
 "aws-smithy-runtime-api 1.7.2",
  344    344   
 "aws-smithy-types 1.2.7",
  345    345   
 "aws-types 1.3.3",
  346    346   
 "bytes",
  347    347   
 "fastrand 2.0.2",
  348    348   
 "futures-util",
  349    349   
 "hex",
  350    350   
 "http 0.2.12",
  351    351   
 "hyper-rustls 0.24.2",
  352    352   
 "ring",
@@ -375,375 +1140,1140 @@
  395    395   
dependencies = [
  396    396   
 "aws-runtime 1.4.3",
  397    397   
]
  398    398   
  399    399   
[[package]]
  400    400   
name = "aws-hyper"
  401    401   
version = "0.60.3"
  402    402   
  403    403   
[[package]]
  404    404   
name = "aws-lc-fips-sys"
  405         -
version = "0.12.12"
         405  +
version = "0.12.13"
  406    406   
source = "registry+https://github.com/rust-lang/crates.io-index"
  407         -
checksum = "ec4795bbabc13643a8b3532184041ab41dec5740046aa15734428219cb9a0bfc"
         407  +
checksum = "bf12b67bc9c5168f68655aadb2a12081689a58f1d9b1484705e4d1810ed6e4ac"
  408    408   
dependencies = [
  409    409   
 "bindgen",
         410  +
 "cc",
  410    411   
 "cmake",
  411    412   
 "dunce",
  412    413   
 "fs_extra",
  413    414   
 "libc",
  414    415   
 "paste",
  415    416   
]
  416    417   
  417    418   
[[package]]
  418    419   
name = "aws-lc-rs"
  419    420   
version = "1.10.0"
  420    421   
source = "registry+https://github.com/rust-lang/crates.io-index"
  421    422   
checksum = "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d"
  422    423   
dependencies = [
  423    424   
 "aws-lc-fips-sys",
  424    425   
 "aws-lc-sys",
  425    426   
 "mirai-annotations",
  426    427   
 "paste",
  427    428   
 "zeroize",
  428    429   
]
  429    430   
  430    431   
[[package]]
  431    432   
name = "aws-lc-sys"
  432    433   
version = "0.22.0"
  433    434   
source = "registry+https://github.com/rust-lang/crates.io-index"
  434    435   
checksum = "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972"
  435    436   
dependencies = [
  436    437   
 "bindgen",
  437    438   
 "cc",
  438    439   
 "cmake",
  439    440   
 "dunce",
  440    441   
 "fs_extra",
  441    442   
 "libc",
  442    443   
 "paste",
  443    444   
]
  444    445   
  445    446   
[[package]]
  446    447   
name = "aws-runtime"
  447    448   
version = "1.4.3"
  448    449   
dependencies = [
  449    450   
 "arbitrary",
  450    451   
 "aws-credential-types 1.2.1",
  451    452   
 "aws-sigv4 1.2.4",
  452    453   
 "aws-smithy-async 1.2.1",
  453    454   
 "aws-smithy-eventstream 0.60.5",
  454    455   
 "aws-smithy-http 0.60.11",
  455    456   
 "aws-smithy-protocol-test 0.63.0",
  456         -
 "aws-smithy-runtime 1.7.2",
         457  +
 "aws-smithy-runtime 1.7.3",
  457    458   
 "aws-smithy-runtime-api 1.7.2",
  458    459   
 "aws-smithy-types 1.2.7",
  459    460   
 "aws-types 1.3.3",
  460    461   
 "bytes",
  461    462   
 "bytes-utils",
  462    463   
 "convert_case",
  463    464   
 "fastrand 2.0.2",
  464    465   
 "futures-util",
  465    466   
 "http 0.2.12",
  466    467   
 "http 1.1.0",
  467    468   
 "http-body 0.4.6",
  468    469   
 "http-body 1.0.1",
  469    470   
 "once_cell",
  470    471   
 "percent-encoding",
  471    472   
 "pin-project-lite",
  472    473   
 "proptest",
  473    474   
 "regex-lite",
  474    475   
 "serde",
  475    476   
 "serde_json",
  476    477   
 "tokio",
  477    478   
 "tracing",
  478    479   
 "tracing-subscriber",
  479    480   
 "tracing-test",
  480    481   
 "uuid",
  481    482   
]
  482    483   
  483    484   
[[package]]
  484    485   
name = "aws-runtime"
  485    486   
version = "1.4.3"
  486    487   
source = "registry+https://github.com/rust-lang/crates.io-index"
  487    488   
checksum = "a10d5c055aa540164d9561a0e2e74ad30f0dcf7393c3a92f6733ddf9c5762468"
  488    489   
dependencies = [
  489    490   
 "aws-credential-types 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  490    491   
 "aws-sigv4 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
  491    492   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  492    493   
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
  493    494   
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
  494         -
 "aws-smithy-runtime 1.7.1",
         495  +
 "aws-smithy-runtime 1.7.2",
  495    496   
 "aws-smithy-runtime-api 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
  496    497   
 "aws-smithy-types 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
  497    498   
 "aws-types 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  498    499   
 "bytes",
  499    500   
 "fastrand 2.0.2",
  500    501   
 "http 0.2.12",
  501    502   
 "http-body 0.4.6",
  502    503   
 "once_cell",
  503    504   
 "percent-encoding",
  504    505   
 "pin-project-lite",
  505    506   
 "tracing",
  506    507   
 "uuid",
  507    508   
]
  508    509   
  509    510   
[[package]]
  510    511   
name = "aws-runtime-api"
  511    512   
version = "1.1.8"
  512    513   
  513    514   
[[package]]
  514    515   
name = "aws-sdk-bedrockruntime"
  515    516   
version = "0.0.0-local"
  516    517   
dependencies = [
  517    518   
 "aws-config",
  518    519   
 "aws-credential-types 1.2.1",
  519    520   
 "aws-runtime 1.4.3",
  520    521   
 "aws-smithy-async 1.2.1",
  521    522   
 "aws-smithy-eventstream 0.60.5",
  522    523   
 "aws-smithy-http 0.60.11",
  523    524   
 "aws-smithy-json 0.60.7",
  524         -
 "aws-smithy-runtime 1.7.2",
         525  +
 "aws-smithy-runtime 1.7.3",
  525    526   
 "aws-smithy-runtime-api 1.7.2",
  526    527   
 "aws-smithy-types 1.2.7",
  527    528   
 "aws-types 1.3.3",
  528    529   
 "bytes",
  529    530   
 "http 0.2.12",
  530    531   
 "once_cell",
  531    532   
 "regex-lite",
  532    533   
 "tokio",
  533    534   
 "tracing",
  534    535   
]
  535    536   
  536    537   
[[package]]
  537    538   
name = "aws-sdk-codecatalyst"
  538    539   
version = "0.0.0-local"
  539    540   
dependencies = [
  540    541   
 "aws-config",
  541    542   
 "aws-credential-types 1.2.1",
  542    543   
 "aws-runtime 1.4.3",
  543    544   
 "aws-smithy-async 1.2.1",
  544    545   
 "aws-smithy-http 0.60.11",
  545    546   
 "aws-smithy-json 0.60.7",
  546    547   
 "aws-smithy-protocol-test 0.63.0",
  547         -
 "aws-smithy-runtime 1.7.2",
         548  +
 "aws-smithy-runtime 1.7.3",
  548    549   
 "aws-smithy-runtime-api 1.7.2",
  549    550   
 "aws-smithy-types 1.2.7",
  550    551   
 "aws-types 1.3.3",
  551    552   
 "bytes",
  552    553   
 "fastrand 2.0.2",
  553    554   
 "futures-util",
  554    555   
 "http 0.2.12",
  555    556   
 "once_cell",
  556    557   
 "regex-lite",
  557    558   
 "serde_json",
  558    559   
 "tokio",
  559    560   
 "tracing",
  560    561   
 "tracing-subscriber",
  561    562   
]
  562    563   
  563    564   
[[package]]
  564    565   
name = "aws-sdk-config"
  565    566   
version = "0.0.0-local"
  566    567   
dependencies = [
  567    568   
 "aws-config",
  568    569   
 "aws-credential-types 1.2.1",
  569    570   
 "aws-runtime 1.4.3",
  570    571   
 "aws-smithy-async 1.2.1",
  571    572   
 "aws-smithy-http 0.60.11",
  572    573   
 "aws-smithy-json 0.60.7",
  573         -
 "aws-smithy-runtime 1.7.2",
         574  +
 "aws-smithy-runtime 1.7.3",
  574    575   
 "aws-smithy-runtime-api 1.7.2",
  575    576   
 "aws-smithy-types 1.2.7",
  576    577   
 "aws-types 1.3.3",
  577    578   
 "bytes",
  578    579   
 "http 0.2.12",
  579    580   
 "once_cell",
  580    581   
 "regex-lite",
  581    582   
 "tokio",
  582    583   
 "tracing",
  583    584   
]
  584    585   
  585    586   
[[package]]
  586    587   
name = "aws-sdk-dynamodb"
  587    588   
version = "0.0.0-local"
  588    589   
dependencies = [
  589    590   
 "approx",
  590    591   
 "aws-config",
  591    592   
 "aws-credential-types 1.2.1",
  592    593   
 "aws-runtime 1.4.3",
  593    594   
 "aws-smithy-async 1.2.1",
  594    595   
 "aws-smithy-http 0.60.11",
  595    596   
 "aws-smithy-json 0.60.7",
  596    597   
 "aws-smithy-protocol-test 0.63.0",
  597         -
 "aws-smithy-runtime 1.7.2",
         598  +
 "aws-smithy-runtime 1.7.3",
  598    599   
 "aws-smithy-runtime-api 1.7.2",
  599    600   
 "aws-smithy-types 1.2.7",
  600    601   
 "aws-types 1.3.3",
  601    602   
 "bytes",
  602    603   
 "criterion",
  603    604   
 "fastrand 2.0.2",
  604    605   
 "futures-util",
  605    606   
 "http 0.2.12",
  606    607   
 "once_cell",
  607    608   
 "regex-lite",
  608    609   
 "serde_json",
  609    610   
 "tokio",
  610    611   
 "tracing",
  611    612   
 "tracing-subscriber",
  612    613   
]
  613    614   
  614    615   
[[package]]
  615    616   
name = "aws-sdk-ec2"
  616    617   
version = "0.0.0-local"
  617    618   
dependencies = [
  618    619   
 "aws-config",
  619    620   
 "aws-credential-types 1.2.1",
  620    621   
 "aws-runtime 1.4.3",
  621    622   
 "aws-smithy-async 1.2.1",
  622    623   
 "aws-smithy-http 0.60.11",
  623    624   
 "aws-smithy-json 0.60.7",
  624    625   
 "aws-smithy-protocol-test 0.63.0",
  625    626   
 "aws-smithy-query",
  626         -
 "aws-smithy-runtime 1.7.2",
         627  +
 "aws-smithy-runtime 1.7.3",
  627    628   
 "aws-smithy-runtime-api 1.7.2",
  628    629   
 "aws-smithy-types 1.2.7",
  629    630   
 "aws-smithy-xml 0.60.9",
  630    631   
 "aws-types 1.3.3",
  631    632   
 "fastrand 2.0.2",
  632    633   
 "futures-util",
  633    634   
 "http 0.2.12",
  634    635   
 "once_cell",
  635    636   
 "regex-lite",
  636    637   
 "serde_json",
  637    638   
 "tokio",
  638    639   
 "tracing",
  639    640   
 "tracing-subscriber",
  640    641   
]
  641    642   
  642    643   
[[package]]
  643    644   
name = "aws-sdk-ecs"
  644    645   
version = "0.0.0-local"
  645    646   
dependencies = [
  646    647   
 "aws-config",
  647    648   
 "aws-credential-types 1.2.1",
  648    649   
 "aws-runtime 1.4.3",
  649    650   
 "aws-smithy-async 1.2.1",
  650    651   
 "aws-smithy-http 0.60.11",
  651    652   
 "aws-smithy-json 0.60.7",
  652         -
 "aws-smithy-runtime 1.7.2",
         653  +
 "aws-smithy-runtime 1.7.3",
  653    654   
 "aws-smithy-runtime-api 1.7.2",
  654    655   
 "aws-smithy-types 1.2.7",
  655    656   
 "aws-types 1.3.3",
  656    657   
 "bytes",
  657    658   
 "fastrand 2.0.2",
  658    659   
 "http 0.2.12",
  659    660   
 "once_cell",
  660    661   
 "regex-lite",
  661    662   
 "tokio",
  662    663   
 "tracing",
  663    664   
]
  664    665   
  665    666   
[[package]]
  666    667   
name = "aws-sdk-glacier"
  667    668   
version = "0.0.0-local"
  668    669   
dependencies = [
  669    670   
 "aws-config",
  670    671   
 "aws-credential-types 1.2.1",
  671    672   
 "aws-runtime 1.4.3",
  672    673   
 "aws-sigv4 1.2.4",
  673    674   
 "aws-smithy-async 1.2.1",
  674    675   
 "aws-smithy-http 0.60.11",
  675    676   
 "aws-smithy-json 0.60.7",
  676    677   
 "aws-smithy-protocol-test 0.63.0",
  677         -
 "aws-smithy-runtime 1.7.2",
         678  +
 "aws-smithy-runtime 1.7.3",
  678    679   
 "aws-smithy-runtime-api 1.7.2",
  679    680   
 "aws-smithy-types 1.2.7",
  680    681   
 "aws-types 1.3.3",
  681    682   
 "bytes",
  682    683   
 "futures-util",
  683    684   
 "hex",
  684    685   
 "http 0.2.12",
  685    686   
 "once_cell",
  686    687   
 "pretty_assertions",
  687    688   
 "regex-lite",
  688    689   
 "ring",
  689    690   
 "serde_json",
  690    691   
 "tokio",
  691    692   
 "tracing",
  692    693   
 "tracing-subscriber",
  693    694   
 "tracing-test",
  694    695   
]
  695    696   
  696    697   
[[package]]
  697    698   
name = "aws-sdk-iam"
  698    699   
version = "0.0.0-local"
  699    700   
dependencies = [
  700    701   
 "aws-config",
  701    702   
 "aws-credential-types 1.2.1",
  702    703   
 "aws-runtime 1.4.3",
  703    704   
 "aws-smithy-async 1.2.1",
  704    705   
 "aws-smithy-http 0.60.11",
  705    706   
 "aws-smithy-json 0.60.7",
  706    707   
 "aws-smithy-protocol-test 0.63.0",
  707    708   
 "aws-smithy-query",
  708         -
 "aws-smithy-runtime 1.7.2",
         709  +
 "aws-smithy-runtime 1.7.3",
  709    710   
 "aws-smithy-runtime-api 1.7.2",
  710    711   
 "aws-smithy-types 1.2.7",
  711    712   
 "aws-smithy-xml 0.60.9",
  712    713   
 "aws-types 1.3.3",
  713    714   
 "futures-util",
  714    715   
 "http 0.2.12",
  715    716   
 "once_cell",
  716    717   
 "regex-lite",
  717    718   
 "serde_json",
  718    719   
 "tokio",
  719    720   
 "tracing",
  720    721   
 "tracing-subscriber",
  721    722   
]
  722    723   
  723    724   
[[package]]
  724    725   
name = "aws-sdk-kms"
  725    726   
version = "0.0.0-local"
  726    727   
dependencies = [
  727    728   
 "aws-config",
  728    729   
 "aws-credential-types 1.2.1",
  729    730   
 "aws-runtime 1.4.3",
  730    731   
 "aws-smithy-async 1.2.1",
  731    732   
 "aws-smithy-http 0.60.11",
  732    733   
 "aws-smithy-json 0.60.7",
  733    734   
 "aws-smithy-protocol-test 0.63.0",
  734         -
 "aws-smithy-runtime 1.7.2",
         735  +
 "aws-smithy-runtime 1.7.3",
  735    736   
 "aws-smithy-runtime-api 1.7.2",
  736    737   
 "aws-smithy-types 1.2.7",
  737    738   
 "aws-types 1.3.3",
  738    739   
 "bytes",
  739    740   
 "futures-util",
  740    741   
 "http 0.2.12",
  741    742   
 "once_cell",
  742    743   
 "regex-lite",
  743    744   
 "serde_json",
  744    745   
 "tokio",
  745    746   
 "tracing",
  746    747   
 "tracing-subscriber",
  747    748   
]
  748    749   
  749    750   
[[package]]
  750    751   
name = "aws-sdk-lambda"
  751    752   
version = "0.0.0-local"
  752    753   
dependencies = [
  753    754   
 "aws-config",
  754    755   
 "aws-credential-types 1.2.1",
  755    756   
 "aws-runtime 1.4.3",
  756    757   
 "aws-smithy-async 1.2.1",
  757    758   
 "aws-smithy-eventstream 0.60.5",
  758    759   
 "aws-smithy-http 0.60.11",
  759    760   
 "aws-smithy-json 0.60.7",
  760    761   
 "aws-smithy-protocol-test 0.63.0",
  761         -
 "aws-smithy-runtime 1.7.2",
         762  +
 "aws-smithy-runtime 1.7.3",
  762    763   
 "aws-smithy-runtime-api 1.7.2",
  763    764   
 "aws-smithy-types 1.2.7",
  764    765   
 "aws-types 1.3.3",
  765    766   
 "bytes",
  766    767   
 "futures-util",
  767    768   
 "http 0.2.12",
  768    769   
 "once_cell",
  769    770   
 "regex-lite",
  770    771   
 "serde_json",
  771    772   
 "tokio",
  772    773   
 "tracing",
  773    774   
 "tracing-subscriber",
  774    775   
]
  775    776   
  776    777   
[[package]]
  777    778   
name = "aws-sdk-polly"
  778    779   
version = "0.0.0-local"
  779    780   
dependencies = [
  780    781   
 "aws-config",
  781    782   
 "aws-credential-types 1.2.1",
  782    783   
 "aws-runtime 1.4.3",
  783    784   
 "aws-sigv4 1.2.4",
  784    785   
 "aws-smithy-async 1.2.1",
  785    786   
 "aws-smithy-http 0.60.11",
  786    787   
 "aws-smithy-json 0.60.7",
  787    788   
 "aws-smithy-protocol-test 0.63.0",
  788         -
 "aws-smithy-runtime 1.7.2",
         789  +
 "aws-smithy-runtime 1.7.3",
  789    790   
 "aws-smithy-runtime-api 1.7.2",
  790    791   
 "aws-smithy-types 1.2.7",
  791    792   
 "aws-types 1.3.3",
  792    793   
 "bytes",
  793    794   
 "futures-util",
  794    795   
 "http 0.2.12",
  795    796   
 "http 1.1.0",
  796    797   
 "http-body 1.0.1",
  797    798   
 "once_cell",
  798    799   
 "regex-lite",
  799    800   
 "serde_json",
  800    801   
 "tokio",
  801    802   
 "tracing",
  802    803   
 "tracing-subscriber",
  803    804   
]
  804    805   
  805    806   
[[package]]
  806    807   
name = "aws-sdk-qldbsession"
  807    808   
version = "0.0.0-local"
  808    809   
dependencies = [
  809    810   
 "aws-config",
  810    811   
 "aws-credential-types 1.2.1",
  811    812   
 "aws-runtime 1.4.3",
  812    813   
 "aws-smithy-async 1.2.1",
  813    814   
 "aws-smithy-http 0.60.11",
  814    815   
 "aws-smithy-json 0.60.7",
  815    816   
 "aws-smithy-protocol-test 0.63.0",
  816         -
 "aws-smithy-runtime 1.7.2",
         817  +
 "aws-smithy-runtime 1.7.3",
  817    818   
 "aws-smithy-runtime-api 1.7.2",
  818    819   
 "aws-smithy-types 1.2.7",
  819    820   
 "aws-types 1.3.3",
  820    821   
 "bytes",
  821    822   
 "futures-util",
  822    823   
 "http 0.2.12",
  823    824   
 "once_cell",
  824    825   
 "regex-lite",
  825    826   
 "serde_json",
  826    827   
 "tokio",
  827    828   
 "tracing",
  828    829   
 "tracing-subscriber",
  829    830   
]
  830    831   
  831    832   
[[package]]
  832    833   
name = "aws-sdk-route53"
  833    834   
version = "0.0.0-local"
  834    835   
dependencies = [
  835    836   
 "aws-config",
  836    837   
 "aws-credential-types 1.2.1",
  837    838   
 "aws-runtime 1.4.3",
  838    839   
 "aws-smithy-async 1.2.1",
  839    840   
 "aws-smithy-http 0.60.11",
  840    841   
 "aws-smithy-json 0.60.7",
  841         -
 "aws-smithy-runtime 1.7.2",
         842  +
 "aws-smithy-runtime 1.7.3",
  842    843   
 "aws-smithy-runtime-api 1.7.2",
  843    844   
 "aws-smithy-types 1.2.7",
  844    845   
 "aws-smithy-xml 0.60.9",
  845    846   
 "aws-types 1.3.3",
  846    847   
 "http 0.2.12",
  847    848   
 "once_cell",
  848    849   
 "pretty_assertions",
  849    850   
 "regex-lite",
  850    851   
 "tokio",
  851    852   
 "tracing",
  852    853   
 "tracing-test",
  853    854   
]
  854    855   
  855    856   
[[package]]
  856    857   
name = "aws-sdk-s3"
  857    858   
version = "0.0.0-local"
  858    859   
dependencies = [
  859         -
 "ahash",
  860    860   
 "async-std",
  861    861   
 "aws-config",
  862    862   
 "aws-credential-types 1.2.1",
  863    863   
 "aws-runtime 1.4.3",
  864    864   
 "aws-sigv4 1.2.4",
  865    865   
 "aws-smithy-async 1.2.1",
  866    866   
 "aws-smithy-checksums 0.60.12",
  867    867   
 "aws-smithy-eventstream 0.60.5",
  868    868   
 "aws-smithy-experimental",
  869    869   
 "aws-smithy-http 0.60.11",
  870    870   
 "aws-smithy-json 0.60.7",
  871    871   
 "aws-smithy-protocol-test 0.63.0",
  872         -
 "aws-smithy-runtime 1.7.2",
         872  +
 "aws-smithy-runtime 1.7.3",
  873    873   
 "aws-smithy-runtime-api 1.7.2",
  874    874   
 "aws-smithy-types 1.2.7",
  875    875   
 "aws-smithy-xml 0.60.9",
  876    876   
 "aws-types 1.3.3",
  877    877   
 "bytes",
  878    878   
 "bytes-utils",
  879    879   
 "fastrand 2.0.2",
  880    880   
 "futures-util",
  881    881   
 "hdrhistogram",
  882    882   
 "hex",
  883    883   
 "hmac",
  884    884   
 "http 0.2.12",
  885    885   
 "http 1.1.0",
  886    886   
 "http-body 0.4.6",
  887    887   
 "http-body 1.0.1",
  888    888   
 "lru",
  889    889   
 "once_cell",
  890    890   
 "percent-encoding",
  891    891   
 "pretty_assertions",
  892    892   
 "regex-lite",
  893    893   
 "serde_json",
  894    894   
 "sha2",
  895    895   
 "smol",
  896    896   
 "tempfile",
  897    897   
 "tokio",
  898    898   
 "tracing",
  899    899   
 "tracing-appender",
  900    900   
 "tracing-subscriber",
  901    901   
 "tracing-test",
  902    902   
 "url",
  903    903   
]
  904    904   
  905    905   
[[package]]
  906    906   
name = "aws-sdk-s3"
  907         -
version = "1.54.0"
         907  +
version = "1.56.0"
  908    908   
source = "registry+https://github.com/rust-lang/crates.io-index"
  909         -
checksum = "e2f2a62020f3e06f9b352b2a23547f6e1d110b6bf1e18a6b588ae36114eaf6e2"
         909  +
checksum = "cecd672c8d4265fd4fbecacd4a479180e616881bbe639250cf81ddb604e4c301"
  910    910   
dependencies = [
  911    911   
 "ahash",
  912    912   
 "aws-credential-types 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  913    913   
 "aws-runtime 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
  914    914   
 "aws-sigv4 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
  915    915   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  916    916   
 "aws-smithy-checksums 0.60.12 (registry+https://github.com/rust-lang/crates.io-index)",
  917    917   
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
  918    918   
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
  919    919   
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
  920         -
 "aws-smithy-runtime 1.7.1",
         920  +
 "aws-smithy-runtime 1.7.2",
  921    921   
 "aws-smithy-runtime-api 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
  922    922   
 "aws-smithy-types 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
  923    923   
 "aws-smithy-xml 0.60.9 (registry+https://github.com/rust-lang/crates.io-index)",
  924    924   
 "aws-types 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  925    925   
 "bytes",
  926    926   
 "fastrand 2.0.2",
  927    927   
 "hex",
  928    928   
 "hmac",
  929    929   
 "http 0.2.12",
  930    930   
 "http-body 0.4.6",
  931    931   
 "lru",
  932    932   
 "once_cell",
  933    933   
 "percent-encoding",
  934    934   
 "regex-lite",
  935    935   
 "sha2",
  936    936   
 "tracing",
  937    937   
 "url",
  938    938   
]
  939    939   
  940    940   
[[package]]
  941    941   
name = "aws-sdk-s3control"
  942    942   
version = "0.0.0-local"
  943    943   
dependencies = [
  944    944   
 "aws-config",
  945    945   
 "aws-credential-types 1.2.1",
  946    946   
 "aws-runtime 1.4.3",
  947    947   
 "aws-smithy-async 1.2.1",
  948    948   
 "aws-smithy-http 0.60.11",
  949    949   
 "aws-smithy-json 0.60.7",
  950    950   
 "aws-smithy-protocol-test 0.63.0",
  951         -
 "aws-smithy-runtime 1.7.2",
         951  +
 "aws-smithy-runtime 1.7.3",
  952    952   
 "aws-smithy-runtime-api 1.7.2",
  953    953   
 "aws-smithy-types 1.2.7",
  954    954   
 "aws-smithy-xml 0.60.9",
  955    955   
 "aws-types 1.3.3",
  956    956   
 "fastrand 2.0.2",
  957    957   
 "futures-util",
  958    958   
 "http 0.2.12",
  959    959   
 "md-5",
  960    960   
 "once_cell",
  961    961   
 "regex-lite",
  962    962   
 "serde_json",
  963    963   
 "tokio",
  964    964   
 "tracing",
  965    965   
 "tracing-subscriber",
  966    966   
 "url",
  967    967   
]
  968    968   
  969    969   
[[package]]
  970    970   
name = "aws-sdk-sso"
  971    971   
version = "0.0.0-local"
  972    972   
dependencies = [
  973    973   
 "aws-credential-types 1.2.1",
  974    974   
 "aws-runtime 1.4.3",
  975    975   
 "aws-smithy-async 1.2.1",
  976    976   
 "aws-smithy-http 0.60.11",
  977    977   
 "aws-smithy-json 0.60.7",
  978         -
 "aws-smithy-runtime 1.7.2",
         978  +
 "aws-smithy-runtime 1.7.3",
  979    979   
 "aws-smithy-runtime-api 1.7.2",
  980    980   
 "aws-smithy-types 1.2.7",
  981    981   
 "aws-types 1.3.3",
  982    982   
 "bytes",
  983    983   
 "http 0.2.12",
  984    984   
 "once_cell",
  985    985   
 "regex-lite",
  986    986   
 "tokio",
  987    987   
 "tracing",
  988    988   
]
  989    989   
  990    990   
[[package]]
  991    991   
name = "aws-sdk-ssooidc"
  992    992   
version = "0.0.0-local"
  993    993   
dependencies = [
  994    994   
 "aws-credential-types 1.2.1",
  995    995   
 "aws-runtime 1.4.3",
  996    996   
 "aws-smithy-async 1.2.1",
  997    997   
 "aws-smithy-http 0.60.11",
  998    998   
 "aws-smithy-json 0.60.7",
  999         -
 "aws-smithy-runtime 1.7.2",
         999  +
 "aws-smithy-runtime 1.7.3",
 1000   1000   
 "aws-smithy-runtime-api 1.7.2",
 1001   1001   
 "aws-smithy-types 1.2.7",
 1002   1002   
 "aws-types 1.3.3",
 1003   1003   
 "bytes",
 1004   1004   
 "http 0.2.12",
 1005   1005   
 "once_cell",
 1006   1006   
 "regex-lite",
 1007   1007   
 "tokio",
 1008   1008   
 "tracing",
 1009   1009   
]
 1010   1010   
 1011   1011   
[[package]]
 1012   1012   
name = "aws-sdk-sts"
 1013   1013   
version = "0.0.0-local"
 1014   1014   
dependencies = [
 1015   1015   
 "aws-credential-types 1.2.1",
 1016   1016   
 "aws-runtime 1.4.3",
 1017   1017   
 "aws-smithy-async 1.2.1",
 1018   1018   
 "aws-smithy-http 0.60.11",
 1019   1019   
 "aws-smithy-json 0.60.7",
 1020   1020   
 "aws-smithy-protocol-test 0.63.0",
 1021   1021   
 "aws-smithy-query",
 1022         -
 "aws-smithy-runtime 1.7.2",
        1022  +
 "aws-smithy-runtime 1.7.3",
 1023   1023   
 "aws-smithy-runtime-api 1.7.2",
 1024   1024   
 "aws-smithy-types 1.2.7",
 1025   1025   
 "aws-smithy-xml 0.60.9",
 1026   1026   
 "aws-types 1.3.3",
 1027   1027   
 "futures-util",
 1028   1028   
 "http 0.2.12",
 1029   1029   
 "once_cell",
 1030   1030   
 "regex-lite",
 1031   1031   
 "serde_json",
 1032   1032   
 "tokio",
 1033   1033   
 "tracing",
 1034   1034   
 "tracing-subscriber",
 1035   1035   
]
 1036   1036   
 1037   1037   
[[package]]
 1038   1038   
name = "aws-sdk-timestreamquery"
 1039   1039   
version = "0.0.0-local"
 1040   1040   
dependencies = [
 1041   1041   
 "aws-config",
 1042   1042   
 "aws-credential-types 1.2.1",
 1043   1043   
 "aws-runtime 1.4.3",
 1044   1044   
 "aws-smithy-async 1.2.1",
 1045   1045   
 "aws-smithy-http 0.60.11",
 1046   1046   
 "aws-smithy-json 0.60.7",
 1047   1047   
 "aws-smithy-protocol-test 0.63.0",
 1048         -
 "aws-smithy-runtime 1.7.2",
        1048  +
 "aws-smithy-runtime 1.7.3",
 1049   1049   
 "aws-smithy-runtime-api 1.7.2",
 1050   1050   
 "aws-smithy-types 1.2.7",
 1051   1051   
 "aws-types 1.3.3",
 1052   1052   
 "bytes",
 1053   1053   
 "fastrand 2.0.2",
 1054   1054   
 "futures-util",
 1055   1055   
 "http 0.2.12",
 1056   1056   
 "once_cell",
 1057   1057   
 "regex-lite",
 1058   1058   
 "serde_json",
 1059   1059   
 "tokio",
 1060   1060   
 "tracing",
 1061   1061   
 "tracing-subscriber",
 1062   1062   
]
 1063   1063   
 1064   1064   
[[package]]
 1065   1065   
name = "aws-sdk-timestreamwrite"
 1066   1066   
version = "0.0.0-local"
 1067   1067   
dependencies = [
 1068   1068   
 "aws-config",
 1069   1069   
 "aws-credential-types 1.2.1",
 1070   1070   
 "aws-runtime 1.4.3",
 1071   1071   
 "aws-smithy-async 1.2.1",
 1072   1072   
 "aws-smithy-http 0.60.11",
 1073   1073   
 "aws-smithy-json 0.60.7",
 1074         -
 "aws-smithy-runtime 1.7.2",
        1074  +
 "aws-smithy-runtime 1.7.3",
 1075   1075   
 "aws-smithy-runtime-api 1.7.2",
 1076   1076   
 "aws-smithy-types 1.2.7",
 1077   1077   
 "aws-types 1.3.3",
 1078   1078   
 "bytes",
 1079   1079   
 "fastrand 2.0.2",
 1080   1080   
 "http 0.2.12",
 1081   1081   
 "once_cell",
 1082   1082   
 "regex-lite",
 1083   1083   
 "tokio",
 1084   1084   
 "tracing",
 1085   1085   
]
 1086   1086   
 1087   1087   
[[package]]
 1088   1088   
name = "aws-sdk-transcribestreaming"
 1089   1089   
version = "0.0.0-local"
 1090   1090   
dependencies = [
 1091   1091   
 "async-stream",
 1092   1092   
 "aws-config",
 1093   1093   
 "aws-credential-types 1.2.1",
 1094   1094   
 "aws-runtime 1.4.3",
 1095   1095   
 "aws-sigv4 1.2.4",
 1096   1096   
 "aws-smithy-async 1.2.1",
 1097   1097   
 "aws-smithy-eventstream 0.60.5",
 1098   1098   
 "aws-smithy-http 0.60.11",
 1099   1099   
 "aws-smithy-json 0.60.7",
 1100   1100   
 "aws-smithy-protocol-test 0.63.0",
 1101         -
 "aws-smithy-runtime 1.7.2",
        1101  +
 "aws-smithy-runtime 1.7.3",
 1102   1102   
 "aws-smithy-runtime-api 1.7.2",
 1103   1103   
 "aws-smithy-types 1.2.7",
 1104   1104   
 "aws-types 1.3.3",
 1105   1105   
 "bytes",
 1106   1106   
 "futures-core",
 1107   1107   
 "futures-util",
 1108   1108   
 "hound",
 1109   1109   
 "http 0.2.12",
 1110         -
 "hyper 0.14.30",
        1110  +
 "hyper 0.14.31",
 1111   1111   
 "once_cell",
 1112   1112   
 "regex-lite",
 1113   1113   
 "serde_json",
 1114   1114   
 "tokio",
 1115   1115   
 "tracing",
 1116   1116   
 "tracing-subscriber",
 1117   1117   
]
 1118   1118   
 1119   1119   
[[package]]
 1120   1120   
name = "aws-sig-auth"
@@ -1286,1286 +1538,1538 @@
 1306   1306   
 "aws-smithy-types 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 1307   1307   
 "bytes",
 1308   1308   
 "crc32fast",
 1309   1309   
]
 1310   1310   
 1311   1311   
[[package]]
 1312   1312   
name = "aws-smithy-experimental"
 1313   1313   
version = "0.1.4"
 1314   1314   
dependencies = [
 1315   1315   
 "aws-smithy-async 1.2.1",
 1316         -
 "aws-smithy-runtime 1.7.2",
        1316  +
 "aws-smithy-runtime 1.7.3",
 1317   1317   
 "aws-smithy-runtime-api 1.7.2",
 1318   1318   
 "aws-smithy-types 1.2.7",
 1319   1319   
 "h2 0.4.6",
 1320   1320   
 "http 1.1.0",
 1321         -
 "hyper 1.4.1",
        1321  +
 "hyper 1.5.0",
 1322   1322   
 "hyper-rustls 0.27.3",
 1323   1323   
 "hyper-util",
 1324   1324   
 "once_cell",
 1325   1325   
 "pin-project-lite",
 1326   1326   
 "rustls 0.23.14",
 1327   1327   
 "tokio",
 1328   1328   
 "tower",
 1329   1329   
 "tracing",
 1330   1330   
]
 1331   1331   
 1332   1332   
[[package]]
 1333   1333   
name = "aws-smithy-http"
 1334   1334   
version = "0.60.11"
 1335   1335   
dependencies = [
 1336   1336   
 "async-stream",
 1337   1337   
 "aws-smithy-eventstream 0.60.5",
 1338   1338   
 "aws-smithy-runtime-api 1.7.2",
 1339   1339   
 "aws-smithy-types 1.2.7",
 1340   1340   
 "bytes",
 1341   1341   
 "bytes-utils",
 1342   1342   
 "futures-core",
 1343   1343   
 "futures-util",
 1344   1344   
 "http 0.2.12",
 1345   1345   
 "http-body 0.4.6",
 1346         -
 "hyper 0.14.30",
        1346  +
 "hyper 0.14.31",
 1347   1347   
 "once_cell",
 1348   1348   
 "percent-encoding",
 1349   1349   
 "pin-project-lite",
 1350   1350   
 "pin-utils",
 1351   1351   
 "proptest",
 1352   1352   
 "tokio",
 1353   1353   
 "tracing",
 1354   1354   
]
 1355   1355   
 1356   1356   
[[package]]
 1357   1357   
name = "aws-smithy-http"
 1358   1358   
version = "0.60.11"
 1359   1359   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1360   1360   
checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6"
 1361   1361   
dependencies = [
 1362   1362   
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
 1363   1363   
 "aws-smithy-runtime-api 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 1364   1364   
 "aws-smithy-types 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 1365   1365   
 "bytes",
 1366   1366   
 "bytes-utils",
 1367   1367   
 "futures-core",
 1368   1368   
 "http 0.2.12",
 1369   1369   
 "http-body 0.4.6",
 1370   1370   
 "once_cell",
 1371   1371   
 "percent-encoding",
 1372   1372   
 "pin-project-lite",
 1373   1373   
 "pin-utils",
 1374   1374   
 "tracing",
 1375   1375   
]
 1376   1376   
 1377   1377   
[[package]]
 1378   1378   
name = "aws-smithy-http-auth"
 1379   1379   
version = "0.60.3"
 1380   1380   
 1381   1381   
[[package]]
 1382   1382   
name = "aws-smithy-http-tower"
 1383   1383   
version = "0.60.3"
 1384   1384   
 1385   1385   
[[package]]
 1386   1386   
name = "aws-smithy-json"
 1387   1387   
version = "0.60.7"
 1388   1388   
dependencies = [
 1389   1389   
 "aws-smithy-types 1.2.7",
 1390   1390   
 "proptest",
 1391   1391   
 "serde_json",
 1392   1392   
]
 1393   1393   
 1394   1394   
[[package]]
 1395   1395   
name = "aws-smithy-json"
 1396   1396   
version = "0.60.7"
 1397   1397   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1398   1398   
checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
 1399   1399   
dependencies = [
 1400   1400   
 "aws-smithy-types 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 1401   1401   
]
 1402   1402   
 1403   1403   
[[package]]
 1404   1404   
name = "aws-smithy-mocks-experimental"
 1405   1405   
version = "0.2.1"
 1406   1406   
dependencies = [
 1407         -
 "aws-sdk-s3 1.54.0",
        1407  +
 "aws-sdk-s3 1.56.0",
 1408   1408   
 "aws-smithy-runtime-api 1.7.2",
 1409   1409   
 "aws-smithy-types 1.2.7",
 1410   1410   
 "tokio",
 1411   1411   
]
 1412   1412   
 1413   1413   
[[package]]
 1414   1414   
name = "aws-smithy-protocol-test"
 1415         -
version = "0.62.0"
 1416         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1417         -
checksum = "495c940cd5c7232ac3f0945ff559096deadd2fc73e4418a0e98fe5836788bb39"
        1415  +
version = "0.63.0"
 1418   1416   
dependencies = [
 1419   1417   
 "assert-json-diff",
 1420         -
 "aws-smithy-runtime-api 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
        1418  +
 "aws-smithy-runtime-api 1.7.2",
 1421   1419   
 "base64-simd",
 1422   1420   
 "cbor-diag",
        1421  +
 "ciborium",
 1423   1422   
 "http 0.2.12",
 1424   1423   
 "pretty_assertions",
 1425   1424   
 "regex-lite",
 1426   1425   
 "roxmltree",
 1427         -
 "serde_cbor",
 1428   1426   
 "serde_json",
 1429   1427   
 "thiserror",
 1430   1428   
]
 1431   1429   
 1432   1430   
[[package]]
 1433   1431   
name = "aws-smithy-protocol-test"
 1434   1432   
version = "0.63.0"
        1433  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1434  +
checksum = "3b92b62199921f10685c6b588fdbeb81168ae4e7950ae3e5f50145a01bb5f1ad"
 1435   1435   
dependencies = [
 1436   1436   
 "assert-json-diff",
 1437         -
 "aws-smithy-runtime-api 1.7.2",
        1437  +
 "aws-smithy-runtime-api 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 1438   1438   
 "base64-simd",
 1439   1439   
 "cbor-diag",
 1440   1440   
 "ciborium",
 1441   1441   
 "http 0.2.12",
 1442   1442   
 "pretty_assertions",
 1443   1443   
 "regex-lite",
 1444   1444   
 "roxmltree",
 1445   1445   
 "serde_json",
 1446   1446   
 "thiserror",
 1447   1447   
]
 1448   1448   
 1449   1449   
[[package]]
 1450   1450   
name = "aws-smithy-query"
 1451   1451   
version = "0.60.7"
 1452   1452   
dependencies = [
 1453   1453   
 "aws-smithy-types 1.2.7",
 1454   1454   
 "urlencoding",
 1455   1455   
]
 1456   1456   
 1457   1457   
[[package]]
 1458   1458   
name = "aws-smithy-runtime"
 1459         -
version = "1.7.1"
        1459  +
version = "1.7.2"
 1460   1460   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1461         -
checksum = "d1ce695746394772e7000b39fe073095db6d45a862d0767dd5ad0ac0d7f8eb87"
        1461  +
checksum = "a065c0fe6fdbdf9f11817eb68582b2ab4aff9e9c39e986ae48f7ec576c6322db"
 1462   1462   
dependencies = [
 1463   1463   
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 1464   1464   
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
 1465         -
 "aws-smithy-protocol-test 0.62.0",
        1465  +
 "aws-smithy-protocol-test 0.63.0 (registry+https://github.com/rust-lang/crates.io-index)",
 1466   1466   
 "aws-smithy-runtime-api 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 1467   1467   
 "aws-smithy-types 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 1468   1468   
 "bytes",
 1469   1469   
 "fastrand 2.0.2",
 1470   1470   
 "h2 0.3.26",
 1471   1471   
 "http 0.2.12",
 1472   1472   
 "http-body 0.4.6",
 1473   1473   
 "http-body 1.0.1",
 1474   1474   
 "httparse",
 1475         -
 "hyper 0.14.30",
        1475  +
 "hyper 0.14.31",
 1476   1476   
 "hyper-rustls 0.24.2",
 1477   1477   
 "indexmap",
 1478   1478   
 "once_cell",
 1479   1479   
 "pin-project-lite",
 1480   1480   
 "pin-utils",
 1481   1481   
 "rustls 0.21.12",
 1482   1482   
 "serde",
 1483   1483   
 "serde_json",
 1484   1484   
 "tokio",
 1485   1485   
 "tracing",
 1486   1486   
 "tracing-subscriber",
 1487   1487   
]
 1488   1488   
 1489   1489   
[[package]]
 1490   1490   
name = "aws-smithy-runtime"
 1491         -
version = "1.7.2"
        1491  +
version = "1.7.3"
 1492   1492   
dependencies = [
 1493   1493   
 "approx",
 1494   1494   
 "aws-smithy-async 1.2.1",
 1495   1495   
 "aws-smithy-http 0.60.11",
 1496   1496   
 "aws-smithy-protocol-test 0.63.0",
 1497   1497   
 "aws-smithy-runtime-api 1.7.2",
 1498   1498   
 "aws-smithy-types 1.2.7",
 1499   1499   
 "bytes",
 1500   1500   
 "fastrand 2.0.2",
 1501   1501   
 "futures-util",
 1502   1502   
 "h2 0.3.26",
 1503   1503   
 "http 0.2.12",
 1504   1504   
 "http 1.1.0",
 1505   1505   
 "http-body 0.4.6",
 1506   1506   
 "http-body 1.0.1",
 1507   1507   
 "httparse",
 1508         -
 "hyper 0.14.30",
        1508  +
 "hyper 0.14.31",
 1509   1509   
 "hyper-rustls 0.24.2",
 1510   1510   
 "indexmap",
 1511   1511   
 "once_cell",
 1512   1512   
 "pin-project-lite",
 1513   1513   
 "pin-utils",
 1514   1514   
 "pretty_assertions",
 1515   1515   
 "rustls 0.21.12",
 1516   1516   
 "serde",
 1517   1517   
 "serde_json",
 1518   1518   
 "tokio",
@@ -1543,1543 +1603,1603 @@
 1563   1563   
 "bytes",
 1564   1564   
 "bytes-utils",
 1565   1565   
 "ciborium",
 1566   1566   
 "criterion",
 1567   1567   
 "futures-core",
 1568   1568   
 "http 0.2.12",
 1569   1569   
 "http 1.1.0",
 1570   1570   
 "http-body 0.4.6",
 1571   1571   
 "http-body 1.0.1",
 1572   1572   
 "http-body-util",
 1573         -
 "hyper 0.14.30",
        1573  +
 "hyper 0.14.31",
 1574   1574   
 "itoa",
 1575   1575   
 "lazy_static",
 1576   1576   
 "num-integer",
 1577   1577   
 "pin-project-lite",
 1578   1578   
 "pin-utils",
 1579   1579   
 "proptest",
 1580   1580   
 "rand",
 1581   1581   
 "ryu",
 1582   1582   
 "serde",
 1583   1583   
 "serde_json",
@@ -1636,1636 +1696,1696 @@
 1656   1656   
dependencies = [
 1657   1657   
 "xmlparser",
 1658   1658   
]
 1659   1659   
 1660   1660   
[[package]]
 1661   1661   
name = "aws-types"
 1662   1662   
version = "1.3.3"
 1663   1663   
dependencies = [
 1664   1664   
 "aws-credential-types 1.2.1",
 1665   1665   
 "aws-smithy-async 1.2.1",
 1666         -
 "aws-smithy-runtime 1.7.2",
        1666  +
 "aws-smithy-runtime 1.7.3",
 1667   1667   
 "aws-smithy-runtime-api 1.7.2",
 1668   1668   
 "aws-smithy-types 1.2.7",
 1669   1669   
 "http 0.2.12",
 1670   1670   
 "hyper-rustls 0.24.2",
 1671   1671   
 "rustc_version",
 1672   1672   
 "tempfile",
 1673   1673   
 "tokio",
 1674   1674   
 "tracing",
 1675   1675   
 "tracing-test",
 1676   1676   
]
@@ -1835,1835 +1964,1964 @@
 1855   1855   
 1856   1856   
[[package]]
 1857   1857   
name = "cbor-diag"
 1858   1858   
version = "0.1.12"
 1859   1859   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1860   1860   
checksum = "dc245b6ecd09b23901a4fbad1ad975701fd5061ceaef6afa93a2d70605a64429"
 1861   1861   
dependencies = [
 1862   1862   
 "bs58",
 1863   1863   
 "chrono",
 1864   1864   
 "data-encoding",
 1865         -
 "half 2.4.1",
        1865  +
 "half",
 1866   1866   
 "nom",
 1867   1867   
 "num-bigint",
 1868   1868   
 "num-rational",
 1869   1869   
 "num-traits",
 1870   1870   
 "separator",
 1871   1871   
 "url",
 1872   1872   
 "uuid",
 1873   1873   
]
 1874   1874   
 1875   1875   
[[package]]
 1876   1876   
name = "cc"
 1877         -
version = "1.1.28"
        1877  +
version = "1.1.30"
 1878   1878   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1879         -
checksum = "2e80e3b6a3ab07840e1cae9b0666a63970dc28e8ed5ffbcdacbfc760c281bfc1"
        1879  +
checksum = "b16803a61b81d9eabb7eae2588776c4c1e584b738ede45fdbb4c972cec1e9945"
 1880   1880   
dependencies = [
 1881   1881   
 "jobserver",
 1882   1882   
 "libc",
 1883   1883   
 "shlex",
 1884   1884   
]
 1885   1885   
 1886   1886   
[[package]]
 1887   1887   
name = "cexpr"
 1888   1888   
version = "0.6.0"
 1889   1889   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1890   1890   
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 1891   1891   
dependencies = [
 1892   1892   
 "nom",
 1893   1893   
]
 1894   1894   
 1895   1895   
[[package]]
 1896   1896   
name = "cfg-if"
 1897   1897   
version = "1.0.0"
 1898   1898   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1899   1899   
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 1900   1900   
 1901   1901   
[[package]]
 1902   1902   
name = "chrono"
 1903   1903   
version = "0.4.38"
 1904   1904   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1905   1905   
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
 1906   1906   
dependencies = [
 1907   1907   
 "num-traits",
 1908   1908   
]
 1909   1909   
 1910   1910   
[[package]]
 1911   1911   
name = "ciborium"
 1912   1912   
version = "0.2.2"
 1913   1913   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1914   1914   
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 1915   1915   
dependencies = [
 1916   1916   
 "ciborium-io",
 1917   1917   
 "ciborium-ll",
 1918   1918   
 "serde",
 1919   1919   
]
 1920   1920   
 1921   1921   
[[package]]
 1922   1922   
name = "ciborium-io"
 1923   1923   
version = "0.2.2"
 1924   1924   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1925   1925   
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 1926   1926   
 1927   1927   
[[package]]
 1928   1928   
name = "ciborium-ll"
 1929   1929   
version = "0.2.2"
 1930   1930   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1931   1931   
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 1932   1932   
dependencies = [
 1933   1933   
 "ciborium-io",
 1934         -
 "half 2.4.1",
        1934  +
 "half",
 1935   1935   
]
 1936   1936   
 1937   1937   
[[package]]
 1938   1938   
name = "clang-sys"
 1939   1939   
version = "1.8.1"
 1940   1940   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1941   1941   
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 1942   1942   
dependencies = [
 1943   1943   
 "glob",
 1944   1944   
 "libc",
@@ -2532,2532 +2597,2591 @@
 2552   2552   
 "futures-core",
 2553   2553   
 "futures-sink",
 2554   2554   
 "http 1.1.0",
 2555   2555   
 "indexmap",
 2556   2556   
 "slab",
 2557   2557   
 "tokio",
 2558   2558   
 "tokio-util",
 2559   2559   
 "tracing",
 2560   2560   
]
 2561   2561   
 2562         -
[[package]]
 2563         -
name = "half"
 2564         -
version = "1.8.3"
 2565         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2566         -
checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403"
 2567         -
 2568   2562   
[[package]]
 2569   2563   
name = "half"
 2570   2564   
version = "2.4.1"
 2571   2565   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2572   2566   
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 2573   2567   
dependencies = [
 2574   2568   
 "cfg-if",
 2575   2569   
 "crunchy",
 2576   2570   
]
 2577   2571   
@@ -2691,2685 +2839,2833 @@
 2711   2705   
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 2712   2706   
 2713   2707   
[[package]]
 2714   2708   
name = "httpdate"
 2715   2709   
version = "1.0.3"
 2716   2710   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2717   2711   
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 2718   2712   
 2719   2713   
[[package]]
 2720   2714   
name = "hyper"
 2721         -
version = "0.14.30"
        2715  +
version = "0.14.31"
 2722   2716   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2723         -
checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9"
        2717  +
checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
 2724   2718   
dependencies = [
 2725   2719   
 "bytes",
 2726   2720   
 "futures-channel",
 2727   2721   
 "futures-core",
 2728   2722   
 "futures-util",
 2729   2723   
 "h2 0.3.26",
 2730   2724   
 "http 0.2.12",
 2731   2725   
 "http-body 0.4.6",
 2732   2726   
 "httparse",
 2733   2727   
 "httpdate",
 2734   2728   
 "itoa",
 2735   2729   
 "pin-project-lite",
 2736   2730   
 "socket2 0.5.7",
 2737   2731   
 "tokio",
 2738   2732   
 "tower-service",
 2739   2733   
 "tracing",
 2740   2734   
 "want",
 2741   2735   
]
 2742   2736   
 2743   2737   
[[package]]
 2744   2738   
name = "hyper"
 2745         -
version = "1.4.1"
        2739  +
version = "1.5.0"
 2746   2740   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2747         -
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
        2741  +
checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a"
 2748   2742   
dependencies = [
 2749   2743   
 "bytes",
 2750   2744   
 "futures-channel",
 2751   2745   
 "futures-util",
 2752   2746   
 "h2 0.4.6",
 2753   2747   
 "http 1.1.0",
 2754   2748   
 "http-body 1.0.1",
 2755   2749   
 "httparse",
 2756   2750   
 "itoa",
 2757   2751   
 "pin-project-lite",
 2758   2752   
 "smallvec",
 2759   2753   
 "tokio",
 2760   2754   
 "want",
 2761   2755   
]
 2762   2756   
 2763   2757   
[[package]]
 2764   2758   
name = "hyper-rustls"
 2765   2759   
version = "0.24.2"
 2766   2760   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2767   2761   
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 2768   2762   
dependencies = [
 2769   2763   
 "futures-util",
 2770   2764   
 "http 0.2.12",
 2771         -
 "hyper 0.14.30",
        2765  +
 "hyper 0.14.31",
 2772   2766   
 "log",
 2773   2767   
 "rustls 0.21.12",
 2774   2768   
 "rustls-native-certs 0.6.3",
 2775   2769   
 "tokio",
 2776   2770   
 "tokio-rustls 0.24.1",
 2777   2771   
 "webpki-roots",
 2778   2772   
]
 2779   2773   
 2780   2774   
[[package]]
 2781   2775   
name = "hyper-rustls"
 2782   2776   
version = "0.27.3"
 2783   2777   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2784   2778   
checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 2785   2779   
dependencies = [
 2786   2780   
 "futures-util",
 2787   2781   
 "http 1.1.0",
 2788         -
 "hyper 1.4.1",
        2782  +
 "hyper 1.5.0",
 2789   2783   
 "hyper-util",
 2790   2784   
 "rustls 0.23.14",
 2791   2785   
 "rustls-native-certs 0.8.0",
 2792   2786   
 "rustls-pki-types",
 2793   2787   
 "tokio",
 2794   2788   
 "tokio-rustls 0.26.0",
 2795   2789   
 "tower-service",
 2796   2790   
]
 2797   2791   
 2798   2792   
[[package]]
 2799   2793   
name = "hyper-util"
 2800   2794   
version = "0.1.9"
 2801   2795   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2802   2796   
checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
 2803   2797   
dependencies = [
 2804   2798   
 "bytes",
 2805   2799   
 "futures-channel",
 2806   2800   
 "futures-util",
 2807   2801   
 "http 1.1.0",
 2808   2802   
 "http-body 1.0.1",
 2809         -
 "hyper 1.4.1",
        2803  +
 "hyper 1.5.0",
 2810   2804   
 "pin-project-lite",
 2811   2805   
 "socket2 0.5.7",
 2812   2806   
 "tokio",
 2813   2807   
 "tower-service",
 2814   2808   
 "tracing",
 2815   2809   
]
 2816   2810   
 2817   2811   
[[package]]
 2818   2812   
name = "idna"
 2819   2813   
version = "0.5.0"
@@ -2874,2868 +2936,2930 @@
 2894   2888   
name = "jobserver"
 2895   2889   
version = "0.1.32"
 2896   2890   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2897   2891   
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 2898   2892   
dependencies = [
 2899   2893   
 "libc",
 2900   2894   
]
 2901   2895   
 2902   2896   
[[package]]
 2903   2897   
name = "js-sys"
 2904         -
version = "0.3.70"
        2898  +
version = "0.3.72"
 2905   2899   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2906         -
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
        2900  +
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
 2907   2901   
dependencies = [
 2908   2902   
 "wasm-bindgen",
 2909   2903   
]
 2910   2904   
 2911   2905   
[[package]]
 2912   2906   
name = "kv-log-macro"
 2913   2907   
version = "1.0.7"
 2914   2908   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2915   2909   
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 2916   2910   
dependencies = [
@@ -3006,3000 +3066,3060 @@
 3026   3020   
version = "2.7.4"
 3027   3021   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3028   3022   
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 3029   3023   
 3030   3024   
[[package]]
 3031   3025   
name = "minicbor"
 3032   3026   
version = "0.24.2"
 3033   3027   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3034   3028   
checksum = "5f8e213c36148d828083ae01948eed271d03f95f7e72571fa242d78184029af2"
 3035   3029   
dependencies = [
 3036         -
 "half 2.4.1",
        3030  +
 "half",
 3037   3031   
 "minicbor-derive",
 3038   3032   
]
 3039   3033   
 3040   3034   
[[package]]
 3041   3035   
name = "minicbor-derive"
 3042   3036   
version = "0.15.3"
 3043   3037   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3044   3038   
checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
 3045   3039   
dependencies = [
 3046   3040   
 "proc-macro2",
@@ -3679,3673 +3741,3735 @@
 3699   3693   
name = "rustls-pemfile"
 3700   3694   
version = "2.2.0"
 3701   3695   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3702   3696   
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
 3703   3697   
dependencies = [
 3704   3698   
 "rustls-pki-types",
 3705   3699   
]
 3706   3700   
 3707   3701   
[[package]]
 3708   3702   
name = "rustls-pki-types"
 3709         -
version = "1.9.0"
        3703  +
version = "1.10.0"
 3710   3704   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3711         -
checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55"
        3705  +
checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
 3712   3706   
 3713   3707   
[[package]]
 3714   3708   
name = "rustls-webpki"
 3715   3709   
version = "0.101.7"
 3716   3710   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3717   3711   
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
 3718   3712   
dependencies = [
 3719   3713   
 "ring",
 3720   3714   
 "untrusted",
 3721   3715   
]
@@ -3815,3809 +3884,3868 @@
 3835   3829   
 3836   3830   
[[package]]
 3837   3831   
name = "serde"
 3838   3832   
version = "1.0.210"
 3839   3833   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3840   3834   
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
 3841   3835   
dependencies = [
 3842   3836   
 "serde_derive",
 3843   3837   
]
 3844   3838   
 3845         -
[[package]]
 3846         -
name = "serde_cbor"
 3847         -
version = "0.11.2"
 3848         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3849         -
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
 3850         -
dependencies = [
 3851         -
 "half 1.8.3",
 3852         -
 "serde",
 3853         -
]
 3854         -
 3855   3839   
[[package]]
 3856   3840   
name = "serde_derive"
 3857   3841   
version = "1.0.210"
 3858   3842   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3859   3843   
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
 3860   3844   
dependencies = [
 3861   3845   
 "proc-macro2",
 3862   3846   
 "quote",
 3863   3847   
 "syn 2.0.79",
 3864   3848   
]
@@ -4467,4451 +4596,4580 @@
 4487   4471   
name = "wasi"
 4488   4472   
version = "0.12.1+wasi-0.2.0"
 4489   4473   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4490   4474   
checksum = "af274f03e73b7d85551b3f9e97b8a04d5c9aec703cfc227a3fe0595a7561c67a"
 4491   4475   
dependencies = [
 4492   4476   
 "wit-bindgen",
 4493   4477   
]
 4494   4478   
 4495   4479   
[[package]]
 4496   4480   
name = "wasm-bindgen"
 4497         -
version = "0.2.93"
        4481  +
version = "0.2.95"
 4498   4482   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4499         -
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
        4483  +
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
 4500   4484   
dependencies = [
 4501   4485   
 "cfg-if",
 4502   4486   
 "once_cell",
 4503   4487   
 "wasm-bindgen-macro",
 4504   4488   
]
 4505   4489   
 4506   4490   
[[package]]
 4507   4491   
name = "wasm-bindgen-backend"
 4508         -
version = "0.2.93"
        4492  +
version = "0.2.95"
 4509   4493   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4510         -
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
        4494  +
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
 4511   4495   
dependencies = [
 4512   4496   
 "bumpalo",
 4513   4497   
 "log",
 4514   4498   
 "once_cell",
 4515   4499   
 "proc-macro2",
 4516   4500   
 "quote",
 4517   4501   
 "syn 2.0.79",
 4518   4502   
 "wasm-bindgen-shared",
 4519   4503   
]
 4520   4504   
 4521   4505   
[[package]]
 4522   4506   
name = "wasm-bindgen-futures"
 4523         -
version = "0.4.43"
        4507  +
version = "0.4.45"
 4524   4508   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4525         -
checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
        4509  +
checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b"
 4526   4510   
dependencies = [
 4527   4511   
 "cfg-if",
 4528   4512   
 "js-sys",
 4529   4513   
 "wasm-bindgen",
 4530   4514   
 "web-sys",
 4531   4515   
]
 4532   4516   
 4533   4517   
[[package]]
 4534   4518   
name = "wasm-bindgen-macro"
 4535         -
version = "0.2.93"
        4519  +
version = "0.2.95"
 4536   4520   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4537         -
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
        4521  +
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
 4538   4522   
dependencies = [
 4539   4523   
 "quote",
 4540   4524   
 "wasm-bindgen-macro-support",
 4541   4525   
]
 4542   4526   
 4543   4527   
[[package]]
 4544   4528   
name = "wasm-bindgen-macro-support"
 4545         -
version = "0.2.93"
        4529  +
version = "0.2.95"
 4546   4530   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4547         -
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
        4531  +
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
 4548   4532   
dependencies = [
 4549   4533   
 "proc-macro2",
 4550   4534   
 "quote",
 4551   4535   
 "syn 2.0.79",
 4552   4536   
 "wasm-bindgen-backend",
 4553   4537   
 "wasm-bindgen-shared",
 4554   4538   
]
 4555   4539   
 4556   4540   
[[package]]
 4557   4541   
name = "wasm-bindgen-shared"
 4558         -
version = "0.2.93"
        4542  +
version = "0.2.95"
 4559   4543   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4560         -
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
        4544  +
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
 4561   4545   
 4562   4546   
[[package]]
 4563   4547   
name = "web-sys"
 4564         -
version = "0.3.70"
        4548  +
version = "0.3.72"
 4565   4549   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4566         -
checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
        4550  +
checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
 4567   4551   
dependencies = [
 4568   4552   
 "js-sys",
 4569   4553   
 "wasm-bindgen",
 4570   4554   
]
 4571   4555   
 4572   4556   
[[package]]
 4573   4557   
name = "webpki-roots"
 4574   4558   
version = "0.25.4"
 4575   4559   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4576   4560   
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"