Client Test

Client Test

rev. 9140fc23df867c6f00ff5f700626897eda217b43

Files changed:

tmp-codegen-diff/codegen-client-test/Cargo.lock

@@ -311,311 +397,397 @@
  331    331   
checksum = "83a25cf98105baa966497416dbd42565ce3a8cf8dbfd59803ec9ad46f3126399"
  332    332   
dependencies = [
  333    333   
 "cc",
  334    334   
 "cmake",
  335    335   
 "dunce",
  336    336   
 "fs_extra",
  337    337   
]
  338    338   
  339    339   
[[package]]
  340    340   
name = "aws-smithy-async"
  341         -
version = "1.2.14"
         341  +
version = "1.2.13"
         342  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         343  +
checksum = "5cc50d0f63e714784b84223abd7abbc8577de8c35d699e0edd19f0a88a08ae13"
  342    344   
dependencies = [
  343    345   
 "futures-util",
  344    346   
 "pin-project-lite",
  345         -
 "pin-utils",
  346    347   
 "tokio",
  347         -
 "tokio-test",
  348    348   
]
  349    349   
  350    350   
[[package]]
  351    351   
name = "aws-smithy-async"
  352    352   
version = "1.2.14"
  353         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  354         -
checksum = "2ffcaf626bdda484571968400c326a244598634dc75fd451325a54ad1a59acfc"
  355    353   
dependencies = [
  356    354   
 "futures-util",
  357    355   
 "pin-project-lite",
         356  +
 "pin-utils",
  358    357   
 "tokio",
         358  +
 "tokio-test",
  359    359   
]
  360    360   
  361    361   
[[package]]
  362    362   
name = "aws-smithy-cbor"
  363         -
version = "0.61.6"
         363  +
version = "0.61.5"
  364    364   
source = "registry+https://github.com/rust-lang/crates.io-index"
  365         -
checksum = "9364e2fe90e1d5323a6ab452eda10cfebc00499a20c14e4e14a9f369b15422c6"
         365  +
checksum = "765f0b8c7728db30a230663df67ba25b9c650c1cc9ba553df15dfe0fadaa529c"
  366    366   
dependencies = [
  367         -
 "aws-smithy-types 1.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
         367  +
 "aws-smithy-types 1.4.5",
  368    368   
 "minicbor",
  369    369   
]
  370    370   
  371    371   
[[package]]
  372    372   
name = "aws-smithy-cbor"
  373    373   
version = "0.61.7"
  374    374   
