rev. 708950bbb3d8c66d1b6b1e5255413c30ba10950f (ignoring whitespace)
@@ -1,1 +45,45 @@
1 1 | # This file is automatically @generated by Cargo.
|
2 2 | # It is not intended for manual editing.
|
3 3 | version = 4
|
4 4 |
|
5 5 | [[package]]
|
6 6 | name = "adler2"
|
7 7 | version = "2.0.1"
|
8 8 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
9 9 | checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
10 10 |
|
11 11 | [[package]]
|
12 12 | name = "aho-corasick"
|
13 - | version = "1.1.3"
|
13 + | version = "1.1.4"
|
14 14 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
15 - | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
15 + | checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
16 16 | dependencies = [
|
17 17 | "memchr",
|
18 18 | ]
|
19 19 |
|
20 20 | [[package]]
|
21 21 | name = "allocator-api2"
|
22 22 | version = "0.2.21"
|
23 23 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
24 24 | checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
25 25 |
|
26 26 | [[package]]
|
27 27 | name = "anes"
|
28 28 | version = "0.1.6"
|
29 29 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
30 30 | checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
31 31 |
|
32 32 | [[package]]
|
33 33 | name = "anstyle"
|
34 34 | version = "1.0.13"
|
35 35 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
36 36 | checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
|
37 37 |
|
38 38 | [[package]]
|
39 39 | name = "approx"
|
40 40 | version = "0.5.1"
|
41 41 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
42 42 | checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
|
43 43 | dependencies = [
|
44 44 | "num-traits",
|
45 45 | ]
|
@@ -302,302 +362,362 @@
302 302 | name = "async-task"
|
303 303 | version = "4.7.1"
|
304 304 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
305 305 | checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
306 306 |
|
307 307 | [[package]]
|
308 308 | name = "async-trait"
|
309 309 | version = "0.1.89"
|
310 310 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
311 311 | checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
|
312 312 | dependencies = [
|
313 313 | "proc-macro2",
|
314 314 | "quote",
|
315 315 | "syn",
|
316 316 | ]
|
317 317 |
|
318 318 | [[package]]
|
319 319 | name = "atomic-waker"
|
320 320 | version = "1.1.2"
|
321 321 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
322 322 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
323 323 |
|
324 324 | [[package]]
|
325 325 | name = "autocfg"
|
326 326 | version = "1.5.0"
|
327 327 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
328 328 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
329 329 |
|
330 330 | [[package]]
|
331 331 | name = "aws-config"
|
332 - | version = "1.8.9"
|
332 + | version = "1.8.10"
|
333 333 | dependencies = [
|
334 334 | "aws-credential-types",
|
335 335 | "aws-runtime",
|
336 336 | "aws-sdk-sso",
|
337 337 | "aws-sdk-ssooidc",
|
338 338 | "aws-sdk-sts",
|
339 339 | "aws-smithy-async",
|
340 340 | "aws-smithy-http",
|
341 341 | "aws-smithy-http-client",
|
342 342 | "aws-smithy-json",
|
343 343 | "aws-smithy-runtime",
|
344 344 | "aws-smithy-runtime-api",
|
345 345 | "aws-smithy-types",
|
346 346 | "aws-types",
|
347 347 | "bytes",
|
348 348 | "fastrand 2.3.0",
|
349 349 | "futures-util",
|
350 350 | "hex",
|
351 351 | "http 1.3.1",
|
352 352 | "ring",
|
353 353 | "serde",
|
354 354 | "serde_json",
|
355 355 | "time",
|
356 356 | "tokio",
|
357 357 | "tracing",
|
358 358 | "tracing-subscriber",
|
359 359 | "tracing-test",
|
360 360 | "url",
|
361 361 | "zeroize",
|
362 362 | ]
|
@@ -387,387 +447,447 @@
387 387 | "regex",
|
388 388 | ]
|
389 389 |
|
390 390 | [[package]]
|
391 391 | name = "aws-lc-rs"
|
392 392 | version = "1.14.1"
|
393 393 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
394 394 | checksum = "879b6c89592deb404ba4dc0ae6b58ffd1795c78991cbb5b8bc441c48a070440d"
|
395 395 | dependencies = [
|
396 396 | "aws-lc-fips-sys",
|
397 397 | "aws-lc-sys",
|
398 398 | "untrusted 0.7.1",
|
399 399 | "zeroize",
|
400 400 | ]
|
401 401 |
|
402 402 | [[package]]
|
403 403 | name = "aws-lc-sys"
|
404 404 | version = "0.32.3"
|
405 405 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
406 406 | checksum = "107a4e9d9cab9963e04e84bb8dee0e25f2a987f9a8bad5ed054abd439caa8f8c"
|
407 407 | dependencies = [
|
408 408 | "bindgen",
|
409 409 | "cc",
|
410 410 | "cmake",
|
411 411 | "dunce",
|
412 412 | "fs_extra",
|
413 413 | ]
|
414 414 |
|
415 415 | [[package]]
|
416 416 | name = "aws-runtime"
|
417 - | version = "1.5.12"
|
417 + | version = "1.5.13"
|
418 418 | dependencies = [
|
419 419 | "arbitrary",
|
420 420 | "aws-credential-types",
|
421 421 | "aws-sigv4",
|
422 422 | "aws-smithy-async",
|
423 423 | "aws-smithy-eventstream",
|
424 424 | "aws-smithy-http",
|
425 425 | "aws-smithy-protocol-test",
|
426 426 | "aws-smithy-runtime",
|
427 427 | "aws-smithy-runtime-api",
|
428 428 | "aws-smithy-types",
|
429 429 | "aws-types",
|
430 430 | "bytes",
|
431 431 | "bytes-utils",
|
432 432 | "convert_case",
|
433 433 | "fastrand 2.3.0",
|
434 434 | "futures-util",
|
435 435 | "http 0.2.12",
|
436 436 | "http 1.3.1",
|
437 437 | "http-body 0.4.6",
|
438 438 | "http-body 1.0.1",
|
439 439 | "percent-encoding",
|
440 440 | "pin-project-lite",
|
441 441 | "proptest",
|
442 442 | "regex-lite",
|
443 443 | "serde",
|
444 444 | "serde_json",
|
445 445 | "tokio",
|
446 446 | "tracing",
|
447 447 | "tracing-subscriber",
|
@@ -767,767 +854,826 @@
767 767 | [[package]]
|
768 768 | name = "aws-sdk-polly"
|
769 769 | version = "0.0.0-local"
|
770 770 | dependencies = [
|
771 771 | "aws-config",
|
772 772 | "aws-credential-types",
|
773 773 | "aws-runtime",
|
774 774 | "aws-sigv4",
|
775 775 | "aws-smithy-async",
|
776 776 | "aws-smithy-http",
|
777 777 | "aws-smithy-http-client",
|
778 778 | "aws-smithy-json",
|
779 779 | "aws-smithy-protocol-test",
|
780 780 | "aws-smithy-runtime",
|
781 781 | "aws-smithy-runtime-api",
|
782 782 | "aws-smithy-types",
|
783 783 | "aws-types",
|
784 784 | "bytes",
|
785 785 | "fastrand 2.3.0",
|
786 786 | "futures-util",
|
787 787 | "http 0.2.12",
|
788 788 | "http 1.3.1",
|
789 789 | "http-body 1.0.1",
|
790 790 | "regex-lite",
|
791 791 | "serde_json",
|
792 792 | "tokio",
|
793 793 | "tracing",
|
794 794 | "tracing-subscriber",
|
795 795 | ]
|
796 796 |
|
797 - | [[package]]
|
798 - | name = "aws-sdk-qldbsession"
|
799 - | version = "0.0.0-local"
|
800 - | dependencies = [
|
801 - | "aws-config",
|
802 - | "aws-credential-types",
|
803 - | "aws-runtime",
|
804 - | "aws-smithy-async",
|
805 - | "aws-smithy-http",
|
806 - | "aws-smithy-http-client",
|
807 - | "aws-smithy-json",
|
808 - | "aws-smithy-protocol-test",
|
809 - | "aws-smithy-runtime",
|
810 - | "aws-smithy-runtime-api",
|
811 - | "aws-smithy-types",
|
812 - | "aws-types",
|
813 - | "bytes",
|
814 - | "fastrand 2.3.0",
|
815 - | "futures-util",
|
816 - | "http 0.2.12",
|
817 - | "http 1.3.1",
|
818 - | "regex-lite",
|
819 - | "serde_json",
|
820 - | "tokio",
|
821 - | "tracing",
|
822 - | "tracing-subscriber",
|
823 - | ]
|
824 - |
|
825 797 | [[package]]
|
826 798 | name = "aws-sdk-route53"
|
827 799 | version = "0.0.0-local"
|
828 800 | dependencies = [
|
829 801 | "aws-config",
|
830 802 | "aws-credential-types",
|
831 803 | "aws-runtime",
|
832 804 | "aws-smithy-async",
|
833 805 | "aws-smithy-http",
|
834 806 | "aws-smithy-http-client",
|
835 807 | "aws-smithy-json",
|
836 808 | "aws-smithy-runtime",
|
837 809 | "aws-smithy-runtime-api",
|
838 810 | "aws-smithy-types",
|
839 811 | "aws-smithy-xml",
|
840 812 | "aws-types",
|
841 813 | "fastrand 2.3.0",
|
842 814 | "http 0.2.12",
|
843 815 | "pretty_assertions",
|
844 816 | "regex-lite",
|
845 817 | "tokio",
|
846 818 | "tracing",
|
847 819 | "tracing-test",
|
848 820 | ]
|
849 821 |
|
850 822 | [[package]]
|
851 823 | name = "aws-sdk-s3"
|
852 824 | version = "0.0.0-local"
|
853 825 | dependencies = [
|
854 826 | "async-std",
|
@@ -1058,1030 +1225,1197 @@
1058 1030 | "aws-credential-types",
|
1059 1031 | "aws-runtime",
|
1060 1032 | "aws-sigv4",
|
1061 1033 | "aws-smithy-async",
|
1062 1034 | "aws-smithy-eventstream",
|
1063 1035 | "aws-smithy-http",
|
1064 1036 | "aws-smithy-http-client",
|
1065 1037 | "aws-smithy-json",
|
1066 1038 | "aws-smithy-protocol-test",
|
1067 1039 | "aws-smithy-runtime",
|
1068 1040 | "aws-smithy-runtime-api",
|
1069 1041 | "aws-smithy-types",
|
1070 1042 | "aws-types",
|
1071 1043 | "bytes",
|
1072 1044 | "fastrand 2.3.0",
|
1073 1045 | "futures-core",
|
1074 1046 | "futures-util",
|
1075 1047 | "hound",
|
1076 1048 | "http 0.2.12",
|
1077 1049 | "http 1.3.1",
|
1078 1050 | "hyper 0.14.32",
|
1079 1051 | "regex-lite",
|
1080 1052 | "serde_json",
|
1081 1053 | "tokio",
|
1082 1054 | "tracing",
|
1083 1055 | "tracing-subscriber",
|
1084 1056 | ]
|
1085 1057 |
|
1086 1058 | [[package]]
|
1087 1059 | name = "aws-sigv4"
|
1088 - | version = "1.3.5"
|
1060 + | version = "1.3.6"
|
1089 1061 | dependencies = [
|
1090 1062 | "aws-credential-types",
|
1091 1063 | "aws-smithy-eventstream",
|
1092 1064 | "aws-smithy-http",
|
1093 1065 | "aws-smithy-runtime-api",
|
1094 1066 | "aws-smithy-types",
|
1095 1067 | "bytes",
|
1096 1068 | "criterion",
|
1097 1069 | "crypto-bigint 0.5.5",
|
1098 1070 | "form_urlencoded",
|
1099 1071 | "hex",
|
1100 1072 | "hex-literal",
|
1101 1073 | "hmac",
|
1102 1074 | "http 0.2.12",
|
1103 1075 | "http 1.3.1",
|
1104 1076 | "httparse",
|
1105 1077 | "p256",
|
1106 1078 | "percent-encoding",
|
1107 1079 | "pretty_assertions",
|
1108 1080 | "proptest",
|
1109 1081 | "ring",
|
1110 1082 | "serde",
|
1111 1083 | "serde_derive",
|
1112 1084 | "serde_json",
|
1113 1085 | "sha2",
|
1114 1086 | "subtle",
|
1115 1087 | "time",
|
1116 1088 | "tracing",
|
1117 1089 | "zeroize",
|
1118 1090 | ]
|
1119 1091 |
|
1120 1092 | [[package]]
|
1121 1093 | name = "aws-smithy-async"
|
1122 1094 | version = "1.2.6"
|
1123 1095 | dependencies = [
|
1124 1096 | "futures-util",
|
1125 1097 | "pin-project-lite",
|
1126 1098 | "pin-utils",
|
1127 1099 | "tokio",
|
1128 1100 | "tokio-test",
|
1129 1101 | ]
|
1130 1102 |
|
1131 1103 | [[package]]
|
1132 1104 | name = "aws-smithy-cbor"
|
1133 - | version = "0.61.2"
|
1105 + | version = "0.61.3"
|
1134 1106 | dependencies = [
|
1135 1107 | "aws-smithy-types",
|
1136 1108 | "criterion",
|
1137 1109 | "minicbor",
|
1138 1110 | ]
|
1139 1111 |
|
1140 1112 | [[package]]
|
1141 1113 | name = "aws-smithy-checksums"
|
1142 1114 | version = "0.63.10"
|
1143 1115 | dependencies = [
|
1144 1116 | "aws-smithy-http",
|
1145 1117 | "aws-smithy-types",
|
1146 1118 | "bytes",
|
1147 1119 | "bytes-utils",
|
1148 1120 | "crc-fast",
|
1149 1121 | "hex",
|
1150 1122 | "http 0.2.12",
|
1151 1123 | "http-body 0.4.6",
|
1152 1124 | "md-5",
|
1153 1125 | "pin-project-lite",
|
1154 1126 | "pretty_assertions",
|
1155 1127 | "sha1",
|
1156 1128 | "sha2",
|
1157 1129 | "tokio",
|
1158 1130 | "tracing",
|
1159 1131 | "tracing-test",
|
1160 1132 | ]
|
1161 1133 |
|
1162 1134 | [[package]]
|
1163 1135 | name = "aws-smithy-compression"
|
1164 - | version = "0.0.5"
|
1136 + | version = "0.0.6"
|
1165 1137 | dependencies = [
|
1166 1138 | "aws-smithy-runtime-api",
|
1167 1139 | "aws-smithy-types",
|
1168 1140 | "bytes",
|
1169 1141 | "bytes-utils",
|
1170 1142 | "flate2",
|
1171 1143 | "futures-util",
|
1172 1144 | "http 0.2.12",
|
1173 1145 | "http 1.3.1",
|
1174 1146 | "http-body 0.4.6",
|
1175 1147 | "http-body 1.0.1",
|
1176 1148 | "http-body-util",
|
1177 1149 | "pin-project-lite",
|
1178 1150 | "pretty_assertions",
|
1179 1151 | "tokio",
|
1180 1152 | "tracing",
|
1181 1153 | ]
|
1182 1154 |
|
1183 1155 | [[package]]
|
1184 1156 | name = "aws-smithy-dns"
|
1185 - | version = "0.1.3"
|
1157 + | version = "0.1.4"
|
1186 1158 | dependencies = [
|
1187 1159 | "aws-smithy-runtime-api",
|
1188 1160 | "criterion",
|
1189 1161 | "hickory-resolver",
|
1190 1162 | "tokio",
|
1191 1163 | ]
|
1192 1164 |
|
1193 1165 | [[package]]
|
1194 1166 | name = "aws-smithy-eventstream"
|
1195 - | version = "0.60.12"
|
1167 + | version = "0.60.13"
|
1196 1168 | dependencies = [
|
1197 1169 | "arbitrary",
|
1198 1170 | "aws-smithy-types",
|
1199 1171 | "bytes",
|
1200 1172 | "bytes-utils",
|
1201 1173 | "crc32fast",
|
1202 1174 | "criterion",
|
1203 1175 | "derive_arbitrary",
|
1204 1176 | "jemallocator",
|
1205 1177 | "mimalloc",
|
1206 1178 | ]
|
1207 1179 |
|
1208 1180 | [[package]]
|
1209 1181 | name = "aws-smithy-experimental"
|
1210 1182 | version = "0.2.1"
|
1211 1183 |
|
1212 1184 | [[package]]
|
1213 1185 | name = "aws-smithy-http"
|
1214 1186 | version = "0.62.5"
|
1215 1187 | dependencies = [
|
1216 1188 | "async-stream",
|
1217 1189 | "aws-smithy-eventstream",
|
1218 1190 | "aws-smithy-runtime-api",
|
1219 1191 | "aws-smithy-types",
|
1220 1192 | "bytes",
|
1221 1193 | "bytes-utils",
|
1222 1194 | "futures-core",
|
1223 1195 | "futures-util",
|
1224 1196 | "http 0.2.12",
|
1225 1197 | "http 1.3.1",
|
@@ -1231,1203 +1491,1463 @@
1231 1203 | "proptest",
|
1232 1204 | "tokio",
|
1233 1205 | "tracing",
|
1234 1206 | ]
|
1235 1207 |
|
1236 1208 | [[package]]
|
1237 1209 | name = "aws-smithy-http-client"
|
1238 1210 | version = "1.1.4"
|
1239 1211 | dependencies = [
|
1240 1212 | "aws-smithy-async",
|
1241 1213 | "aws-smithy-protocol-test",
|
1242 1214 | "aws-smithy-runtime-api",
|
1243 1215 | "aws-smithy-types",
|
1244 1216 | "base64 0.22.1",
|
1245 1217 | "bytes",
|
1246 1218 | "h2 0.3.27",
|
1247 1219 | "h2 0.4.12",
|
1248 1220 | "http 0.2.12",
|
1249 1221 | "http 1.3.1",
|
1250 1222 | "http-body 0.4.6",
|
1251 1223 | "http-body 1.0.1",
|
1252 1224 | "http-body-util",
|
1253 1225 | "hyper 0.14.32",
|
1254 1226 | "hyper 1.7.0",
|
1255 1227 | "hyper-rustls 0.24.2",
|
1256 1228 | "hyper-rustls 0.27.7",
|
1257 1229 | "hyper-util",
|
1258 1230 | "indexmap",
|
1259 1231 | "pin-project-lite",
|
1260 1232 | "rustls 0.21.12",
|
1261 - | "rustls 0.23.33",
|
1233 + | "rustls 0.23.34",
|
1262 1234 | "rustls-native-certs 0.8.2",
|
1263 1235 | "rustls-pemfile 2.2.0",
|
1264 1236 | "rustls-pki-types",
|
1265 1237 | "s2n-tls",
|
1266 1238 | "s2n-tls-hyper",
|
1267 1239 | "s2n-tls-tokio",
|
1268 1240 | "serde",
|
1269 1241 | "serde_json",
|
1270 1242 | "serial_test",
|
1271 1243 | "tokio",
|
1272 1244 | "tokio-rustls 0.26.4",
|
1273 1245 | "tower",
|
1274 1246 | "tracing",
|
1275 1247 | ]
|
1276 1248 |
|
1277 1249 | [[package]]
|
1278 1250 | name = "aws-smithy-json"
|
1279 - | version = "0.61.6"
|
1251 + | version = "0.61.7"
|
1280 1252 | dependencies = [
|
1281 1253 | "aws-smithy-types",
|
1282 1254 | "proptest",
|
1283 1255 | "serde_json",
|
1284 1256 | ]
|
1285 1257 |
|
1286 1258 | [[package]]
|
1287 1259 | name = "aws-smithy-mocks"
|
1288 1260 | version = "0.2.0"
|
1289 1261 | dependencies = [
|
1290 1262 | "aws-smithy-async",
|
1291 1263 | "aws-smithy-http-client",
|
1292 1264 | "aws-smithy-runtime",
|
1293 1265 | "aws-smithy-runtime-api",
|
1294 1266 | "aws-smithy-types",
|
1295 1267 | "http 1.3.1",
|
1296 1268 | "tokio",
|
1297 1269 | ]
|
1298 1270 |
|
1299 1271 | [[package]]
|
1300 1272 | name = "aws-smithy-observability"
|
1301 1273 | version = "0.1.4"
|
1302 1274 | dependencies = [
|
1303 1275 | "aws-smithy-runtime-api",
|
1304 1276 | "serial_test",
|
1305 1277 | ]
|
1306 1278 |
|
1307 1279 | [[package]]
|
1308 1280 | name = "aws-smithy-observability-otel"
|
1309 1281 | version = "0.1.2"
|
1310 1282 | dependencies = [
|
1311 1283 | "async-global-executor",
|
1312 1284 | "async-task",
|
1313 1285 | "aws-smithy-observability",
|
1314 1286 | "criterion",
|
1315 1287 | "opentelemetry",
|
1316 1288 | "opentelemetry_sdk",
|
1317 1289 | "stats_alloc",
|
1318 1290 | "tokio",
|
1319 1291 | "value-bag",
|
1320 1292 | ]
|
1321 1293 |
|
1322 1294 | [[package]]
|
1323 1295 | name = "aws-smithy-protocol-test"
|
1324 - | version = "0.63.5"
|
1296 + | version = "0.63.6"
|
1325 1297 | dependencies = [
|
1326 1298 | "assert-json-diff",
|
1327 1299 | "aws-smithy-runtime-api",
|
1328 1300 | "base64-simd",
|
1329 1301 | "cbor-diag",
|
1330 1302 | "ciborium",
|
1331 1303 | "http 0.2.12",
|
1332 1304 | "pretty_assertions",
|
1333 1305 | "regex-lite",
|
1334 1306 | "roxmltree",
|
1335 1307 | "serde_json",
|
1336 1308 | "thiserror 2.0.17",
|
1337 1309 | ]
|
1338 1310 |
|
1339 1311 | [[package]]
|
1340 1312 | name = "aws-smithy-query"
|
1341 1313 | version = "0.60.8"
|
1342 1314 | dependencies = [
|
1343 1315 | "aws-smithy-types",
|
1344 1316 | "urlencoding",
|
1345 1317 | ]
|
1346 1318 |
|
1347 1319 | [[package]]
|
1348 1320 | name = "aws-smithy-runtime"
|
1349 1321 | version = "1.9.4"
|
1350 1322 | dependencies = [
|
1351 1323 | "approx",
|
1352 1324 | "aws-smithy-async",
|
1353 1325 | "aws-smithy-http",
|
1354 1326 | "aws-smithy-http-client",
|
1355 1327 | "aws-smithy-observability",
|
1356 1328 | "aws-smithy-runtime-api",
|
1357 1329 | "aws-smithy-types",
|
1358 1330 | "bytes",
|
1359 1331 | "fastrand 2.3.0",
|
1360 1332 | "futures-util",
|
1361 1333 | "http 0.2.12",
|
1362 1334 | "http 1.3.1",
|
1363 1335 | "http-body 0.4.6",
|
1364 1336 | "http-body 1.0.1",
|
1365 1337 | "hyper 0.14.32",
|
1366 1338 | "pin-project-lite",
|
1367 1339 | "pin-utils",
|
1368 1340 | "pretty_assertions",
|
1369 1341 | "tokio",
|
1370 1342 | "tracing",
|
1371 1343 | "tracing-subscriber",
|
1372 1344 | "tracing-test",
|
1373 1345 | ]
|
1374 1346 |
|
1375 1347 | [[package]]
|
1376 1348 | name = "aws-smithy-runtime-api"
|
1377 - | version = "1.9.1"
|
1349 + | version = "1.9.2"
|
1378 1350 | dependencies = [
|
1379 1351 | "aws-smithy-async",
|
1380 1352 | "aws-smithy-types",
|
1381 1353 | "bytes",
|
1382 1354 | "http 0.2.12",
|
1383 1355 | "http 1.3.1",
|
1384 1356 | "pin-project-lite",
|
1385 1357 | "proptest",
|
1386 1358 | "tokio",
|
1387 1359 | "tracing",
|
1388 1360 | "zeroize",
|
1389 1361 | ]
|
1390 1362 |
|
1391 1363 | [[package]]
|
1392 1364 | name = "aws-smithy-types"
|
1393 - | version = "1.3.3"
|
1365 + | version = "1.3.4"
|
1394 1366 | dependencies = [
|
1395 1367 | "base64 0.13.1",
|
1396 1368 | "base64-simd",
|
1397 1369 | "bytes",
|
1398 1370 | "bytes-utils",
|
1399 1371 | "ciborium",
|
1400 1372 | "criterion",
|
1401 1373 | "futures-core",
|
1402 1374 | "http 0.2.12",
|
1403 1375 | "http 1.3.1",
|
1404 1376 | "http-body 0.4.6",
|
1405 1377 | "http-body 1.0.1",
|
1406 1378 | "http-body-util",
|
1407 1379 | "hyper 0.14.32",
|
1408 1380 | "itoa",
|
1409 1381 | "lazy_static",
|
1410 1382 | "num-integer",
|
1411 1383 | "pin-project-lite",
|
1412 1384 | "pin-utils",
|
1413 1385 | "proptest",
|
1414 1386 | "rand 0.8.5",
|
1415 1387 | "ryu",
|
1416 1388 | "serde",
|
1417 1389 | "serde_json",
|
1418 1390 | "tempfile",
|
1419 1391 | "time",
|
1420 1392 | "tokio",
|
1421 1393 | "tokio-stream",
|
1422 1394 | "tokio-util",
|
1423 1395 | ]
|
1424 1396 |
|
1425 1397 | [[package]]
|
1426 1398 | name = "aws-smithy-types-convert"
|
1427 1399 | version = "0.60.10"
|
1428 1400 | dependencies = [
|
1429 1401 | "aws-smithy-async",
|
1430 1402 | "aws-smithy-types",
|
1431 1403 | "chrono",
|
1432 1404 | "futures-core",
|
1433 1405 | "time",
|
1434 1406 | ]
|
1435 1407 |
|
1436 1408 | [[package]]
|
1437 1409 | name = "aws-smithy-wasm"
|
1438 1410 | version = "0.1.5"
|
1439 1411 | dependencies = [
|
1440 1412 | "aws-smithy-http",
|
1441 1413 | "aws-smithy-runtime-api",
|
1442 1414 | "aws-smithy-types",
|
1443 1415 | "bytes",
|
1444 1416 | "http 1.3.1",
|
1445 1417 | "tracing",
|
1446 1418 | "wasi 0.12.1+wasi-0.2.0",
|
1447 1419 | ]
|
1448 1420 |
|
1449 1421 | [[package]]
|
1450 1422 | name = "aws-smithy-xml"
|
1451 - | version = "0.60.11"
|
1423 + | version = "0.60.12"
|
1452 1424 | dependencies = [
|
1453 1425 | "aws-smithy-protocol-test",
|
1454 1426 | "base64 0.13.1",
|
1455 1427 | "proptest",
|
1456 1428 | "xmlparser",
|
1457 1429 | ]
|
1458 1430 |
|
1459 1431 | [[package]]
|
1460 1432 | name = "aws-types"
|
1461 - | version = "1.3.9"
|
1433 + | version = "1.3.10"
|
1462 1434 | dependencies = [
|
1463 1435 | "aws-credential-types",
|
1464 1436 | "aws-smithy-async",
|
1465 1437 | "aws-smithy-runtime",
|
1466 1438 | "aws-smithy-runtime-api",
|
1467 1439 | "aws-smithy-types",
|
1468 1440 | "http 0.2.12",
|
1469 1441 | "hyper-rustls 0.24.2",
|
1470 1442 | "rustc_version",
|
1471 1443 | "tempfile",
|
1472 1444 | "tokio",
|
1473 1445 | "tracing",
|
1474 1446 | "tracing-test",
|
1475 1447 | ]
|
1476 1448 |
|
1477 1449 | [[package]]
|
1478 1450 | name = "base16ct"
|
1479 1451 | version = "0.1.1"
|
1480 1452 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1481 1453 | checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
|
1482 1454 |
|
1483 1455 | [[package]]
|
1484 1456 | name = "base64"
|
1485 1457 | version = "0.13.1"
|
1486 1458 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1487 1459 | checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
1488 1460 |
|
1489 1461 | [[package]]
|
1490 1462 | name = "base64"
|
1491 1463 | version = "0.21.7"
|
@@ -1620,1592 +1682,1654 @@
1620 1592 | "either",
|
1621 1593 | ]
|
1622 1594 |
|
1623 1595 | [[package]]
|
1624 1596 | name = "cast"
|
1625 1597 | version = "0.3.0"
|
1626 1598 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1627 1599 | checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
1628 1600 |
|
1629 1601 | [[package]]
|
1630 1602 | name = "cbor-diag"
|
1631 1603 | version = "0.1.12"
|
1632 1604 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1633 1605 | checksum = "dc245b6ecd09b23901a4fbad1ad975701fd5061ceaef6afa93a2d70605a64429"
|
1634 1606 | dependencies = [
|
1635 1607 | "bs58",
|
1636 1608 | "chrono",
|
1637 1609 | "data-encoding",
|
1638 1610 | "half",
|
1639 1611 | "nom",
|
1640 1612 | "num-bigint",
|
1641 1613 | "num-rational",
|
1642 1614 | "num-traits",
|
1643 1615 | "separator",
|
1644 1616 | "url",
|
1645 1617 | "uuid",
|
1646 1618 | ]
|
1647 1619 |
|
1648 1620 | [[package]]
|
1649 1621 | name = "cc"
|
1650 - | version = "1.2.41"
|
1622 + | version = "1.2.43"
|
1651 1623 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1652 - | checksum = "ac9fe6cdbb24b6ade63616c0a0688e45bb56732262c158df3c0c4bea4ca47cb7"
|
1624 + | checksum = "739eb0f94557554b3ca9a86d2d37bebd49c5e6d0c1d2bda35ba5bdac830befc2"
|
1653 1625 | dependencies = [
|
1654 1626 | "find-msvc-tools",
|
1655 1627 | "jobserver",
|
1656 1628 | "libc",
|
1657 1629 | "shlex",
|
1658 1630 | ]
|
1659 1631 |
|
1660 1632 | [[package]]
|
1661 1633 | name = "cexpr"
|
1662 1634 | version = "0.6.0"
|
1663 1635 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1664 1636 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
1665 1637 | dependencies = [
|
1666 1638 | "nom",
|
1667 1639 | ]
|
1668 1640 |
|
1669 1641 | [[package]]
|
1670 1642 | name = "cfg-if"
|
1671 1643 | version = "1.0.4"
|
1672 1644 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1673 1645 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
1674 1646 |
|
1675 1647 | [[package]]
|
1676 1648 | name = "chrono"
|
1677 1649 | version = "0.4.42"
|
1678 1650 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1679 1651 | checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
|
1680 1652 | dependencies = [
|
1681 1653 | "num-traits",
|
1682 1654 | ]
|
@@ -1956,1928 +2018,1990 @@
1956 1928 | ]
|
1957 1929 |
|
1958 1930 | [[package]]
|
1959 1931 | name = "crypto-common"
|
1960 1932 | version = "0.1.6"
|
1961 1933 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1962 1934 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
1963 1935 | dependencies = [
|
1964 1936 | "generic-array",
|
1965 1937 | "typenum",
|
1966 1938 | ]
|
1967 1939 |
|
1968 1940 | [[package]]
|
1969 1941 | name = "data-encoding"
|
1970 1942 | version = "2.9.0"
|
1971 1943 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1972 1944 | checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
|
1973 1945 |
|
1974 1946 | [[package]]
|
1975 1947 | name = "der"
|
1976 1948 | version = "0.6.1"
|
1977 1949 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1978 1950 | checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
|
1979 1951 | dependencies = [
|
1980 1952 | "const-oid",
|
1981 1953 | "zeroize",
|
1982 1954 | ]
|
1983 1955 |
|
1984 1956 | [[package]]
|
1985 1957 | name = "deranged"
|
1986 - | version = "0.5.4"
|
1958 + | version = "0.5.5"
|
1987 1959 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1988 - | checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
|
1960 + | checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
|
1989 1961 | dependencies = [
|
1990 1962 | "powerfmt",
|
1991 1963 | ]
|
1992 1964 |
|
1993 1965 | [[package]]
|
1994 1966 | name = "derive_arbitrary"
|
1995 1967 | version = "1.4.2"
|
1996 1968 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1997 1969 | checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
|
1998 1970 | dependencies = [
|
1999 1971 | "proc-macro2",
|
2000 1972 | "quote",
|
2001 1973 | "syn",
|
2002 1974 | ]
|
2003 1975 |
|
2004 1976 | [[package]]
|
2005 1977 | name = "diff"
|
2006 1978 | version = "0.1.13"
|
2007 1979 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2008 1980 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
2009 1981 |
|
2010 1982 | [[package]]
|
2011 1983 | name = "digest"
|
2012 1984 | version = "0.10.7"
|
2013 1985 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014 1986 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2015 1987 | dependencies = [
|
2016 1988 | "block-buffer",
|
2017 1989 | "crypto-common",
|
2018 1990 | "subtle",
|
@@ -2145,2117 +2207,2179 @@
2145 2117 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2146 2118 | checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2147 2119 | dependencies = [
|
2148 2120 | "instant",
|
2149 2121 | ]
|
2150 2122 |
|
2151 2123 | [[package]]
|
2152 2124 | name = "fastrand"
|
2153 2125 | version = "2.3.0"
|
2154 2126 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2155 2127 | checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
2156 2128 |
|
2157 2129 | [[package]]
|
2158 2130 | name = "ff"
|
2159 2131 | version = "0.12.1"
|
2160 2132 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2161 2133 | checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
|
2162 2134 | dependencies = [
|
2163 2135 | "rand_core 0.6.4",
|
2164 2136 | "subtle",
|
2165 2137 | ]
|
2166 2138 |
|
2167 2139 | [[package]]
|
2168 2140 | name = "find-msvc-tools"
|
2169 2141 | version = "0.1.4"
|
2170 2142 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2171 2143 | checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
|
2172 2144 |
|
2173 2145 | [[package]]
|
2174 2146 | name = "flate2"
|
2175 - | version = "1.1.4"
|
2147 + | version = "1.1.5"
|
2176 2148 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2177 - | checksum = "dc5a4e564e38c699f2880d3fda590bedc2e69f3f84cd48b457bd892ce61d0aa9"
|
2149 + | checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
|
2178 2150 | dependencies = [
|
2179 2151 | "crc32fast",
|
2180 2152 | "miniz_oxide",
|
2181 2153 | ]
|
2182 2154 |
|
2183 2155 | [[package]]
|
2184 2156 | name = "fnv"
|
2185 2157 | version = "1.0.7"
|
2186 2158 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2187 2159 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2188 2160 |
|
2189 2161 | [[package]]
|
2190 2162 | name = "foldhash"
|
2191 2163 | version = "0.1.5"
|
2192 2164 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2193 2165 | checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
2194 2166 |
|
2195 2167 | [[package]]
|
2196 2168 | name = "form_urlencoded"
|
2197 2169 | version = "1.2.2"
|
2198 2170 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2199 2171 | checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
2200 2172 | dependencies = [
|
2201 2173 | "percent-encoding",
|
2202 2174 | ]
|
2203 2175 |
|
2204 2176 | [[package]]
|
2205 2177 | name = "fs_extra"
|
2206 2178 | version = "1.3.0"
|
2207 2179 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -2671,2643 +2843,2810 @@
2671 2643 | "tokio",
|
2672 2644 | "want",
|
2673 2645 | ]
|
2674 2646 |
|
2675 2647 | [[package]]
|
2676 2648 | name = "hyper-rustls"
|
2677 2649 | version = "0.24.2"
|
2678 2650 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2679 2651 | checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
2680 2652 | dependencies = [
|
2681 2653 | "futures-util",
|
2682 2654 | "http 0.2.12",
|
2683 2655 | "hyper 0.14.32",
|
2684 2656 | "log",
|
2685 2657 | "rustls 0.21.12",
|
2686 2658 | "rustls-native-certs 0.6.3",
|
2687 2659 | "tokio",
|
2688 2660 | "tokio-rustls 0.24.1",
|
2689 2661 | "webpki-roots",
|
2690 2662 | ]
|
2691 2663 |
|
2692 2664 | [[package]]
|
2693 2665 | name = "hyper-rustls"
|
2694 2666 | version = "0.27.7"
|
2695 2667 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2696 2668 | checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
|
2697 2669 | dependencies = [
|
2698 2670 | "http 1.3.1",
|
2699 2671 | "hyper 1.7.0",
|
2700 2672 | "hyper-util",
|
2701 - | "rustls 0.23.33",
|
2673 + | "rustls 0.23.34",
|
2702 2674 | "rustls-native-certs 0.8.2",
|
2703 2675 | "rustls-pki-types",
|
2704 2676 | "tokio",
|
2705 2677 | "tokio-rustls 0.26.4",
|
2706 2678 | "tower-service",
|
2707 2679 | ]
|
2708 2680 |
|
2709 2681 | [[package]]
|
2710 2682 | name = "hyper-util"
|
2711 2683 | version = "0.1.17"
|
2712 2684 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2713 2685 | checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
|
2714 2686 | dependencies = [
|
2715 2687 | "base64 0.22.1",
|
2716 2688 | "bytes",
|
2717 2689 | "futures-channel",
|
2718 2690 | "futures-core",
|
2719 2691 | "futures-util",
|
2720 2692 | "http 1.3.1",
|
2721 2693 | "http-body 1.0.1",
|
2722 2694 | "hyper 1.7.0",
|
2723 2695 | "ipnet",
|
2724 2696 | "libc",
|
2725 2697 | "percent-encoding",
|
2726 2698 | "pin-project-lite",
|
2727 2699 | "socket2 0.6.1",
|
2728 2700 | "system-configuration",
|
2729 2701 | "tokio",
|
2730 2702 | "tower-service",
|
2731 2703 | "tracing",
|
2732 2704 | "windows-registry",
|
2733 2705 | ]
|
2734 2706 |
|
2735 2707 | [[package]]
|
2736 2708 | name = "icu_collections"
|
2737 - | version = "2.0.0"
|
2709 + | version = "2.1.1"
|
2738 2710 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2739 - | checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
|
2711 + | checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
|
2740 2712 | dependencies = [
|
2741 2713 | "displaydoc",
|
2742 2714 | "potential_utf",
|
2743 2715 | "yoke",
|
2744 2716 | "zerofrom",
|
2745 2717 | "zerovec",
|
2746 2718 | ]
|
2747 2719 |
|
2748 2720 | [[package]]
|
2749 2721 | name = "icu_locale_core"
|
2750 - | version = "2.0.0"
|
2722 + | version = "2.1.1"
|
2751 2723 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2752 - | checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
|
2724 + | checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
|
2753 2725 | dependencies = [
|
2754 2726 | "displaydoc",
|
2755 2727 | "litemap",
|
2756 2728 | "tinystr",
|
2757 2729 | "writeable",
|
2758 2730 | "zerovec",
|
2759 2731 | ]
|
2760 2732 |
|
2761 2733 | [[package]]
|
2762 2734 | name = "icu_normalizer"
|
2763 - | version = "2.0.0"
|
2735 + | version = "2.1.1"
|
2764 2736 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2765 - | checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
|
2737 + | checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
|
2766 2738 | dependencies = [
|
2767 - | "displaydoc",
|
2768 2739 | "icu_collections",
|
2769 2740 | "icu_normalizer_data",
|
2770 2741 | "icu_properties",
|
2771 2742 | "icu_provider",
|
2772 2743 | "smallvec",
|
2773 2744 | "zerovec",
|
2774 2745 | ]
|
2775 2746 |
|
2776 2747 | [[package]]
|
2777 2748 | name = "icu_normalizer_data"
|
2778 - | version = "2.0.0"
|
2749 + | version = "2.1.1"
|
2779 2750 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2780 - | checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
|
2751 + | checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
|
2781 2752 |
|
2782 2753 | [[package]]
|
2783 2754 | name = "icu_properties"
|
2784 - | version = "2.0.1"
|
2755 + | version = "2.1.1"
|
2785 2756 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2786 - | checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
|
2757 + | checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99"
|
2787 2758 | dependencies = [
|
2788 - | "displaydoc",
|
2789 2759 | "icu_collections",
|
2790 2760 | "icu_locale_core",
|
2791 2761 | "icu_properties_data",
|
2792 2762 | "icu_provider",
|
2793 - | "potential_utf",
|
2794 2763 | "zerotrie",
|
2795 2764 | "zerovec",
|
2796 2765 | ]
|
2797 2766 |
|
2798 2767 | [[package]]
|
2799 2768 | name = "icu_properties_data"
|
2800 - | version = "2.0.1"
|
2769 + | version = "2.1.1"
|
2801 2770 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2802 - | checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
|
2771 + | checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899"
|
2803 2772 |
|
2804 2773 | [[package]]
|
2805 2774 | name = "icu_provider"
|
2806 - | version = "2.0.0"
|
2775 + | version = "2.1.1"
|
2807 2776 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2808 - | checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
|
2777 + | checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
|
2809 2778 | dependencies = [
|
2810 2779 | "displaydoc",
|
2811 2780 | "icu_locale_core",
|
2812 - | "stable_deref_trait",
|
2813 - | "tinystr",
|
2814 2781 | "writeable",
|
2815 2782 | "yoke",
|
2816 2783 | "zerofrom",
|
2817 2784 | "zerotrie",
|
2818 2785 | "zerovec",
|
2819 2786 | ]
|
2820 2787 |
|
2821 2788 | [[package]]
|
2822 2789 | name = "idna"
|
2823 2790 | version = "1.1.0"
|
2824 2791 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2825 2792 | checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
|
2826 2793 | dependencies = [
|
2827 2794 | "idna_adapter",
|
2828 2795 | "smallvec",
|
2829 2796 | "utf8_iter",
|
2830 2797 | ]
|
2831 2798 |
|
2832 2799 | [[package]]
|
2833 2800 | name = "idna_adapter"
|
2834 2801 | version = "1.2.1"
|
2835 2802 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2836 2803 | checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
2837 2804 | dependencies = [
|
2838 2805 | "icu_normalizer",
|
2839 2806 | "icu_properties",
|
2840 2807 | ]
|
2841 2808 |
|
2842 2809 | [[package]]
|
2843 2810 | name = "indexmap"
|
@@ -2864,2831 +2991,2958 @@
2864 2831 | name = "io-lifetimes"
|
2865 2832 | version = "1.0.11"
|
2866 2833 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2867 2834 | checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
2868 2835 | dependencies = [
|
2869 2836 | "hermit-abi 0.3.9",
|
2870 2837 | "libc",
|
2871 2838 | "windows-sys 0.48.0",
|
2872 2839 | ]
|
2873 2840 |
|
2874 2841 | [[package]]
|
2875 2842 | name = "ipconfig"
|
2876 2843 | version = "0.3.2"
|
2877 2844 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2878 2845 | checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
|
2879 2846 | dependencies = [
|
2880 2847 | "socket2 0.5.10",
|
2881 2848 | "widestring",
|
2882 2849 | "windows-sys 0.48.0",
|
2883 2850 | "winreg",
|
2884 2851 | ]
|
2885 2852 |
|
2886 2853 | [[package]]
|
2887 2854 | name = "ipnet"
|
2888 2855 | version = "2.11.0"
|
2889 2856 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2890 2857 | checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
2891 2858 |
|
2892 2859 | [[package]]
|
2893 2860 | name = "is-terminal"
|
2894 - | version = "0.4.16"
|
2861 + | version = "0.4.17"
|
2895 2862 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2896 - | checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
|
2863 + | checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
|
2897 2864 | dependencies = [
|
2898 2865 | "hermit-abi 0.5.2",
|
2899 2866 | "libc",
|
2900 - | "windows-sys 0.59.0",
|
2867 + | "windows-sys 0.61.2",
|
2901 2868 | ]
|
2902 2869 |
|
2903 2870 | [[package]]
|
2904 2871 | name = "itertools"
|
2905 2872 | version = "0.10.5"
|
2906 2873 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2907 2874 | checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2908 2875 | dependencies = [
|
2909 2876 | "either",
|
2910 2877 | ]
|
2911 2878 |
|
2912 2879 | [[package]]
|
2913 2880 | name = "itertools"
|
2914 2881 | version = "0.13.0"
|
2915 2882 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2916 2883 | checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
2917 2884 | dependencies = [
|
2918 2885 | "either",
|
2919 2886 | ]
|
2920 2887 |
|
2921 2888 | [[package]]
|
2922 2889 | name = "itoa"
|
2923 2890 | version = "1.0.15"
|
2924 2891 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2925 2892 | checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
2926 2893 |
|
2927 2894 | [[package]]
|
2928 2895 | name = "jemalloc-sys"
|
2929 2896 | version = "0.5.4+5.3.0-patched"
|
2930 2897 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2931 2898 | checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2"
|
2932 2899 | dependencies = [
|
2933 2900 | "cc",
|
2934 2901 | "libc",
|
2935 2902 | ]
|
2936 2903 |
|
2937 2904 | [[package]]
|
2938 2905 | name = "jemallocator"
|
2939 2906 | version = "0.5.4"
|
2940 2907 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2941 2908 | checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc"
|
2942 2909 | dependencies = [
|
2943 2910 | "jemalloc-sys",
|
2944 2911 | "libc",
|
2945 2912 | ]
|
2946 2913 |
|
2947 2914 | [[package]]
|
2948 2915 | name = "jobserver"
|
2949 2916 | version = "0.1.34"
|
2950 2917 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2951 2918 | checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
|
2952 2919 | dependencies = [
|
2953 2920 | "getrandom 0.3.4",
|
2954 2921 | "libc",
|
2955 2922 | ]
|
2956 2923 |
|
2957 2924 | [[package]]
|
2958 2925 | name = "js-sys"
|
2959 - | version = "0.3.81"
|
2926 + | version = "0.3.82"
|
2960 2927 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2961 - | checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
|
2928 + | checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65"
|
2962 2929 | dependencies = [
|
2963 2930 | "once_cell",
|
2964 2931 | "wasm-bindgen",
|
2965 2932 | ]
|
2966 2933 |
|
2967 2934 | [[package]]
|
2968 2935 | name = "kv-log-macro"
|
2969 2936 | version = "1.0.7"
|
2970 2937 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2971 2938 | checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
2972 2939 | dependencies = [
|
2973 2940 | "log",
|
2974 2941 | ]
|
2975 2942 |
|
2976 2943 | [[package]]
|
2977 2944 | name = "lazy_static"
|
2978 2945 | version = "1.5.0"
|
2979 2946 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2980 2947 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2981 2948 |
|
2982 2949 | [[package]]
|
2983 2950 | name = "libc"
|
2984 2951 | version = "0.2.177"
|
2985 2952 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2986 2953 | checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
|
2987 2954 |
|
2988 2955 | [[package]]
|
2989 2956 | name = "libloading"
|
2990 2957 | version = "0.8.9"
|
2991 2958 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -2998,2965 +3060,3027 @@
2998 2965 | [[package]]
|
2999 2966 | name = "libmimalloc-sys"
|
3000 2967 | version = "0.1.44"
|
3001 2968 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3002 2969 | checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
|
3003 2970 | dependencies = [
|
3004 2971 | "cc",
|
3005 2972 | "libc",
|
3006 2973 | ]
|
3007 2974 |
|
3008 2975 | [[package]]
|
3009 2976 | name = "linux-raw-sys"
|
3010 2977 | version = "0.3.8"
|
3011 2978 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3012 2979 | checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
3013 2980 |
|
3014 2981 | [[package]]
|
3015 2982 | name = "linux-raw-sys"
|
3016 2983 | version = "0.4.15"
|
3017 2984 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3018 2985 | checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
3019 2986 |
|
3020 2987 | [[package]]
|
3021 2988 | name = "linux-raw-sys"
|
3022 2989 | version = "0.11.0"
|
3023 2990 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3024 2991 | checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
3025 2992 |
|
3026 2993 | [[package]]
|
3027 2994 | name = "litemap"
|
3028 - | version = "0.8.0"
|
2995 + | version = "0.8.1"
|
3029 2996 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3030 - | checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
|
2997 + | checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
|
3031 2998 |
|
3032 2999 | [[package]]
|
3033 3000 | name = "lock_api"
|
3034 3001 | version = "0.4.14"
|
3035 3002 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3036 3003 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
3037 3004 | dependencies = [
|
3038 3005 | "scopeguard",
|
3039 3006 | ]
|
3040 3007 |
|
3041 3008 | [[package]]
|
3042 3009 | name = "log"
|
3043 3010 | version = "0.4.28"
|
3044 3011 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3045 3012 | checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
|
3046 3013 | dependencies = [
|
3047 3014 | "value-bag",
|
3048 3015 | ]
|
3049 3016 |
|
3050 3017 | [[package]]
|
3051 3018 | name = "lru"
|
3052 3019 | version = "0.12.5"
|
3053 3020 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3054 3021 | checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
|
3055 3022 | dependencies = [
|
3056 3023 | "hashbrown 0.15.5",
|
3057 3024 | ]
|
3058 3025 |
|
3059 3026 | [[package]]
|
3060 3027 | name = "matchers"
|
@@ -3402,3369 +3522,3488 @@
3402 3369 | "cfg-if",
|
3403 3370 | "concurrent-queue",
|
3404 3371 | "libc",
|
3405 3372 | "log",
|
3406 3373 | "pin-project-lite",
|
3407 3374 | "windows-sys 0.48.0",
|
3408 3375 | ]
|
3409 3376 |
|
3410 3377 | [[package]]
|
3411 3378 | name = "polling"
|
3412 3379 | version = "3.11.0"
|
3413 3380 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3414 3381 | checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
|
3415 3382 | dependencies = [
|
3416 3383 | "cfg-if",
|
3417 3384 | "concurrent-queue",
|
3418 3385 | "hermit-abi 0.5.2",
|
3419 3386 | "pin-project-lite",
|
3420 3387 | "rustix 1.1.2",
|
3421 3388 | "windows-sys 0.61.2",
|
3422 3389 | ]
|
3423 3390 |
|
3424 3391 | [[package]]
|
3425 3392 | name = "portable-atomic"
|
3426 3393 | version = "1.11.1"
|
3427 3394 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3428 3395 | checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
|
3429 3396 |
|
3430 3397 | [[package]]
|
3431 3398 | name = "potential_utf"
|
3432 - | version = "0.1.3"
|
3399 + | version = "0.1.4"
|
3433 3400 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3434 - | checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
|
3401 + | checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
|
3435 3402 | dependencies = [
|
3436 3403 | "zerovec",
|
3437 3404 | ]
|
3438 3405 |
|
3439 3406 | [[package]]
|
3440 3407 | name = "powerfmt"
|
3441 3408 | version = "0.2.0"
|
3442 3409 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3443 3410 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
3444 3411 |
|
3445 3412 | [[package]]
|
3446 3413 | name = "ppv-lite86"
|
3447 3414 | version = "0.2.21"
|
3448 3415 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3449 3416 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
3450 3417 | dependencies = [
|
3451 3418 | "zerocopy",
|
3452 3419 | ]
|
3453 3420 |
|
3454 3421 | [[package]]
|
3455 3422 | name = "pretty_assertions"
|
3456 3423 | version = "1.4.1"
|
3457 3424 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3458 3425 | checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
|
3459 3426 | dependencies = [
|
3460 3427 | "diff",
|
3461 3428 | "yansi",
|
3462 3429 | ]
|
3463 3430 |
|
3464 3431 | [[package]]
|
3465 3432 | name = "prettyplease"
|
3466 3433 | version = "0.2.37"
|
3467 3434 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3468 3435 | checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
3469 3436 | dependencies = [
|
3470 3437 | "proc-macro2",
|
3471 3438 | "syn",
|
3472 3439 | ]
|
3473 3440 |
|
3474 3441 | [[package]]
|
3475 3442 | name = "proc-macro2"
|
3476 - | version = "1.0.101"
|
3443 + | version = "1.0.103"
|
3477 3444 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3478 - | checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
|
3445 + | checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
|
3479 3446 | dependencies = [
|
3480 3447 | "unicode-ident",
|
3481 3448 | ]
|
3482 3449 |
|
3483 3450 | [[package]]
|
3484 3451 | name = "proptest"
|
3485 - | version = "1.8.0"
|
3452 + | version = "1.9.0"
|
3486 3453 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3487 - | checksum = "2bb0be07becd10686a0bb407298fb425360a5c44a663774406340c59a22de4ce"
|
3454 + | checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40"
|
3488 3455 | dependencies = [
|
3489 3456 | "bit-set",
|
3490 3457 | "bit-vec",
|
3491 3458 | "bitflags 2.10.0",
|
3492 - | "lazy_static",
|
3493 3459 | "num-traits",
|
3494 3460 | "rand 0.9.2",
|
3495 3461 | "rand_chacha 0.9.0",
|
3496 3462 | "rand_xorshift",
|
3497 3463 | "regex-syntax",
|
3498 3464 | "rusty-fork",
|
3499 3465 | "tempfile",
|
3500 3466 | "unarray",
|
3501 3467 | ]
|
3502 3468 |
|
3503 3469 | [[package]]
|
3504 3470 | name = "quick-error"
|
3505 3471 | version = "1.2.3"
|
3506 3472 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3507 3473 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
3508 3474 |
|
3509 3475 | [[package]]
|
3510 3476 | name = "quote"
|
3511 3477 | version = "1.0.41"
|
3512 3478 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3513 3479 | checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
|
3514 3480 | dependencies = [
|
3515 3481 | "proc-macro2",
|
3516 3482 | ]
|
3517 3483 |
|
3518 3484 | [[package]]
|
3519 3485 | name = "r-efi"
|
3520 3486 | version = "5.3.0"
|
3521 3487 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3522 3488 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
@@ -3735,3701 +3874,3840 @@
3735 3701 | "windows-sys 0.59.0",
|
3736 3702 | ]
|
3737 3703 |
|
3738 3704 | [[package]]
|
3739 3705 | name = "rustix"
|
3740 3706 | version = "1.1.2"
|
3741 3707 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3742 3708 | checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
|
3743 3709 | dependencies = [
|
3744 3710 | "bitflags 2.10.0",
|
3745 3711 | "errno",
|
3746 3712 | "libc",
|
3747 3713 | "linux-raw-sys 0.11.0",
|
3748 3714 | "windows-sys 0.61.2",
|
3749 3715 | ]
|
3750 3716 |
|
3751 3717 | [[package]]
|
3752 3718 | name = "rustls"
|
3753 3719 | version = "0.21.12"
|
3754 3720 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3755 3721 | checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
3756 3722 | dependencies = [
|
3757 3723 | "log",
|
3758 3724 | "ring",
|
3759 3725 | "rustls-webpki 0.101.7",
|
3760 3726 | "sct",
|
3761 3727 | ]
|
3762 3728 |
|
3763 3729 | [[package]]
|
3764 3730 | name = "rustls"
|
3765 - | version = "0.23.33"
|
3731 + | version = "0.23.34"
|
3766 3732 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3767 - | checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
|
3733 + | checksum = "6a9586e9ee2b4f8fab52a0048ca7334d7024eef48e2cb9407e3497bb7cab7fa7"
|
3768 3734 | dependencies = [
|
3769 3735 | "aws-lc-rs",
|
3770 3736 | "log",
|
3771 3737 | "once_cell",
|
3772 3738 | "ring",
|
3773 3739 | "rustls-pki-types",
|
3774 - | "rustls-webpki 0.103.7",
|
3740 + | "rustls-webpki 0.103.8",
|
3775 3741 | "subtle",
|
3776 3742 | "zeroize",
|
3777 3743 | ]
|
3778 3744 |
|
3779 3745 | [[package]]
|
3780 3746 | name = "rustls-native-certs"
|
3781 3747 | version = "0.6.3"
|
3782 3748 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3783 3749 | checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
3784 3750 | dependencies = [
|
3785 3751 | "openssl-probe",
|
3786 3752 | "rustls-pemfile 1.0.4",
|
3787 3753 | "schannel",
|
3788 3754 | "security-framework 2.11.1",
|
3789 3755 | ]
|
3790 3756 |
|
3791 3757 | [[package]]
|
3792 3758 | name = "rustls-native-certs"
|
3793 3759 | version = "0.8.2"
|
3794 3760 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3795 3761 | checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
|
3796 3762 | dependencies = [
|
3797 3763 | "openssl-probe",
|
3798 3764 | "rustls-pki-types",
|
3799 3765 | "schannel",
|
3800 3766 | "security-framework 3.5.1",
|
3801 3767 | ]
|
3802 3768 |
|
3803 3769 | [[package]]
|
3804 3770 | name = "rustls-pemfile"
|
3805 3771 | version = "1.0.4"
|
3806 3772 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3807 3773 | checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
3808 3774 | dependencies = [
|
3809 3775 | "base64 0.21.7",
|
3810 3776 | ]
|
3811 3777 |
|
3812 3778 | [[package]]
|
3813 3779 | name = "rustls-pemfile"
|
3814 3780 | version = "2.2.0"
|
3815 3781 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3816 3782 | checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
3817 3783 | dependencies = [
|
3818 3784 | "rustls-pki-types",
|
3819 3785 | ]
|
3820 3786 |
|
3821 3787 | [[package]]
|
3822 3788 | name = "rustls-pki-types"
|
3823 - | version = "1.12.0"
|
3789 + | version = "1.13.0"
|
3824 3790 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3825 - | checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
|
3791 + | checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a"
|
3826 3792 | dependencies = [
|
3827 3793 | "zeroize",
|
3828 3794 | ]
|
3829 3795 |
|
3830 3796 | [[package]]
|
3831 3797 | name = "rustls-webpki"
|
3832 3798 | version = "0.101.7"
|
3833 3799 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3834 3800 | checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
3835 3801 | dependencies = [
|
3836 3802 | "ring",
|
3837 3803 | "untrusted 0.9.0",
|
3838 3804 | ]
|
3839 3805 |
|
3840 3806 | [[package]]
|
3841 3807 | name = "rustls-webpki"
|
3842 - | version = "0.103.7"
|
3808 + | version = "0.103.8"
|
3843 3809 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3844 - | checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
|
3810 + | checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
|
3845 3811 | dependencies = [
|
3846 3812 | "aws-lc-rs",
|
3847 3813 | "ring",
|
3848 3814 | "rustls-pki-types",
|
3849 3815 | "untrusted 0.9.0",
|
3850 3816 | ]
|
3851 3817 |
|
3852 3818 | [[package]]
|
3853 3819 | name = "rustversion"
|
3854 3820 | version = "1.0.22"
|
3855 3821 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3856 3822 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
3857 3823 |
|
3858 3824 | [[package]]
|
3859 3825 | name = "rusty-fork"
|
3860 3826 | version = "0.3.1"
|
3861 3827 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3862 3828 | checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
|
3863 3829 | dependencies = [
|
3864 3830 | "fnv",
|
3865 3831 | "quick-error",
|
3866 3832 | "tempfile",
|
3867 3833 | "wait-timeout",
|
3868 3834 | ]
|
3869 3835 |
|
3870 3836 | [[package]]
|
3871 3837 | name = "ryu"
|
3872 3838 | version = "1.0.20"
|
3873 3839 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3874 3840 | checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
@@ -4228,4194 +4290,4256 @@
4228 4194 | [[package]]
|
4229 4195 | name = "spki"
|
4230 4196 | version = "0.6.0"
|
4231 4197 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4232 4198 | checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
|
4233 4199 | dependencies = [
|
4234 4200 | "base64ct",
|
4235 4201 | "der",
|
4236 4202 | ]
|
4237 4203 |
|
4238 4204 | [[package]]
|
4239 4205 | name = "stable_deref_trait"
|
4240 4206 | version = "1.2.1"
|
4241 4207 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4242 4208 | checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
4243 4209 |
|
4244 4210 | [[package]]
|
4245 4211 | name = "stats_alloc"
|
4246 4212 | version = "0.1.10"
|
4247 4213 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4248 4214 | checksum = "5c0e04424e733e69714ca1bbb9204c1a57f09f5493439520f9f68c132ad25eec"
|
4249 4215 |
|
4250 4216 | [[package]]
|
4251 4217 | name = "subtle"
|
4252 4218 | version = "2.6.1"
|
4253 4219 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4254 4220 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
4255 4221 |
|
4256 4222 | [[package]]
|
4257 4223 | name = "syn"
|
4258 - | version = "2.0.107"
|
4224 + | version = "2.0.108"
|
4259 4225 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4260 - | checksum = "2a26dbd934e5451d21ef060c018dae56fc073894c5a7896f882928a76e6d081b"
|
4226 + | checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917"
|
4261 4227 | dependencies = [
|
4262 4228 | "proc-macro2",
|
4263 4229 | "quote",
|
4264 4230 | "unicode-ident",
|
4265 4231 | ]
|
4266 4232 |
|
4267 4233 | [[package]]
|
4268 4234 | name = "synstructure"
|
4269 4235 | version = "0.13.2"
|
4270 4236 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4271 4237 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
4272 4238 | dependencies = [
|
4273 4239 | "proc-macro2",
|
4274 4240 | "quote",
|
4275 4241 | "syn",
|
4276 4242 | ]
|
4277 4243 |
|
4278 4244 | [[package]]
|
4279 4245 | name = "system-configuration"
|
4280 4246 | version = "0.6.1"
|
4281 4247 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4282 4248 | checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
4283 4249 | dependencies = [
|
4284 4250 | "bitflags 2.10.0",
|
4285 4251 | "core-foundation 0.9.4",
|
4286 4252 | "system-configuration-sys",
|
4287 4253 | ]
|
4288 4254 |
|
4289 4255 | [[package]]
|
4290 4256 | name = "system-configuration-sys"
|
@@ -4370,4336 +4432,4398 @@
4370 4336 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4371 4337 | checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
|
4372 4338 | dependencies = [
|
4373 4339 | "deranged",
|
4374 4340 | "itoa",
|
4375 4341 | "num-conv",
|
4376 4342 | "powerfmt",
|
4377 4343 | "serde",
|
4378 4344 | "time-core",
|
4379 4345 | "time-macros",
|
4380 4346 | ]
|
4381 4347 |
|
4382 4348 | [[package]]
|
4383 4349 | name = "time-core"
|
4384 4350 | version = "0.1.6"
|
4385 4351 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4386 4352 | checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
|
4387 4353 |
|
4388 4354 | [[package]]
|
4389 4355 | name = "time-macros"
|
4390 4356 | version = "0.2.24"
|
4391 4357 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4392 4358 | checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
|
4393 4359 | dependencies = [
|
4394 4360 | "num-conv",
|
4395 4361 | "time-core",
|
4396 4362 | ]
|
4397 4363 |
|
4398 4364 | [[package]]
|
4399 4365 | name = "tinystr"
|
4400 - | version = "0.8.1"
|
4366 + | version = "0.8.2"
|
4401 4367 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4402 - | checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
|
4368 + | checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
|
4403 4369 | dependencies = [
|
4404 4370 | "displaydoc",
|
4405 4371 | "zerovec",
|
4406 4372 | ]
|
4407 4373 |
|
4408 4374 | [[package]]
|
4409 4375 | name = "tinytemplate"
|
4410 4376 | version = "1.2.1"
|
4411 4377 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4412 4378 | checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
4413 4379 | dependencies = [
|
4414 4380 | "serde",
|
4415 4381 | "serde_json",
|
4416 4382 | ]
|
4417 4383 |
|
4418 4384 | [[package]]
|
4419 4385 | name = "tinyvec"
|
4420 4386 | version = "1.10.0"
|
4421 4387 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4422 4388 | checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
|
4423 4389 | dependencies = [
|
4424 4390 | "tinyvec_macros",
|
4425 4391 | ]
|
4426 4392 |
|
4427 4393 | [[package]]
|
4428 4394 | name = "tinyvec_macros"
|
4429 4395 | version = "0.1.1"
|
4430 4396 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4431 4397 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
4432 4398 |
|
@@ -4447,4413 +4507,4473 @@
4447 4413 | "windows-sys 0.61.2",
|
4448 4414 | ]
|
4449 4415 |
|
4450 4416 | [[package]]
|
4451 4417 | name = "tokio-macros"
|
4452 4418 | version = "2.6.0"
|
4453 4419 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4454 4420 | checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
|
4455 4421 | dependencies = [
|
4456 4422 | "proc-macro2",
|
4457 4423 | "quote",
|
4458 4424 | "syn",
|
4459 4425 | ]
|
4460 4426 |
|
4461 4427 | [[package]]
|
4462 4428 | name = "tokio-rustls"
|
4463 4429 | version = "0.24.1"
|
4464 4430 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4465 4431 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
4466 4432 | dependencies = [
|
4467 4433 | "rustls 0.21.12",
|
4468 4434 | "tokio",
|
4469 4435 | ]
|
4470 4436 |
|
4471 4437 | [[package]]
|
4472 4438 | name = "tokio-rustls"
|
4473 4439 | version = "0.26.4"
|
4474 4440 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4475 4441 | checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
4476 4442 | dependencies = [
|
4477 - | "rustls 0.23.33",
|
4443 + | "rustls 0.23.34",
|
4478 4444 | "tokio",
|
4479 4445 | ]
|
4480 4446 |
|
4481 4447 | [[package]]
|
4482 4448 | name = "tokio-stream"
|
4483 4449 | version = "0.1.17"
|
4484 4450 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4485 4451 | checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
4486 4452 | dependencies = [
|
4487 4453 | "futures-core",
|
4488 4454 | "pin-project-lite",
|
4489 4455 | "tokio",
|
4490 4456 | ]
|
4491 4457 |
|
4492 4458 | [[package]]
|
4493 4459 | name = "tokio-test"
|
4494 4460 | version = "0.4.4"
|
4495 4461 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4496 4462 | checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7"
|
4497 4463 | dependencies = [
|
4498 4464 | "async-stream",
|
4499 4465 | "bytes",
|
4500 4466 | "futures-core",
|
4501 4467 | "tokio",
|
4502 4468 | "tokio-stream",
|
4503 4469 | ]
|
4504 4470 |
|
4505 4471 | [[package]]
|
4506 4472 | name = "tokio-util"
|
4507 4473 | version = "0.7.16"
|
@@ -4778,4744 +4912,4864 @@
4778 4744 | dependencies = [
|
4779 4745 | "try-lock",
|
4780 4746 | ]
|
4781 4747 |
|
4782 4748 | [[package]]
|
4783 4749 | name = "wasi"
|
4784 4750 | version = "0.11.1+wasi-snapshot-preview1"
|
4785 4751 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4786 4752 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
4787 4753 |
|
4788 4754 | [[package]]
|
4789 4755 | name = "wasi"
|
4790 4756 | version = "0.12.1+wasi-0.2.0"
|
4791 4757 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4792 4758 | checksum = "af274f03e73b7d85551b3f9e97b8a04d5c9aec703cfc227a3fe0595a7561c67a"
|
4793 4759 | dependencies = [
|
4794 4760 | "wit-bindgen 0.19.2",
|
4795 4761 | ]
|
4796 4762 |
|
4797 4763 | [[package]]
|
4798 4764 | name = "wasip2"
|
4799 4765 | version = "1.0.1+wasi-0.2.4"
|
4800 4766 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4801 4767 | checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
|
4802 4768 | dependencies = [
|
4803 4769 | "wit-bindgen 0.46.0",
|
4804 4770 | ]
|
4805 4771 |
|
4806 4772 | [[package]]
|
4807 4773 | name = "wasm-bindgen"
|
4808 - | version = "0.2.104"
|
4774 + | version = "0.2.105"
|
4809 4775 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4810 - | checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
|
4776 + | checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
|
4811 4777 | dependencies = [
|
4812 4778 | "cfg-if",
|
4813 4779 | "once_cell",
|
4814 4780 | "rustversion",
|
4815 4781 | "wasm-bindgen-macro",
|
4816 4782 | "wasm-bindgen-shared",
|
4817 4783 | ]
|
4818 4784 |
|
4819 - | [[package]]
|
4820 - | name = "wasm-bindgen-backend"
|
4821 - | version = "0.2.104"
|
4822 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4823 - | checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
|
4824 - | dependencies = [
|
4825 - | "bumpalo",
|
4826 - | "log",
|
4827 - | "proc-macro2",
|
4828 - | "quote",
|
4829 - | "syn",
|
4830 - | "wasm-bindgen-shared",
|
4831 - | ]
|
4832 - |
|
4833 4785 | [[package]]
|
4834 4786 | name = "wasm-bindgen-futures"
|
4835 - | version = "0.4.54"
|
4787 + | version = "0.4.55"
|
4836 4788 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4837 - | checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c"
|
4789 + | checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0"
|
4838 4790 | dependencies = [
|
4839 4791 | "cfg-if",
|
4840 4792 | "js-sys",
|
4841 4793 | "once_cell",
|
4842 4794 | "wasm-bindgen",
|
4843 4795 | "web-sys",
|
4844 4796 | ]
|
4845 4797 |
|
4846 4798 | [[package]]
|
4847 4799 | name = "wasm-bindgen-macro"
|
4848 - | version = "0.2.104"
|
4800 + | version = "0.2.105"
|
4849 4801 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4850 - | checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
|
4802 + | checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
|
4851 4803 | dependencies = [
|
4852 4804 | "quote",
|
4853 4805 | "wasm-bindgen-macro-support",
|
4854 4806 | ]
|
4855 4807 |
|
4856 4808 | [[package]]
|
4857 4809 | name = "wasm-bindgen-macro-support"
|
4858 - | version = "0.2.104"
|
4810 + | version = "0.2.105"
|
4859 4811 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4860 - | checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
|
4812 + | checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
|
4861 4813 | dependencies = [
|
4814 + | "bumpalo",
|
4862 4815 | "proc-macro2",
|
4863 4816 | "quote",
|
4864 4817 | "syn",
|
4865 - | "wasm-bindgen-backend",
|
4866 4818 | "wasm-bindgen-shared",
|
4867 4819 | ]
|
4868 4820 |
|
4869 4821 | [[package]]
|
4870 4822 | name = "wasm-bindgen-shared"
|
4871 - | version = "0.2.104"
|
4823 + | version = "0.2.105"
|
4872 4824 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4873 - | checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
|
4825 + | checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
|
4874 4826 | dependencies = [
|
4875 4827 | "unicode-ident",
|
4876 4828 | ]
|
4877 4829 |
|
4878 4830 | [[package]]
|
4879 4831 | name = "web-sys"
|
4880 - | version = "0.3.81"
|
4832 + | version = "0.3.82"
|
4881 4833 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4882 - | checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
|
4834 + | checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1"
|
4883 4835 | dependencies = [
|
4884 4836 | "js-sys",
|
4885 4837 | "wasm-bindgen",
|
4886 4838 | ]
|
4887 4839 |
|
4888 4840 | [[package]]
|
4889 4841 | name = "webpki-roots"
|
4890 4842 | version = "0.25.4"
|
4891 4843 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4892 4844 | checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
|
4893 4845 |
|
4894 4846 | [[package]]
|
4895 4847 | name = "widestring"
|
4896 4848 | version = "1.2.1"
|
4897 4849 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4898 4850 | checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
|
4899 4851 |
|
4900 4852 | [[package]]
|
4901 4853 | name = "winapi"
|
4902 4854 | version = "0.3.9"
|
4903 4855 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4904 4856 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
4905 4857 | dependencies = [
|
4906 4858 | "winapi-i686-pc-windows-gnu",
|
4907 4859 | "winapi-x86_64-pc-windows-gnu",
|
4908 4860 | ]
|
4909 4861 |
|
4910 4862 | [[package]]
|
4911 4863 | name = "winapi-i686-pc-windows-gnu"
|
4912 4864 | version = "0.4.0"
|
@@ -5200,5152 +5348,5299 @@
5200 5152 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5201 5153 | checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
5202 5154 |
|
5203 5155 | [[package]]
|
5204 5156 | name = "winreg"
|
5205 5157 | version = "0.50.0"
|
5206 5158 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5207 5159 | checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
5208 5160 | dependencies = [
|
5209 5161 | "cfg-if",
|
5210 5162 | "windows-sys 0.48.0",
|
5211 5163 | ]
|
5212 5164 |
|
5213 5165 | [[package]]
|
5214 5166 | name = "wit-bindgen"
|
5215 5167 | version = "0.19.2"
|
5216 5168 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5217 5169 | checksum = "b37d270da94012e0ac490ac633ad5bdd76a10a3fb15069edb033c1b771ce931f"
|
5218 5170 | dependencies = [
|
5219 5171 | "bitflags 2.10.0",
|
5220 5172 | ]
|
5221 5173 |
|
5222 5174 | [[package]]
|
5223 5175 | name = "wit-bindgen"
|
5224 5176 | version = "0.46.0"
|
5225 5177 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5226 5178 | checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
|
5227 5179 |
|
5228 5180 | [[package]]
|
5229 5181 | name = "writeable"
|
5230 - | version = "0.6.1"
|
5182 + | version = "0.6.2"
|
5231 5183 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5232 - | checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
|
5184 + | checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
|
5233 5185 |
|
5234 5186 | [[package]]
|
5235 5187 | name = "xmlparser"
|
5236 5188 | version = "0.13.6"
|
5237 5189 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5238 5190 | checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
|
5239 5191 |
|
5240 5192 | [[package]]
|
5241 5193 | name = "yansi"
|
5242 5194 | version = "1.0.1"
|
5243 5195 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5244 5196 | checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
|
5245 5197 |
|
5246 5198 | [[package]]
|
5247 5199 | name = "yoke"
|
5248 - | version = "0.8.0"
|
5200 + | version = "0.8.1"
|
5249 5201 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5250 - | checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
|
5202 + | checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
|
5251 5203 | dependencies = [
|
5252 - | "serde",
|
5253 5204 | "stable_deref_trait",
|
5254 5205 | "yoke-derive",
|
5255 5206 | "zerofrom",
|
5256 5207 | ]
|
5257 5208 |
|
5258 5209 | [[package]]
|
5259 5210 | name = "yoke-derive"
|
5260 - | version = "0.8.0"
|
5211 + | version = "0.8.1"
|
5261 5212 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5262 - | checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
|
5213 + | checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
|
5263 5214 | dependencies = [
|
5264 5215 | "proc-macro2",
|
5265 5216 | "quote",
|
5266 5217 | "syn",
|
5267 5218 | "synstructure",
|
5268 5219 | ]
|
5269 5220 |
|
5270 5221 | [[package]]
|
5271 5222 | name = "zerocopy"
|
5272 5223 | version = "0.8.27"
|
5273 5224 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5274 5225 | checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
|
5275 5226 | dependencies = [
|
5276 5227 | "zerocopy-derive",
|
5277 5228 | ]
|
5278 5229 |
|
5279 5230 | [[package]]
|
5280 5231 | name = "zerocopy-derive"
|
5281 5232 | version = "0.8.27"
|
5282 5233 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5283 5234 | checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
|
5284 5235 | dependencies = [
|
5285 5236 | "proc-macro2",
|
5286 5237 | "quote",
|
5287 5238 | "syn",
|
5288 5239 | ]
|
5289 5240 |
|
5290 5241 | [[package]]
|
5291 5242 | name = "zerofrom"
|
5292 5243 | version = "0.1.6"
|
5293 5244 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5294 5245 | checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
5295 5246 | dependencies = [
|
5296 5247 | "zerofrom-derive",
|
5297 5248 | ]
|
5298 5249 |
|
5299 5250 | [[package]]
|
5300 5251 | name = "zerofrom-derive"
|
5301 5252 | version = "0.1.6"
|
5302 5253 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5303 5254 | checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
5304 5255 | dependencies = [
|
5305 5256 | "proc-macro2",
|
5306 5257 | "quote",
|
5307 5258 | "syn",
|
5308 5259 | "synstructure",
|
5309 5260 | ]
|
5310 5261 |
|
5311 5262 | [[package]]
|
5312 5263 | name = "zeroize"
|
5313 5264 | version = "1.8.2"
|
5314 5265 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5315 5266 | checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
5316 5267 |
|
5317 5268 | [[package]]
|
5318 5269 | name = "zerotrie"
|
5319 - | version = "0.2.2"
|
5270 + | version = "0.2.3"
|
5320 5271 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5321 - | checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
|
5272 + | checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
|
5322 5273 | dependencies = [
|
5323 5274 | "displaydoc",
|
5324 5275 | "yoke",
|
5325 5276 | "zerofrom",
|
5326 5277 | ]
|
5327 5278 |
|
5328 5279 | [[package]]
|
5329 5280 | name = "zerovec"
|
5330 - | version = "0.11.4"
|
5281 + | version = "0.11.5"
|
5331 5282 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5332 - | checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
|
5283 + | checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
|
5333 5284 | dependencies = [
|
5334 5285 | "yoke",
|
5335 5286 | "zerofrom",
|
5336 5287 | "zerovec-derive",
|
5337 5288 | ]
|
5338 5289 |
|
5339 5290 | [[package]]
|
5340 5291 | name = "zerovec-derive"
|
5341 - | version = "0.11.1"
|
5292 + | version = "0.11.2"
|
5342 5293 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5343 - | checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
|
5294 + | checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
|
5344 5295 | dependencies = [
|
5345 5296 | "proc-macro2",
|
5346 5297 | "quote",
|
5347 5298 | "syn",
|
5348 5299 | ]
|