dependencies = [
  375    375   
 "aws-smithy-types 1.4.7",
  376    376   
 "criterion",
  377    377   
 "minicbor",
@@ -427,427 +578,578 @@
  447    447   
[[package]]
  448    448   
name = "aws-smithy-experimental"
  449    449   
version = "0.2.4"
  450    450   
  451    451   
[[package]]
  452    452   
name = "aws-smithy-http"
  453    453   
version = "0.62.6"
  454    454   
source = "registry+https://github.com/rust-lang/crates.io-index"
  455    455   
checksum = "826141069295752372f8203c17f28e30c464d22899a43a0c9fd9c458d469c88b"
  456    456   
dependencies = [
  457         -
 "aws-smithy-runtime-api 1.11.6",
  458         -
 "aws-smithy-types 1.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
         457  +
 "aws-smithy-runtime-api 1.11.5",
         458  +
 "aws-smithy-types 1.4.5",
  459    459   
 "bytes",
  460    460   
 "bytes-utils",
  461    461   
 "futures-core",
  462    462   
 "futures-util",
  463    463   
 "http 0.2.12",
  464    464   
 "http 1.4.0",
  465    465   
 "http-body 0.4.6",
  466    466   
 "percent-encoding",
  467    467   
 "pin-project-lite",
  468    468   
 "pin-utils",
  469    469   
 "tracing",
  470    470   
]
  471    471   
  472    472   
[[package]]
  473    473   
name = "aws-smithy-http"
  474    474   
version = "0.63.6"
  475    475   
dependencies = [
  476    476   
 "async-stream",
  477    477   
 "aws-smithy-eventstream",
  478    478   
 "aws-smithy-runtime-api 1.12.0",
  479    479   
 "aws-smithy-types 1.4.7",
  480    480   
 "bytes",
  481    481   
 "bytes-utils",
  482    482   
 "futures-core",
  483    483   
 "futures-util",
  484    484   
 "http 1.4.0",
  485    485   
 "http-body 1.0.1",
  486    486   
 "http-body-util",
  487    487   
 "hyper 1.9.0",
  488    488   
 "percent-encoding",
  489    489   
 "pin-project-lite",
  490    490   
 "pin-utils",
  491    491   
 "proptest",
  492    492   
 "tokio",
  493    493   
 "tracing",
  494    494   
]
  495    495   
  496    496   
[[package]]
  497    497   
name = "aws-smithy-http-client"
  498    498   
version = "1.1.12"
  499    499   
dependencies = [
  500    500   
 "aws-smithy-async 1.2.14",
  501    501   
 "aws-smithy-protocol-test",
  502    502   
 "aws-smithy-runtime-api 1.12.0",
  503    503   
 "aws-smithy-types 1.4.7",
  504    504   
 "base64 0.22.1",
  505    505   
 "bytes",
  506    506   
 "h2 0.3.27",
  507    507   
 "h2 0.4.13",
  508    508   
 "http 0.2.12",
  509    509   
 "http 1.4.0",
  510    510   
 "http-body 0.4.6",
  511    511   
 "http-body 1.0.1",
  512    512   
 "http-body-util",
  513    513   
 "hyper 0.14.32",
  514    514   
 "hyper 1.9.0",
  515    515   
 "hyper-rustls 0.24.2",
  516         -
 "hyper-rustls 0.27.7",
         516  +
 "hyper-rustls 0.27.9",
  517    517   
 "hyper-util",
  518         -
 "indexmap 2.13.1",
         518  +
 "indexmap 2.14.0",
  519    519   
 "pin-project-lite",
  520    520   
 "rustls 0.21.12",
  521         -
 "rustls 0.23.37",
         521  +
 "rustls 0.23.38",
  522    522   
 "rustls-native-certs 0.8.3",
  523    523   
 "rustls-pemfile 2.2.0",
  524    524   
 "rustls-pki-types",
  525    525   
 "s2n-tls",
  526    526   
 "s2n-tls-hyper",
  527    527   
 "s2n-tls-tokio",
  528    528   
 "serde",
  529    529   
 "serde_json",
  530    530   
 "serial_test",
  531    531   
 "tokio",
  532    532   
 "tokio-rustls 0.26.4",
  533    533   
 "tower 0.5.3",
  534    534   
 "tracing",
  535    535   
]
  536    536   
  537    537   
[[package]]
  538    538   
name = "aws-smithy-http-server"
  539    539   
version = "0.65.10"
  540    540   
source = "registry+https://github.com/rust-lang/crates.io-index"
  541    541   
checksum = "1b9af5ea8c9237159cc5ef0da15f77ed37321f94e121d6c9e9eb6f4f25b583de"
  542    542   
dependencies = [
  543         -
 "aws-smithy-cbor 0.61.6",
         543  +
 "aws-smithy-cbor 0.61.5",
  544    544   
 "aws-smithy-http 0.62.6",
  545    545   
 "aws-smithy-json 0.61.9",
  546         -
 "aws-smithy-runtime-api 1.11.6",
  547         -
 "aws-smithy-types 1.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
  548         -
 "aws-smithy-xml 0.60.15 (registry+https://github.com/rust-lang/crates.io-index)",
         546  +
 "aws-smithy-runtime-api 1.11.5",
         547  +
 "aws-smithy-types 1.4.5",
         548  +
 "aws-smithy-xml 0.60.14",
  549    549   
 "bytes",
  550    550   
 "futures-util",
  551    551   
 "http 0.2.12",
  552    552   
 "http-body 0.4.6",
  553    553   
 "hyper 0.14.32",
  554    554   
 "mime",
  555    555   
 "nom",
  556    556   
 "pin-project-lite",
  557    557   
 "regex",
  558    558   
 "serde_urlencoded",
@@ -650,650 +710,710 @@
  670    670   
 "tracing-appender",
  671    671   
 "tracing-subscriber",
  672    672   
]
  673    673   
  674    674   
[[package]]
  675    675   
name = "aws-smithy-json"
  676    676   
version = "0.61.9"
  677    677   
source = "registry+https://github.com/rust-lang/crates.io-index"
  678    678   
checksum = "49fa1213db31ac95288d981476f78d05d9cbb0353d22cdf3472cc05bb02f6551"
  679    679   
dependencies = [
  680         -
 "aws-smithy-types 1.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
         680  +
 "aws-smithy-types 1.4.5",
  681    681   
]
  682    682   
  683    683   
[[package]]
  684    684   
name = "aws-smithy-json"
  685    685   
version = "0.62.5"
  686    686   
dependencies = [
  687    687   
 "aws-smithy-types 1.4.7",
  688    688   
 "proptest",
  689    689   
 "serde_json",
  690    690   
]
@@ -781,781 +1009,1009 @@
  801    801   
[[package]]
  802    802   
name = "aws-smithy-query"
  803    803   
version = "0.60.15"
  804    804   
dependencies = [
  805    805   
 "aws-smithy-types 1.4.7",
  806    806   
 "urlencoding",
  807    807   
]
  808    808   
  809    809   
[[package]]
  810    810   
name = "aws-smithy-runtime"
  811         -
version = "1.11.0"
         811  +
version = "1.11.1"
  812    812   
dependencies = [
  813    813   
 "approx",
  814    814   
 "aws-smithy-async 1.2.14",
  815    815   
 "aws-smithy-http 0.63.6",
  816    816   
 "aws-smithy-http-client",
  817    817   
 "aws-smithy-observability",
  818    818   
 "aws-smithy-runtime-api 1.12.0",
  819    819   
 "aws-smithy-types 1.4.7",
  820    820   
 "bytes",
  821    821   
 "fastrand 2.4.1",
  822    822   
 "futures-util",
  823    823   
 "http 0.2.12",
  824    824   
 "http 1.4.0",
  825    825   
 "http-body 0.4.6",
  826    826   
 "http-body 1.0.1",
  827    827   
 "http-body-util",
  828    828   
 "hyper 0.14.32",
  829    829   
 "pin-project-lite",
  830    830   
 "pin-utils",
  831    831   
 "pretty_assertions",
  832    832   
 "tokio",
  833    833   
 "tracing",
  834    834   
 "tracing-subscriber",
  835    835   
 "tracing-test",
  836    836   
]
  837    837   
  838    838   
[[package]]
  839    839   
name = "aws-smithy-runtime-api"
  840         -
version = "1.11.6"
         840  +
version = "1.11.5"
  841    841   
source = "registry+https://github.com/rust-lang/crates.io-index"
  842         -
checksum = "876ab3c9c29791ba4ba02b780a3049e21ec63dabda09268b175272c3733a79e6"
         842  +
checksum = "b4af6e5def28be846479bbeac55aa4603d6f7986fc5da4601ba324dd5d377516"
  843    843   
dependencies = [
  844         -
 "aws-smithy-async 1.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
  845         -
 "aws-smithy-types 1.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
         844  +
 "aws-smithy-async 1.2.13",
         845  +
 "aws-smithy-types 1.4.5",
  846    846   
 "bytes",
  847    847   
 "http 0.2.12",
  848    848   
 "http 1.4.0",
  849    849   
 "pin-project-lite",
  850    850   
 "tokio",
  851    851   
 "tracing",
  852    852   
]
  853    853   
  854    854   
[[package]]
  855    855   
name = "aws-smithy-runtime-api"
  856    856   
version = "1.12.0"
  857    857   
dependencies = [
  858    858   
 "aws-smithy-async 1.2.14",
  859    859   
 "aws-smithy-runtime-api-macros",
  860    860   
 "aws-smithy-types 1.4.7",
  861    861   
 "bytes",
  862    862   
 "http 0.2.12",
  863    863   
 "http 1.4.0",
  864    864   
 "pin-project-lite",
  865    865   
 "proptest",
  866    866   
 "tokio",
  867    867   
 "tracing",
  868    868   
 "zeroize",
  869    869   
]
  870    870   
  871    871   
[[package]]
  872    872   
name = "aws-smithy-runtime-api-macros"
  873    873   
version = "1.0.0"
  874    874   
dependencies = [
  875    875   
 "proc-macro2",
  876    876   
 "quote",
  877    877   
 "syn 2.0.117",
  878    878   
]
  879    879   
  880    880   
[[package]]
  881    881   
name = "aws-smithy-types"
  882         -
version = "1.4.7"
         882  +
version = "1.4.5"
         883  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         884  +
checksum = "8ca2734c16913a45343b37313605d84e7d8b34a4611598ce1d25b35860a2bed3"
  883    885   
dependencies = [
  884         -
 "base64 0.13.1",
  885    886   
 "base64-simd",
  886    887   
 "bytes",
  887    888   
 "bytes-utils",
  888         -
 "ciborium",
  889         -
 "criterion",
  890    889   
 "futures-core",
  891    890   
 "http 0.2.12",
  892    891   
 "http 1.4.0",
  893    892   
 "http-body 0.4.6",
  894    893   
 "http-body 1.0.1",
  895    894   
 "http-body-util",
  896    895   
 "hyper 0.14.32",
  897    896   
 "itoa",
  898         -
 "lazy_static",
  899    897   
 "num-integer",
  900    898   
 "pin-project-lite",
  901    899   
 "pin-utils",
  902         -
 "proptest",
  903         -
 "rand 0.8.5",
  904    900   
 "ryu",
  905    901   
 "serde",
  906         -
 "serde_json",
  907         -
 "tempfile",
  908    902   
 "time",
  909    903   
 "tokio",
  910         -
 "tokio-stream",
  911    904   
 "tokio-util",
  912    905   
]
  913    906   
  914    907   
[[package]]
  915    908   
name = "aws-smithy-types"
  916    909   
version = "1.4.7"
  917         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  918         -
checksum = "9d73dbfbaa8e4bc57b9045137680b958d274823509a360abfd8e1d514d40c95c"
  919    910   
dependencies = [
         911  +
 "base64 0.13.1",
  920    912   
 "base64-simd",
  921    913   
 "bytes",
  922    914   
 "bytes-utils",
         915  +
 "ciborium",
         916  +
 "criterion",
  923    917   
 "futures-core",
  924    918   
 "http 0.2.12",
  925    919   
 "http 1.4.0",
  926    920   
 "http-body 0.4.6",
  927    921   
 "http-body 1.0.1",
  928    922   
 "http-body-util",
  929    923   
 "hyper 0.14.32",
  930    924   
 "itoa",
         925  +
 "lazy_static",
  931    926   
 "num-integer",
  932    927   
 "pin-project-lite",
  933    928   
 "pin-utils",
         929  +
 "proptest",
         930  +
 "rand 0.8.5",
  934    931   
 "ryu",
  935    932   
 "serde",
         933  +
 "serde_json",
         934  +
 "tempfile",
  936    935   
 "time",
  937    936   
 "tokio",
         937  +
 "tokio-stream",
  938    938   
 "tokio-util",
  939    939   
]
  940    940   
  941    941   
[[package]]
  942    942   
name = "aws-smithy-types-convert"
  943    943   
version = "0.60.14"
  944    944   
dependencies = [
  945    945   
 "aws-smithy-async 1.2.14",
  946    946   
 "aws-smithy-types 1.4.7",
  947    947   
 "chrono",
  948    948   
 "futures-core",
  949    949   
 "time",
  950    950   
]
  951    951   
  952    952   
[[package]]
  953    953   
name = "aws-smithy-wasm"
  954    954   
version = "0.1.11"
  955    955   
dependencies = [
  956    956   
 "aws-smithy-async 1.2.14",
  957    957   
 "aws-smithy-runtime-api 1.12.0",
  958    958   
 "aws-smithy-types 1.4.7",
  959    959   
 "http-body-util",
  960    960   
 "sync_wrapper",
  961    961   
 "wstd",
  962    962   
]
  963    963   
  964    964   
[[package]]
  965    965   
name = "aws-smithy-xml"
  966         -
version = "0.60.15"
         966  +
version = "0.60.14"
         967  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         968  +
checksum = "b53543b4b86ed43f051644f704a98c7291b3618b67adf057ee77a366fa52fcaa"
  967    969   
dependencies = [
  968         -
 "aws-smithy-protocol-test",
  969         -
 "base64 0.13.1",
  970         -
 "proptest",
  971    970   
 "xmlparser",
  972    971   
]
  973    972   
  974    973   
[[package]]
  975    974   
name = "aws-smithy-xml"
  976    975   
version = "0.60.15"
  977         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  978         -
checksum = "0ce02add1aa3677d022f8adf81dcbe3046a95f17a1b1e8979c145cd21d3d22b3"
  979    976   
dependencies = [
         977  +
 "aws-smithy-protocol-test",
         978  +
 "base64 0.13.1",
         979  +
 "proptest",
  980    980   
 "xmlparser",
  981    981   
]
  982    982   
  983    983   
[[package]]
  984    984   
name = "aws_lambda_events"
  985    985   
version = "0.12.1"
  986    986   
source = "registry+https://github.com/rust-lang/crates.io-index"
  987    987   
checksum = "03611508dd1e514e311caec235b581c99a4cb66fa1771bd502819eed69894f12"
  988    988   
dependencies = [
  989    989   
 "base64 0.21.7",
@@ -1025,1025 +1124,1124 @@
 1045   1045   
 "outref",
 1046   1046   
 "vsimd",
 1047   1047   
]
 1048   1048   
 1049   1049   
[[package]]
 1050   1050   
name = "bindgen"
 1051   1051   
version = "0.72.1"
 1052   1052   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1053   1053   
checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1054   1054   
dependencies = [
 1055         -
 "bitflags 2.11.0",
        1055  +
 "bitflags 2.11.1",
 1056   1056   
 "cexpr",
 1057   1057   
 "clang-sys",
 1058   1058   
 "itertools 0.13.0",
 1059   1059   
 "log",
 1060   1060   
 "prettyplease",
 1061   1061   
 "proc-macro2",
 1062   1062   
 "quote",
 1063   1063   
 "regex",
 1064   1064   
 "rustc-hash",
 1065   1065   
 "shlex",
 1066   1066   
 "syn 2.0.117",
 1067   1067   
]
 1068   1068   
 1069   1069   
[[package]]
 1070   1070   
name = "bit-set"
 1071   1071   
version = "0.8.0"
 1072   1072   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1073   1073   
checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1074   1074   
dependencies = [
 1075   1075   
 "bit-vec",
 1076   1076   
]
 1077   1077   
 1078   1078   
[[package]]
 1079   1079   
name = "bit-vec"
 1080   1080   
version = "0.8.0"
 1081   1081   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1082   1082   
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1083   1083   
 1084   1084   
[[package]]
 1085   1085   
name = "bitflags"
 1086   1086   
version = "1.3.2"
 1087   1087   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1088   1088   
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1089   1089   
 1090   1090   
[[package]]
 1091   1091   
name = "bitflags"
 1092         -
version = "2.11.0"
        1092  +
version = "2.11.1"
 1093   1093   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1094         -
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
        1094  +
checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
 1095   1095   
 1096   1096   
[[package]]
 1097   1097   
name = "block-buffer"
 1098   1098   
version = "0.10.4"
 1099   1099   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1100   1100   
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 1101   1101   
dependencies = [
 1102   1102   
 "generic-array",
 1103   1103   
]
 1104   1104   
@@ -1158,1158 +1251,1251 @@
 1178   1178   
 "num-bigint",
 1179   1179   
 "num-rational",
 1180   1180   
 "num-traits",
 1181   1181   
 "separator",
 1182   1182   
 "url",
 1183   1183   
 "uuid",
 1184   1184   
]
 1185   1185   
 1186   1186   
[[package]]
 1187   1187   
name = "cc"
 1188         -
version = "1.2.59"
        1188  +
version = "1.2.60"
 1189   1189   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1190         -
checksum = "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283"
        1190  +
checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20"
 1191   1191   
dependencies = [
 1192   1192   
 "find-msvc-tools",
 1193   1193   
 "jobserver",
 1194   1194   
 "libc",
 1195   1195   
 "shlex",
 1196   1196   
]
 1197   1197   
 1198   1198   
[[package]]
 1199   1199   
name = "cexpr"
 1200   1200   
version = "0.6.0"
 1201   1201   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1202   1202   
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 1203   1203   
dependencies = [
 1204   1204   
 "nom",
 1205   1205   
]
 1206   1206   
 1207   1207   
[[package]]
 1208   1208   
name = "cfg-if"
 1209   1209   
version = "1.0.4"
 1210   1210   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1211   1211   
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 1212   1212   
 1213   1213   
[[package]]
 1214   1214   
name = "chacha20"
 1215   1215   
version = "0.10.0"
 1216   1216   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1217   1217   
checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601"
 1218   1218   
dependencies = [
 1219   1219   
 "cfg-if",
 1220   1220   
 "cpufeatures",
 1221         -
 "rand_core 0.10.0",
        1221  +
 "rand_core 0.10.1",
 1222   1222   
]
 1223   1223   
 1224   1224   
[[package]]
 1225   1225   
name = "chrono"
 1226   1226   
version = "0.4.44"
 1227   1227   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1228   1228   
checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
 1229   1229   
dependencies = [
 1230   1230   
 "num-traits",
 1231   1231   
]
@@ -1916,1916 +2145,2151 @@
 1936   1936   
 1937   1937   
[[package]]
 1938   1938   
name = "getrandom"
 1939   1939   
version = "0.4.2"
 1940   1940   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1941   1941   
checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
 1942   1942   
dependencies = [
 1943   1943   
 "cfg-if",
 1944   1944   
 "libc",
 1945   1945   
 "r-efi 6.0.0",
 1946         -
 "rand_core 0.10.0",
        1946  +
 "rand_core 0.10.1",
 1947   1947   
 "wasip2",
 1948   1948   
 "wasip3",
 1949   1949   
]
 1950   1950   
 1951   1951   
[[package]]
 1952   1952   
name = "glob"
 1953   1953   
version = "0.3.3"
 1954   1954   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1955   1955   
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 1956   1956   
 1957   1957   
[[package]]
 1958   1958   
name = "gloo-timers"
 1959   1959   
version = "0.3.0"
 1960   1960   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1961   1961   
checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 1962   1962   
dependencies = [
 1963   1963   
 "futures-channel",
 1964   1964   
 "futures-core",
 1965   1965   
 "js-sys",
 1966   1966   
 "wasm-bindgen",
 1967   1967   
]
 1968   1968   
 1969   1969   
[[package]]
 1970   1970   
name = "h2"
 1971   1971   
version = "0.3.27"
 1972   1972   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1973   1973   
checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 1974   1974   
dependencies = [
 1975   1975   
 "bytes",
 1976   1976   
 "fnv",
 1977   1977   
 "futures-core",
 1978   1978   
 "futures-sink",
 1979   1979   
 "futures-util",
 1980   1980   
 "http 0.2.12",
 1981         -
 "indexmap 2.13.1",
        1981  +
 "indexmap 2.14.0",
 1982   1982   
 "slab",
 1983   1983   
 "tokio",
 1984   1984   
 "tokio-util",
 1985   1985   
 "tracing",
 1986   1986   
]
 1987   1987   
 1988   1988   
[[package]]
 1989   1989   
name = "h2"
 1990   1990   
version = "0.4.13"
 1991   1991   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1992   1992   
checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
 1993   1993   
dependencies = [
 1994   1994   
 "atomic-waker",
 1995   1995   
 "bytes",
 1996   1996   
 "fnv",
 1997   1997   
 "futures-core",
 1998   1998   
 "futures-sink",
 1999   1999   
 "http 1.4.0",
 2000         -
 "indexmap 2.13.1",
        2000  +
 "indexmap 2.14.0",
 2001   2001   
 "slab",
 2002   2002   
 "tokio",
 2003   2003   
 "tokio-util",
 2004   2004   
 "tracing",
 2005   2005   
]
 2006   2006   
 2007   2007   
[[package]]
 2008   2008   
name = "half"
 2009   2009   
version = "2.7.1"
 2010   2010   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2011   2011   
checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 2012   2012   
dependencies = [
 2013   2013   
 "cfg-if",
 2014   2014   
 "crunchy",
 2015   2015   
 "zerocopy",
 2016   2016   
]
 2017   2017   
 2018   2018   
[[package]]
 2019   2019   
name = "hashbrown"
 2020   2020   
version = "0.12.3"
 2021   2021   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2022   2022   
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 2023   2023   
 2024   2024   
[[package]]
 2025   2025   
name = "hashbrown"
 2026   2026   
version = "0.15.5"
 2027   2027   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2028   2028   
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 2029   2029   
dependencies = [
 2030   2030   
 "foldhash 0.1.5",
 2031   2031   
]
 2032   2032   
 2033   2033   
[[package]]
 2034   2034   
name = "hashbrown"
 2035   2035   
version = "0.16.1"
 2036   2036   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2037   2037   
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 2038   2038   
dependencies = [
 2039   2039   
 "allocator-api2",
 2040   2040   
 "equivalent",
 2041   2041   
 "foldhash 0.2.0",
 2042   2042   
]
 2043   2043   
        2044  +
[[package]]
        2045  +
name = "hashbrown"
        2046  +
version = "0.17.0"
        2047  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2048  +
checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
        2049  +
 2044   2050   
[[package]]
 2045   2051   
name = "heck"
 2046   2052   
version = "0.4.1"
 2047   2053   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2048   2054   
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 2049   2055   
 2050   2056   
[[package]]
 2051   2057   
name = "heck"
 2052   2058   
version = "0.5.0"
 2053   2059   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2054   2060   
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 2055   2061   
 2056   2062   
[[package]]
 2057   2063   
name = "hermit-abi"
 2058   2064   
version = "0.1.19"
 2059   2065   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2060   2066   
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
 2061   2067   
dependencies = [
 2062   2068   
 "libc",
 2063   2069   
]
 2064   2070   
 2065   2071   
[[package]]
 2066   2072   
name = "hermit-abi"
 2067   2073   
version = "0.5.2"
 2068   2074   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2069   2075   
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 2070   2076   
 2071   2077   
[[package]]
 2072   2078   
name = "hex"
 2073   2079   
version = "0.4.3"
 2074   2080   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2075   2081   
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 2076   2082   
 2077   2083   
[[package]]
 2078   2084   
name = "hickory-proto"
 2079   2085   
version = "0.25.2"
 2080   2086   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2081   2087   
checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
 2082   2088   
dependencies = [
 2083   2089   
 "async-trait",
 2084   2090   
 "cfg-if",
 2085   2091   
 "data-encoding",
 2086   2092   
 "enum-as-inner",
 2087   2093   
 "futures-channel",
 2088   2094   
 "futures-io",
 2089   2095   
 "futures-util",
 2090   2096   
 "idna",
 2091   2097   
 "ipnet",
 2092   2098   
 "once_cell",
 2093         -
 "rand 0.9.2",
        2099  +
 "rand 0.9.4",
 2094   2100   
 "ring 0.17.14",
 2095   2101   
 "thiserror 2.0.18",
 2096   2102   
 "tinyvec",
 2097   2103   
 "tokio",
 2098   2104   
 "tracing",
 2099   2105   
 "url",
 2100   2106   
]
 2101   2107   
 2102   2108   
[[package]]
 2103   2109   
name = "hickory-resolver"
 2104   2110   
version = "0.25.2"
 2105   2111   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2106   2112   
checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
 2107   2113   
dependencies = [
 2108   2114   
 "cfg-if",
 2109   2115   
 "futures-util",
 2110   2116   
 "hickory-proto",
 2111   2117   
 "ipconfig",
 2112   2118   
 "moka",
 2113   2119   
 "once_cell",
 2114   2120   
 "parking_lot",
 2115         -
 "rand 0.9.2",
        2121  +
 "rand 0.9.4",
 2116   2122   
 "resolv-conf",
 2117   2123   
 "smallvec",
 2118   2124   
 "thiserror 2.0.18",
 2119   2125   
 "tokio",
 2120   2126   
 "tracing",
 2121   2127   
]
 2122   2128   
 2123   2129   
[[package]]
 2124   2130   
name = "http"
 2125   2131   
version = "0.2.12"
@@ -2259,2265 +2328,2333 @@
 2279   2285   
 "hyper 0.14.32",
 2280   2286   
 "log",
 2281   2287   
 "rustls 0.21.12",
 2282   2288   
 "rustls-native-certs 0.6.3",
 2283   2289   
 "tokio",
 2284   2290   
 "tokio-rustls 0.24.1",
 2285   2291   
]
 2286   2292   
 2287   2293   
[[package]]
 2288   2294   
name = "hyper-rustls"
 2289         -
version = "0.27.7"
        2295  +
version = "0.27.9"
 2290   2296   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2291         -
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
        2297  +
checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
 2292   2298   
dependencies = [
 2293   2299   
 "http 1.4.0",
 2294   2300   
 "hyper 1.9.0",
 2295   2301   
 "hyper-util",
 2296         -
 "rustls 0.23.37",
        2302  +
 "rustls 0.23.38",
 2297   2303   
 "rustls-native-certs 0.8.3",
 2298         -
 "rustls-pki-types",
 2299   2304   
 "tokio",
 2300   2305   
 "tokio-rustls 0.26.4",
 2301   2306   
 "tower-service",
 2302   2307   
]
 2303   2308   
 2304   2309   
[[package]]
 2305   2310   
name = "hyper-util"
 2306   2311   
version = "0.1.20"
 2307   2312   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2308   2313   
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
@@ -2427,2432 +2492,2497 @@
 2447   2452   
version = "1.9.3"
 2448   2453   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2449   2454   
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
 2450   2455   
dependencies = [
 2451   2456   
 "autocfg",
 2452   2457   
 "hashbrown 0.12.3",
 2453   2458   
]
 2454   2459   
 2455   2460   
[[package]]
 2456   2461   
name = "indexmap"
 2457         -
version = "2.13.1"
        2462  +
version = "2.14.0"
 2458   2463   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2459         -
checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff"
        2464  +
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
 2460   2465   
dependencies = [
 2461   2466   
 "equivalent",
 2462         -
 "hashbrown 0.16.1",
        2467  +
 "hashbrown 0.17.0",
 2463   2468   
 "serde",
 2464   2469   
 "serde_core",
 2465   2470   
]
 2466   2471   
 2467   2472   
[[package]]
 2468   2473   
name = "indoc"
 2469   2474   
version = "2.0.7"
 2470   2475   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2471   2476   
checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
 2472   2477   
dependencies = [
@@ -2589,2594 +2651,2656 @@
 2609   2614   
version = "0.1.34"
 2610   2615   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2611   2616   
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 2612   2617   
dependencies = [
 2613   2618   
 "getrandom 0.3.4",
 2614   2619   
 "libc",
 2615   2620   
]
 2616   2621   
 2617   2622   
[[package]]
 2618   2623   
name = "js-sys"
 2619         -
version = "0.3.94"
        2624  +
version = "0.3.95"
 2620   2625   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2621         -
checksum = "2e04e2ef80ce82e13552136fabeef8a5ed1f985a96805761cbb9a2c34e7664d9"
        2626  +
checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca"
 2622   2627   
dependencies = [
 2623   2628   
 "cfg-if",
 2624   2629   
 "futures-util",
 2625   2630   
 "once_cell",
 2626   2631   
 "wasm-bindgen",
 2627   2632   
]
 2628   2633   
 2629   2634   
[[package]]
 2630   2635   
name = "kv-log-macro"
 2631   2636   
version = "1.0.7"
@@ -2751,2756 +2813,2818 @@
 2771   2776   
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 2772   2777   
 2773   2778   
[[package]]
 2774   2779   
name = "leb128fmt"
 2775   2780   
version = "0.1.0"
 2776   2781   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2777   2782   
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 2778   2783   
 2779   2784   
[[package]]
 2780   2785   
name = "libc"
 2781         -
version = "0.2.184"
        2786  +
version = "0.2.185"
 2782   2787   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2783         -
checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
        2788  +
checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
 2784   2789   
 2785   2790   
[[package]]
 2786   2791   
name = "libloading"
 2787   2792   
version = "0.8.9"
 2788   2793   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2789   2794   
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 2790   2795   
dependencies = [
 2791   2796   
 "cfg-if",
 2792   2797   
 "windows-link",
 2793   2798   
]
@@ -2869,2874 +3041,3046 @@
 2889   2894   
[[package]]
 2890   2895   
name = "metrics-util"
 2891   2896   
version = "0.20.1"
 2892   2897   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2893   2898   
checksum = "cdfb1365fea27e6dd9dc1dbc19f570198bc86914533ad639dae939635f096be4"
 2894   2899   
dependencies = [
 2895   2900   
 "aho-corasick",
 2896   2901   
 "crossbeam-epoch",
 2897   2902   
 "crossbeam-utils",
 2898   2903   
 "hashbrown 0.16.1",
 2899         -
 "indexmap 2.13.1",
        2904  +
 "indexmap 2.14.0",
 2900   2905   
 "metrics",
 2901   2906   
 "ordered-float",
 2902   2907   
 "quanta",
 2903   2908   
 "radix_trie",
 2904         -
 "rand 0.9.2",
        2909  +
 "rand 0.9.4",
 2905   2910   
 "rand_xoshiro",
 2906   2911   
 "sketches-ddsketch",
 2907   2912   
]
 2908   2913   
 2909   2914   
[[package]]
 2910   2915   
name = "metrique"
 2911         -
version = "0.1.23"
        2916  +
version = "0.1.24"
 2912   2917   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2913         -
checksum = "c41212ded0b2ba808836b36db163067eb6da41447e7f224267a7331b670009b9"
        2918  +
checksum = "f2cb1b5bc8898d2cb0da392c35f91826182c4cced80dddf061abd63bb7e34318"
 2914   2919   
dependencies = [
 2915   2920   
 "itoa",
 2916   2921   
 "metrique-core",
 2917   2922   
 "metrique-macro",
 2918   2923   
 "metrique-service-metrics",
 2919   2924   
 "metrique-timesource",
 2920   2925   
 "metrique-writer",
 2921   2926   
 "metrique-writer-core",
 2922   2927   
 "metrique-writer-macro",
 2923   2928   
 "ryu",
 2924   2929   
 "tokio",
 2925   2930   
]
 2926   2931   
 2927   2932   
[[package]]
 2928   2933   
name = "metrique-core"
 2929         -
version = "0.1.18"
        2934  +
version = "0.1.19"
 2930   2935   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2931         -
checksum = "a5f67f8bf383a36ddb563846a9b143228505fd1f833aa936fdefbc9cb1e46855"
        2936  +
checksum = "67e3d9e65d3978d38102e3c4bd4142b91351467bb9c698db99654375e8f3858b"
 2932   2937   
dependencies = [
 2933   2938   
 "itertools 0.14.0",
 2934   2939   
 "metrique-writer-core",
 2935   2940   
]
 2936   2941   
 2937   2942   
[[package]]
 2938   2943   
name = "metrique-macro"
 2939   2944   
version = "0.1.15"
 2940   2945   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2941   2946   
checksum = "07c50c41313eaa762e16c251aa3aa7f1eff170ab403fac8fc688840e93f39b18"
 2942   2947   
dependencies = [
 2943   2948   
 "Inflector",
 2944   2949   
 "darling",
 2945   2950   
 "proc-macro2",
 2946   2951   
 "quote",
 2947   2952   
 "syn 2.0.117",
 2948   2953   
]
 2949   2954   
 2950   2955   
[[package]]
 2951   2956   
name = "metrique-service-metrics"
 2952         -
version = "0.1.19"
        2957  +
version = "0.1.20"
 2953   2958   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2954         -
checksum = "07a742784bddd4a8636cf4e952ec4bbd49d4dab34b7dd24d11026ab16adbfe19"
        2959  +
checksum = "cd93adb879c2d72ea8a23178deb5c9b379a6e459bfa08eb2c86a9c8c213cb3a6"
 2955   2960   
dependencies = [
 2956   2961   
 "metrique-writer",
 2957   2962   
]
 2958   2963   
 2959   2964   
[[package]]
 2960   2965   
name = "metrique-timesource"
 2961   2966   
version = "0.1.9"
 2962   2967   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2963   2968   
checksum = "d607939211e4eaaa8cd35394fa5e57faffb7390d0ac513b39992edcaf3cc526c"
 2964   2969   
 2965   2970   
[[package]]
 2966   2971   
name = "metrique-writer"
 2967         -
version = "0.1.20"
        2972  +
version = "0.1.21"
 2968   2973   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2969         -
checksum = "8ea8f6776cef2fed8ebaea2044971e4bfec96268eb47ccccb0e93797a198b025"
        2974  +
checksum = "e7885027d11fce09ba86f50b11ed8c34166a76e68b1568de3e9cb6689c18ea39"
 2970   2975   
dependencies = [
 2971   2976   
 "ahash",
 2972   2977   
 "crossbeam-queue",
 2973   2978   
 "crossbeam-utils",
 2974   2979   
 "metrics",
 2975   2980   
 "metrics-util",
 2976   2981   
 "metrique-core",
 2977   2982   
 "metrique-writer-core",
 2978   2983   
 "metrique-writer-macro",
 2979         -
 "rand 0.9.2",
        2984  +
 "rand 0.9.4",
 2980   2985   
 "smallvec",
 2981   2986   
 "tokio",
 2982   2987   
 "tracing",
 2983   2988   
 "tracing-subscriber",
 2984   2989   
]
 2985   2990   
 2986   2991   
[[package]]
 2987   2992   
name = "metrique-writer-core"
 2988         -
version = "0.1.14"
        2993  +
version = "0.1.15"
 2989   2994   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2990         -
checksum = "5399135c49a096ba9565872ddfef24627a4129501e930cbffe84d66897d4b12c"
        2995  +
checksum = "c2aa7ddd300b7405e6fc576fa57026b45097b5bf7b7c88c9be180dce6f4a1e09"
 2991   2996   
dependencies = [
 2992   2997   
 "derive-where",
 2993   2998   
 "itertools 0.14.0",
 2994   2999   
 "serde",
 2995   3000   
 "smallvec",
 2996   3001   
]
 2997   3002   
 2998   3003   
[[package]]
 2999   3004   
name = "metrique-writer-format-emf"
 3000         -
version = "0.1.19"
        3005  +
version = "0.1.20"
 3001   3006   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3002         -
checksum = "b4e26fd124c986f73950e3f5409615e3e38e9d1cc0f3c379f6fdd00524d00310"
        3007  +
checksum = "43f195080772281c1440778e4f16b18d0ad9efa56f4ced14d434c4ae84979831"
 3003   3008   
dependencies = [
 3004   3009   
 "bit-set",
 3005   3010   
 "dtoa",
 3006   3011   
 "hashbrown 0.16.1",
 3007   3012   
 "itertools 0.14.0",
 3008   3013   
 "itoa",
 3009   3014   
 "metrique-writer",
 3010   3015   
 "metrique-writer-core",
 3011         -
 "rand 0.9.2",
        3016  +
 "rand 0.9.4",
 3012   3017   
 "serde",
 3013   3018   
 "serde_json",
 3014   3019   
 "smallvec",
 3015   3020   
 "tracing",
 3016   3021   
]
 3017   3022   
 3018   3023   
[[package]]
 3019   3024   
name = "metrique-writer-macro"
 3020   3025   
version = "0.1.8"
 3021   3026   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3446,3451 +3508,3513 @@
 3466   3471   
]
 3467   3472   
 3468   3473   
[[package]]
 3469   3474   
name = "proptest"
 3470   3475   
version = "1.11.0"
 3471   3476   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3472   3477   
checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
 3473   3478   
dependencies = [
 3474   3479   
 "bit-set",
 3475   3480   
 "bit-vec",
 3476         -
 "bitflags 2.11.0",
        3481  +
 "bitflags 2.11.1",
 3477   3482   
 "num-traits",
 3478         -
 "rand 0.9.2",
        3483  +
 "rand 0.9.4",
 3479   3484   
 "rand_chacha 0.9.0",
 3480   3485   
 "rand_xorshift",
 3481   3486   
 "regex-syntax",
 3482   3487   
 "rusty-fork",
 3483   3488   
 "tempfile",
 3484   3489   
 "unarray",
 3485   3490   
]
 3486   3491   
 3487   3492   
[[package]]
 3488   3493   
name = "pyo3"
@@ -3624,3629 +3812,3817 @@
 3644   3649   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3645   3650   
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
 3646   3651   
dependencies = [
 3647   3652   
 "libc",
 3648   3653   
 "rand_chacha 0.3.1",
 3649   3654   
 "rand_core 0.6.4",
 3650   3655   
]
 3651   3656   
 3652   3657   
[[package]]
 3653   3658   
name = "rand"
 3654         -
version = "0.9.2"
        3659  +
version = "0.9.4"
 3655   3660   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3656         -
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
        3661  +
checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
 3657   3662   
dependencies = [
 3658   3663   
 "rand_chacha 0.9.0",
 3659   3664   
 "rand_core 0.9.5",
 3660   3665   
]
 3661   3666   
 3662   3667   
[[package]]
 3663   3668   
name = "rand"
 3664         -
version = "0.10.0"
        3669  +
version = "0.10.1"
 3665   3670   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3666         -
checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8"
        3671  +
checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
 3667   3672   
dependencies = [
 3668   3673   
 "chacha20",
 3669   3674   
 "getrandom 0.4.2",
 3670         -
 "rand_core 0.10.0",
        3675  +
 "rand_core 0.10.1",
 3671   3676   
]
 3672   3677   
 3673   3678   
[[package]]
 3674   3679   
name = "rand_chacha"
 3675   3680   
version = "0.3.1"
 3676   3681   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3677   3682   
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
 3678   3683   
dependencies = [
 3679   3684   
 "ppv-lite86",
 3680   3685   
 "rand_core 0.6.4",
 3681   3686   
]
 3682   3687   
 3683   3688   
[[package]]
 3684   3689   
name = "rand_chacha"
 3685   3690   
version = "0.9.0"
 3686   3691   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3687   3692   
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
 3688   3693   
dependencies = [
 3689   3694   
 "ppv-lite86",
 3690   3695   
 "rand_core 0.9.5",
 3691   3696   
]
 3692   3697   
 3693   3698   
[[package]]
 3694   3699   
name = "rand_core"
 3695   3700   
version = "0.6.4"
 3696   3701   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3697   3702   
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
 3698   3703   
dependencies = [
 3699   3704   
 "getrandom 0.2.17",
 3700   3705   
]
 3701   3706   
 3702   3707   
[[package]]
 3703   3708   
name = "rand_core"
 3704   3709   
version = "0.9.5"
 3705   3710   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3706   3711   
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
 3707   3712   
dependencies = [
 3708   3713   
 "getrandom 0.3.4",
 3709   3714   
]
 3710   3715   
 3711   3716   
[[package]]
 3712   3717   
name = "rand_core"
 3713         -
version = "0.10.0"
        3718  +
version = "0.10.1"
 3714   3719   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3715         -
checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba"
        3720  +
checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
 3716   3721   
 3717   3722   
[[package]]
 3718   3723   
name = "rand_xorshift"
 3719   3724   
version = "0.4.0"
 3720   3725   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3721   3726   
checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
 3722   3727   
dependencies = [
 3723   3728   
 "rand_core 0.9.5",
 3724   3729   
]
 3725   3730   
 3726   3731   
[[package]]
 3727   3732   
name = "rand_xoshiro"
 3728   3733   
version = "0.7.0"
 3729   3734   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3730   3735   
checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41"
 3731   3736   
dependencies = [
 3732   3737   
 "rand_core 0.9.5",
 3733   3738   
]
 3734   3739   
 3735   3740   
[[package]]
 3736   3741   
name = "raw-cpuid"
 3737   3742   
version = "11.6.0"
 3738   3743   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3739   3744   
checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
 3740   3745   
dependencies = [
 3741         -
 "bitflags 2.11.0",
        3746  +
 "bitflags 2.11.1",
 3742   3747   
]
 3743   3748   
 3744   3749   
[[package]]
 3745   3750   
name = "rayon"
 3746         -
version = "1.11.0"
        3751  +
version = "1.12.0"
 3747   3752   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3748         -
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
        3753  +
checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
 3749   3754   
dependencies = [
 3750   3755   
 "either",
 3751   3756   
 "rayon-core",
 3752   3757   
]
 3753   3758   
 3754   3759   
[[package]]
 3755   3760   
name = "rayon-core"
 3756   3761   
version = "1.13.0"
 3757   3762   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3758   3763   
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
 3759   3764   
dependencies = [
 3760   3765   
 "crossbeam-deque",
 3761   3766   
 "crossbeam-utils",
 3762   3767   
]
 3763   3768   
 3764   3769   
[[package]]
 3765   3770   
name = "rcgen"
 3766   3771   
version = "0.10.0"
 3767   3772   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3768   3773   
checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"
 3769   3774   
dependencies = [
 3770   3775   
 "pem",
 3771   3776   
 "ring 0.16.20",
 3772   3777   
 "time",
 3773   3778   
 "yasna",
 3774   3779   
]
 3775   3780   
 3776   3781   
[[package]]
 3777   3782   
name = "redox_syscall"
 3778   3783   
version = "0.5.18"
 3779   3784   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3780   3785   
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
 3781   3786   
dependencies = [
 3782         -
 "bitflags 2.11.0",
        3787  +
 "bitflags 2.11.1",
 3783   3788   
]
 3784   3789   
 3785   3790   
[[package]]
 3786   3791   
name = "regex"
 3787   3792   
version = "1.12.3"
 3788   3793   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3789   3794   
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
 3790   3795   
dependencies = [
 3791   3796   
 "aho-corasick",
 3792   3797   
 "memchr",
@@ -3846,3851 +3936,3941 @@
 3866   3871   
version = "2.1.2"
 3867   3872   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3868   3873   
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
 3869   3874   
 3870   3875   
[[package]]
 3871   3876   
name = "rustix"
 3872   3877   
version = "1.1.4"
 3873   3878   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3874   3879   
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
 3875   3880   
dependencies = [
 3876         -
 "bitflags 2.11.0",
        3881  +
 "bitflags 2.11.1",
 3877   3882   
 "errno",
 3878   3883   
 "libc",
 3879   3884   
 "linux-raw-sys",
 3880   3885   
 "windows-sys 0.61.2",
 3881   3886   
]
 3882   3887   
 3883   3888   
[[package]]
 3884   3889   
name = "rustls"
 3885   3890   
version = "0.21.12"
 3886   3891   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3887   3892   
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
 3888   3893   
dependencies = [
 3889   3894   
 "log",
 3890   3895   
 "ring 0.17.14",
 3891   3896   
 "rustls-webpki 0.101.7",
 3892   3897   
 "sct",
 3893   3898   
]
 3894   3899   
 3895   3900   
[[package]]
 3896   3901   
name = "rustls"
 3897         -
version = "0.23.37"
        3902  +
version = "0.23.38"
 3898   3903   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3899         -
checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
        3904  +
checksum = "69f9466fb2c14ea04357e91413efb882e2a6d4a406e625449bc0a5d360d53a21"
 3900   3905   
dependencies = [
 3901   3906   
 "aws-lc-rs",
 3902   3907   
 "log",
 3903   3908   
 "once_cell",
 3904   3909   
 "ring 0.17.14",
 3905   3910   
 "rustls-pki-types",
 3906         -
 "rustls-webpki 0.103.10",
        3911  +
 "rustls-webpki 0.103.12",
 3907   3912   
 "subtle",
 3908   3913   
 "zeroize",
 3909   3914   
]
 3910   3915   
 3911   3916   
[[package]]
 3912   3917   
name = "rustls-native-certs"
 3913   3918   
version = "0.6.3"
 3914   3919   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3915   3920   
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
 3916   3921   
dependencies = [
@@ -3944,3949 +4006,4011 @@
 3964   3969   
version = "0.101.7"
 3965   3970   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3966   3971   
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
 3967   3972   
dependencies = [
 3968   3973   
 "ring 0.17.14",
 3969   3974   
 "untrusted 0.9.0",
 3970   3975   
]
 3971   3976   
 3972   3977   
[[package]]
 3973   3978   
name = "rustls-webpki"
 3974         -
version = "0.103.10"
        3979  +
version = "0.103.12"
 3975   3980   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3976         -
checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef"
        3981  +
checksum = "8279bb85272c9f10811ae6a6c547ff594d6a7f3c6c6b02ee9726d1d0dcfcdd06"
 3977   3982   
dependencies = [
 3978   3983   
 "aws-lc-rs",
 3979   3984   
 "ring 0.17.14",
 3980   3985   
 "rustls-pki-types",
 3981   3986   
 "untrusted 0.9.0",
 3982   3987   
]
 3983   3988   
 3984   3989   
[[package]]
 3985   3990   
name = "rustversion"
 3986   3991   
version = "1.0.22"
@@ -4084,4089 +4157,4162 @@
 4104   4109   
version = "3.0.10"
 4105   4110   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4106   4111   
checksum = "490dcfcbfef26be6800d11870ff2df8774fa6e86d047e3e8c8a76b25655e41ca"
 4107   4112   
 4108   4113   
[[package]]
 4109   4114   
name = "security-framework"
 4110   4115   
version = "2.11.1"
 4111   4116   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4112   4117   
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
 4113   4118   
dependencies = [
 4114         -
 "bitflags 2.11.0",
        4119  +
 "bitflags 2.11.1",
 4115   4120   
 "core-foundation 0.9.4",
 4116   4121   
 "core-foundation-sys",
 4117   4122   
 "libc",
 4118   4123   
 "security-framework-sys",
 4119   4124   
]
 4120   4125   
 4121   4126   
[[package]]
 4122   4127   
name = "security-framework"
 4123   4128   
version = "3.7.0"
 4124   4129   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4125   4130   
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
 4126   4131   
dependencies = [
 4127         -
 "bitflags 2.11.0",
        4132  +
 "bitflags 2.11.1",
 4128   4133   
 "core-foundation 0.10.1",
 4129   4134   
 "core-foundation-sys",
 4130   4135   
 "libc",
 4131   4136   
 "security-framework-sys",
 4132   4137   
]
 4133   4138   
 4134   4139   
[[package]]
 4135   4140   
name = "security-framework-sys"
 4136   4141   
version = "2.17.0"
 4137   4142   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -4162,4167 +4222,4227 @@
 4182   4187   
 "quote",
 4183   4188   
 "syn 2.0.117",
 4184   4189   
]
 4185   4190   
 4186   4191   
[[package]]
 4187   4192   
name = "serde_json"
 4188   4193   
version = "1.0.146"
 4189   4194   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4190   4195   
checksum = "217ca874ae0207aac254aa02c957ded05585a90892cc8d87f9e5fa49669dadd8"
 4191   4196   
dependencies = [
 4192         -
 "indexmap 2.13.1",
        4197  +
 "indexmap 2.14.0",
 4193   4198   
 "itoa",
 4194   4199   
 "memchr",
 4195   4200   
 "ryu",
 4196   4201   
 "serde",
 4197   4202   
 "serde_core",
 4198   4203   
]
 4199   4204   
 4200   4205   
[[package]]
 4201   4206   
name = "serde_path_to_error"
 4202   4207   
version = "0.1.20"
@@ -4421,4426 +4481,4486 @@
 4441   4446   
 "quote",
 4442   4447   
 "syn 2.0.117",
 4443   4448   
]
 4444   4449   
 4445   4450   
[[package]]
 4446   4451   
name = "system-configuration"
 4447   4452   
version = "0.7.0"
 4448   4453   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4449   4454   
checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
 4450   4455   
dependencies = [
 4451         -
 "bitflags 2.11.0",
        4456  +
 "bitflags 2.11.1",
 4452   4457   
 "core-foundation 0.9.4",
 4453   4458   
 "system-configuration-sys",
 4454   4459   
]
 4455   4460   
 4456   4461   
[[package]]
 4457   4462   
name = "system-configuration-sys"
 4458   4463   
version = "0.6.0"
 4459   4464   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4460   4465   
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
 4461   4466   
dependencies = [
@@ -4607,4612 +4709,4714 @@
 4627   4632   
 "futures-util",
 4628   4633   
 "hyper 0.14.32",
 4629   4634   
 "pin-project-lite",
 4630   4635   
 "thiserror 1.0.69",
 4631   4636   
 "tokio",
 4632   4637   
 "tokio-rustls 0.24.1",
 4633   4638   
]
 4634   4639   
 4635   4640   
[[package]]
 4636   4641   
name = "tokio"
 4637         -
version = "1.51.0"
        4642  +
version = "1.52.0"
 4638   4643   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4639         -
checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd"
        4644  +
checksum = "a91135f59b1cbf38c91e73cf3386fca9bb77915c45ce2771460c9d92f0f3d776"
 4640   4645   
dependencies = [
 4641   4646   
 "bytes",
 4642   4647   
 "libc",
 4643   4648   
 "mio",
 4644   4649   
 "parking_lot",
 4645   4650   
 "pin-project-lite",
 4646   4651   
 "signal-hook-registry",
 4647   4652   
 "socket2 0.6.3",
 4648   4653   
 "tokio-macros",
 4649   4654   
 "windows-sys 0.61.2",
 4650   4655   
]
 4651   4656   
 4652   4657   
[[package]]
 4653   4658   
name = "tokio-macros"
 4654   4659   
version = "2.7.0"
 4655   4660   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4656   4661   
checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
 4657   4662   
dependencies = [
 4658   4663   
 "proc-macro2",
 4659   4664   
 "quote",
 4660   4665   
 "syn 2.0.117",
 4661   4666   
]
 4662   4667   
 4663   4668   
[[package]]
 4664   4669   
name = "tokio-rustls"
 4665   4670   
version = "0.24.1"
 4666   4671   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4667   4672   
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
 4668   4673   
dependencies = [
 4669   4674   
 "rustls 0.21.12",
 4670   4675   
 "tokio",
 4671   4676   
]
 4672   4677   
 4673   4678   
[[package]]
 4674   4679   
name = "tokio-rustls"
 4675   4680   
version = "0.26.4"
 4676   4681   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4677   4682   
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
 4678   4683   
dependencies = [
 4679         -
 "rustls 0.23.37",
        4684  +
 "rustls 0.23.38",
 4680   4685   
 "tokio",
 4681   4686   
]
 4682   4687   
 4683   4688   
[[package]]
 4684   4689   
name = "tokio-stream"
 4685   4690   
version = "0.1.18"
 4686   4691   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4687   4692   
checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
 4688   4693   
dependencies = [
 4689   4694   
 "futures-core",
@@ -4743,4748 +4803,4808 @@
 4763   4768   
 "tower-layer",
 4764   4769   
 "tower-service",
 4765   4770   
]
 4766   4771   
 4767   4772   
[[package]]
 4768   4773   
name = "tower-http"
 4769   4774   
version = "0.6.8"
 4770   4775   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4771   4776   
checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
 4772   4777   
dependencies = [
 4773         -
 "bitflags 2.11.0",
        4778  +
 "bitflags 2.11.1",
 4774   4779   
 "bytes",
 4775   4780   
 "http 1.4.0",
 4776   4781   
 "http-body 1.0.1",
 4777   4782   
 "pin-project-lite",
 4778   4783   
 "tokio",
 4779   4784   
 "tower-layer",
 4780   4785   
 "tower-service",
 4781   4786   
]
 4782   4787   
 4783   4788   
[[package]]
@@ -4967,4972 +5027,5032 @@
 4987   4992   
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
 4988   4993   
 4989   4994   
[[package]]
 4990   4995   
name = "uuid"
 4991   4996   
version = "1.23.0"
 4992   4997   
source = "registry+https://github.com/rust-lang/crates.io-index"
 4993   4998   
checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9"
 4994   4999   
dependencies = [
 4995   5000   
 "getrandom 0.4.2",
 4996   5001   
 "js-sys",
 4997         -
 "rand 0.10.0",
        5002  +
 "rand 0.10.1",
 4998   5003   
 "wasm-bindgen",
 4999   5004   
]
 5000   5005   
 5001   5006   
[[package]]
 5002   5007   
name = "valuable"
 5003   5008   
version = "0.1.1"
 5004   5009   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5005   5010   
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
 5006   5011   
 5007   5012   
[[package]]
@@ -5055,5060 +5206,5211 @@
 5075   5080   
name = "wasip3"
 5076   5081   
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
 5077   5082   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5078   5083   
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
 5079   5084   
dependencies = [
 5080   5085   
 "wit-bindgen",
 5081   5086   
]
 5082   5087   
 5083   5088   
[[package]]
 5084   5089   
name = "wasm-bindgen"
 5085         -
version = "0.2.117"
        5090  +
version = "0.2.118"
 5086   5091   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5087         -
checksum = "0551fc1bb415591e3372d0bc4780db7e587d84e2a7e79da121051c5c4b89d0b0"
        5092  +
checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89"
 5088   5093   
dependencies = [
 5089   5094   
 "cfg-if",
 5090   5095   
 "once_cell",
 5091   5096   
 "rustversion",
 5092   5097   
 "wasm-bindgen-macro",
 5093   5098   
 "wasm-bindgen-shared",
 5094   5099   
]
 5095   5100   
 5096   5101   
[[package]]
 5097   5102   
name = "wasm-bindgen-futures"
 5098         -
version = "0.4.67"
        5103  +
version = "0.4.68"
 5099   5104   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5100         -
checksum = "03623de6905b7206edd0a75f69f747f134b7f0a2323392d664448bf2d3c5d87e"
        5105  +
checksum = "f371d383f2fb139252e0bfac3b81b265689bf45b6874af544ffa4c975ac1ebf8"
 5101   5106   
dependencies = [
 5102   5107   
 "js-sys",
 5103   5108   
 "wasm-bindgen",
 5104   5109   
]
 5105   5110   
 5106   5111   
[[package]]
 5107   5112   
name = "wasm-bindgen-macro"
 5108         -
version = "0.2.117"
        5113  +
version = "0.2.118"
 5109   5114   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5110         -
checksum = "7fbdf9a35adf44786aecd5ff89b4563a90325f9da0923236f6104e603c7e86be"
        5115  +
checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed"
 5111   5116   
dependencies = [
 5112   5117   
 "quote",
 5113   5118   
 "wasm-bindgen-macro-support",
 5114   5119   
]
 5115   5120   
 5116   5121   
[[package]]
 5117   5122   
name = "wasm-bindgen-macro-support"
 5118         -
version = "0.2.117"
        5123  +
version = "0.2.118"
 5119   5124   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5120         -
checksum = "dca9693ef2bab6d4e6707234500350d8dad079eb508dca05530c85dc3a529ff2"
        5125  +
checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904"
 5121   5126   
dependencies = [
 5122   5127   
 "bumpalo",
 5123   5128   
 "proc-macro2",
 5124   5129   
 "quote",
 5125   5130   
 "syn 2.0.117",
 5126   5131   
 "wasm-bindgen-shared",
 5127   5132   
]
 5128   5133   
 5129   5134   
[[package]]
 5130   5135   
name = "wasm-bindgen-shared"
 5131         -
version = "0.2.117"
        5136  +
version = "0.2.118"
 5132   5137   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5133         -
checksum = "39129a682a6d2d841b6c429d0c51e5cb0ed1a03829d8b3d1e69a011e62cb3d3b"
        5138  +
checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129"
 5134   5139   
dependencies = [
 5135   5140   
 "unicode-ident",
 5136   5141   
]
 5137   5142   
 5138   5143   
[[package]]
 5139   5144   
name = "wasm-encoder"
 5140   5145   
version = "0.244.0"
 5141   5146   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5142   5147   
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
 5143   5148   
dependencies = [
 5144   5149   
 "leb128fmt",
 5145   5150   
 "wasmparser",
 5146   5151   
]
 5147   5152   
 5148   5153   
[[package]]
 5149   5154   
name = "wasm-metadata"
 5150   5155   
version = "0.244.0"
 5151   5156   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5152   5157   
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
 5153   5158   
dependencies = [
 5154   5159   
 "anyhow",
 5155         -
 "indexmap 2.13.1",
        5160  +
 "indexmap 2.14.0",
 5156   5161   
 "wasm-encoder",
 5157   5162   
 "wasmparser",
 5158   5163   
]
 5159   5164   
 5160   5165   
[[package]]
 5161   5166   
name = "wasmparser"
 5162   5167   
version = "0.244.0"
 5163   5168   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5164   5169   
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
 5165   5170   
dependencies = [
 5166         -
 "bitflags 2.11.0",
        5171  +
 "bitflags 2.11.1",
 5167   5172   
 "hashbrown 0.15.5",
 5168         -
 "indexmap 2.13.1",
        5173  +
 "indexmap 2.14.0",
 5169   5174   
 "semver",
 5170   5175   
]
 5171   5176   
 5172   5177   
[[package]]
 5173   5178   
name = "web-sys"
 5174         -
version = "0.3.94"
        5179  +
version = "0.3.95"
 5175   5180   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5176         -
checksum = "cd70027e39b12f0849461e08ffc50b9cd7688d942c1c8e3c7b22273236b4dd0a"
        5181  +
checksum = "4f2dfbb17949fa2088e5d39408c48368947b86f7834484e87b73de55bc14d97d"
 5177   5182   
dependencies = [
 5178   5183   
 "js-sys",
 5179   5184   
 "wasm-bindgen",
 5180   5185   
]
 5181   5186   
 5182   5187   
[[package]]
 5183   5188   
name = "widestring"
 5184   5189   
version = "1.2.1"
 5185   5190   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5186   5191   
checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
@@ -5312,5317 +5487,5492 @@
 5332   5337   
version = "0.52.6"
 5333   5338   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5334   5339   
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
 5335   5340   
 5336   5341   
[[package]]
 5337   5342   
name = "wit-bindgen"
 5338   5343   
version = "0.51.0"
 5339   5344   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5340   5345   
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
 5341   5346   
dependencies = [
 5342         -
 "bitflags 2.11.0",
        5347  +
 "bitflags 2.11.1",
 5343   5348   
 "wit-bindgen-rust-macro",
 5344   5349   
]
 5345   5350   
 5346   5351   
[[package]]
 5347   5352   
name = "wit-bindgen-core"
 5348   5353   
version = "0.51.0"
 5349   5354   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5350   5355   
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
 5351   5356   
dependencies = [
 5352   5357   
 "anyhow",
 5353   5358   
 "heck 0.5.0",
 5354   5359   
 "wit-parser",
 5355   5360   
]
 5356   5361   
 5357   5362   
[[package]]
 5358   5363   
name = "wit-bindgen-rust"
 5359   5364   
version = "0.51.0"
 5360   5365   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5361   5366   
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
 5362   5367   
dependencies = [
 5363   5368   
 "anyhow",
 5364   5369   
 "heck 0.5.0",
 5365         -
 "indexmap 2.13.1",
        5370  +
 "indexmap 2.14.0",
 5366   5371   
 "prettyplease",
 5367   5372   
 "syn 2.0.117",
 5368   5373   
 "wasm-metadata",
 5369   5374   
 "wit-bindgen-core",
 5370   5375   
 "wit-component",
 5371   5376   
]
 5372   5377   
 5373   5378   
[[package]]
 5374   5379   
name = "wit-bindgen-rust-macro"
 5375   5380   
version = "0.51.0"
 5376   5381   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5377   5382   
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
 5378   5383   
dependencies = [
 5379   5384   
 "anyhow",
 5380   5385   
 "prettyplease",
 5381   5386   
 "proc-macro2",
 5382   5387   
 "quote",
 5383   5388   
 "syn 2.0.117",
 5384   5389   
 "wit-bindgen-core",
 5385   5390   
 "wit-bindgen-rust",
 5386   5391   
]
 5387   5392   
 5388   5393   
[[package]]
 5389   5394   
name = "wit-component"
 5390   5395   
version = "0.244.0"
 5391   5396   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5392   5397   
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
 5393   5398   
dependencies = [
 5394   5399   
 "anyhow",
 5395         -
 "bitflags 2.11.0",
 5396         -
 "indexmap 2.13.1",
        5400  +
 "bitflags 2.11.1",
        5401  +
 "indexmap 2.14.0",
 5397   5402   
 "log",
 5398   5403   
 "serde",
 5399   5404   
 "serde_derive",
 5400   5405   
 "serde_json",
 5401   5406   
 "wasm-encoder",
 5402   5407   
 "wasm-metadata",
 5403   5408   
 "wasmparser",
 5404   5409   
 "wit-parser",
 5405   5410   
]
 5406   5411   
 5407   5412   
[[package]]
 5408   5413   
name = "wit-parser"
 5409   5414   
version = "0.244.0"
 5410   5415   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5411   5416   
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
 5412   5417   
dependencies = [
 5413   5418   
 "anyhow",
 5414   5419   
 "id-arena",
 5415         -
 "indexmap 2.13.1",
        5420  +
 "indexmap 2.14.0",
 5416   5421   
 "log",
 5417   5422   
 "semver",
 5418   5423   
 "serde",
 5419   5424   
 "serde_derive",
 5420   5425   
 "serde_json",
 5421   5426   
 "unicode-xid",
 5422   5427   
 "wasmparser",
 5423   5428   
]
 5424   5429   
 5425   5430   
[[package]]
 5426   5431   
name = "writeable"
 5427   5432   
version = "0.6.3"
 5428   5433   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5429   5434   
checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
 5430   5435   
 5431   5436   
[[package]]
 5432   5437   
name = "wstd"
 5433         -
version = "0.6.6"
        5438  +
version = "0.6.5"
 5434   5439   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5435         -
checksum = "0903606f1acdecad11576768ecc61ce215d6848652ac16c0e4592bb265e4200e"
        5440  +
checksum = "f743611ee524c2416bc1513157eb3235ca24f4270d1b3ab19f93676fcff21398"
 5436   5441   
dependencies = [
 5437   5442   
 "anyhow",
 5438   5443   
 "async-task",
 5439   5444   
 "bytes",
 5440   5445   
 "futures-lite 1.13.0",
 5441   5446   
 "http 1.4.0",
 5442   5447   
 "http-body 1.0.1",
 5443   5448   
 "http-body-util",
 5444   5449   
 "itoa",
 5445   5450   
 "pin-project-lite",
 5446   5451   
 "serde",
 5447   5452   
 "serde_json",
 5448   5453   
 "slab",
 5449   5454   
 "wasip2",
 5450   5455   
 "wstd-macro",
 5451   5456   
]
 5452   5457   
 5453   5458   
[[package]]
 5454   5459   
name = "wstd-macro"
 5455         -
version = "0.6.6"
        5460  +
version = "0.6.5"
 5456   5461   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5457         -
checksum = "d6a9df01a7fb39fbe7e9b5ef76f586f06425dd6f2be350de4781936f72f9899d"
        5462  +
checksum = "b5db5d13d6e3f2b180b04be8ff8d5c35b37d5621d3e2d0aa85ab99adf817a780"
 5458   5463   
dependencies = [
 5459   5464   
 "quote",
 5460   5465   
 "syn 2.0.117",
 5461   5466   
]
 5462   5467   
 5463   5468   
[[package]]
 5464   5469   
name = "xmlparser"
 5465   5470   
version = "0.13.6"
 5466   5471   
source = "registry+https://github.com/rust-lang/crates.io-index"
 5467   5472   
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"