rev. af37e631cf105bb218b01bed018aa2f285ab1597
@@ -1,1 +63,63 @@
1 1 | # This file is automatically @generated by Cargo.
|
2 2 | # It is not intended for manual editing.
|
3 3 | version = 3
|
4 4 |
|
5 5 | [[package]]
|
6 6 | name = "addr2line"
|
7 7 | version = "0.24.2"
|
8 8 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
9 9 | checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
10 10 | dependencies = [
|
11 11 | "gimli",
|
12 12 | ]
|
13 13 |
|
14 14 | [[package]]
|
15 15 | name = "adler2"
|
16 16 | version = "2.0.0"
|
17 17 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
18 18 | checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
19 19 |
|
20 20 | [[package]]
|
21 21 | name = "aho-corasick"
|
22 22 | version = "1.1.3"
|
23 23 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
24 24 | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
25 25 | dependencies = [
|
26 26 | "memchr",
|
27 27 | ]
|
28 28 |
|
29 29 | [[package]]
|
30 30 | name = "allocator-api2"
|
31 - | version = "0.2.18"
|
31 + | version = "0.2.20"
|
32 32 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
33 - | checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
|
33 + | checksum = "45862d1c77f2228b9e10bc609d5bc203d86ebc9b87ad8d5d5167a6c9abf739d9"
|
34 34 |
|
35 35 | [[package]]
|
36 36 | name = "anes"
|
37 37 | version = "0.1.6"
|
38 38 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
39 39 | checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
40 40 |
|
41 41 | [[package]]
|
42 42 | name = "anstyle"
|
43 43 | version = "1.0.10"
|
44 44 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
45 45 | checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
46 46 |
|
47 47 | [[package]]
|
48 48 | name = "approx"
|
49 49 | version = "0.5.1"
|
50 50 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
51 51 | checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
|
52 52 | dependencies = [
|
53 53 | "num-traits",
|
54 54 | ]
|
55 55 |
|
56 56 | [[package]]
|
57 57 | name = "arbitrary"
|
58 58 | version = "1.4.1"
|
59 59 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
60 60 | checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
|
61 61 |
|
62 62 | [[package]]
|
63 63 | name = "assert-json-diff"
|
@@ -113,113 +244,244 @@
113 113 | name = "atty"
|
114 114 | version = "0.2.14"
|
115 115 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
116 116 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
117 117 | dependencies = [
|
118 118 | "hermit-abi 0.1.19",
|
119 119 | "libc",
|
120 120 | "winapi",
|
121 121 | ]
|
122 122 |
|
123 123 | [[package]]
|
124 124 | name = "autocfg"
|
125 125 | version = "1.4.0"
|
126 126 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
127 127 | checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
128 128 |
|
129 129 | [[package]]
|
130 130 | name = "aws-credential-types"
|
131 131 | version = "1.2.1"
|
132 132 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
133 133 | checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
|
134 134 | dependencies = [
|
135 135 | "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
136 136 | "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
137 137 | "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
138 138 | "zeroize",
|
139 139 | ]
|
140 140 |
|
141 141 | [[package]]
|
142 142 | name = "aws-lc-fips-sys"
|
143 - | version = "0.12.13"
|
143 + | version = "0.12.14"
|
144 144 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
145 - | checksum = "bf12b67bc9c5168f68655aadb2a12081689a58f1d9b1484705e4d1810ed6e4ac"
|
145 + | checksum = "8671005a9c1e80bd3dc9aee84c5bfd594d32a3d645fdb56d5d9d5e26daa4c315"
|
146 146 | dependencies = [
|
147 147 | "bindgen",
|
148 148 | "cc",
|
149 149 | "cmake",
|
150 150 | "dunce",
|
151 151 | "fs_extra",
|
152 152 | "libc",
|
153 153 | "paste",
|
154 154 | ]
|
155 155 |
|
156 156 | [[package]]
|
157 157 | name = "aws-lc-rs"
|
158 - | version = "1.10.0"
|
158 + | version = "1.11.0"
|
159 159 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
160 - | checksum = "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d"
|
160 + | checksum = "fe7c2840b66236045acd2607d5866e274380afd87ef99d6226e961e2cb47df45"
|
161 161 | dependencies = [
|
162 162 | "aws-lc-fips-sys",
|
163 163 | "aws-lc-sys",
|
164 164 | "mirai-annotations",
|
165 165 | "paste",
|
166 166 | "zeroize",
|
167 167 | ]
|
168 168 |
|
169 169 | [[package]]
|
170 170 | name = "aws-lc-sys"
|
171 - | version = "0.22.0"
|
171 + | version = "0.23.0"
|
172 172 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
173 - | checksum = "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972"
|
173 + | checksum = "ad3a619a9de81e1d7de1f1186dcba4506ed661a0e483d84410fdef0ee87b2f96"
|
174 174 | dependencies = [
|
175 175 | "bindgen",
|
176 176 | "cc",
|
177 177 | "cmake",
|
178 178 | "dunce",
|
179 179 | "fs_extra",
|
180 180 | "libc",
|
181 181 | "paste",
|
182 182 | ]
|
183 183 |
|
184 184 | [[package]]
|
185 185 | name = "aws-runtime"
|
186 186 | version = "1.4.3"
|
187 187 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
188 188 | checksum = "a10d5c055aa540164d9561a0e2e74ad30f0dcf7393c3a92f6733ddf9c5762468"
|
189 189 | dependencies = [
|
190 190 | "aws-credential-types",
|
191 191 | "aws-sigv4",
|
192 192 | "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
193 193 | "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
194 194 | "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
195 195 | "aws-smithy-runtime 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
196 196 | "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
197 197 | "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
198 198 | "aws-types",
|
199 199 | "bytes",
|
200 200 | "fastrand",
|
201 201 | "http 0.2.12",
|
202 202 | "http-body 0.4.6",
|
203 203 | "once_cell",
|
204 204 | "percent-encoding",
|
205 205 | "pin-project-lite",
|
206 206 | "tracing",
|
207 207 | "uuid",
|
208 208 | ]
|
209 209 |
|
210 210 | [[package]]
|
211 211 | name = "aws-sdk-s3"
|
212 - | version = "1.60.0"
|
212 + | version = "1.61.0"
|
213 213 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
214 - | checksum = "0506cc60e392e33712d47717d5ae5760a3b134bf8ee7aea7e43df3d7e2669ae0"
|
214 + | checksum = "0e531658a0397d22365dfe26c3e1c0c8448bf6a3a2d8a098ded802f2b1261615"
|
215 215 | dependencies = [
|
216 216 | "aws-credential-types",
|
217 217 | "aws-runtime",
|
218 218 | "aws-sigv4",
|
219 219 | "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
220 220 | "aws-smithy-checksums 0.60.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
221 221 | "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
222 222 | "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
223 223 | "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
224 224 | "aws-smithy-runtime 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
225 225 | "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
226 226 | "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
227 227 | "aws-smithy-xml 0.60.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
228 228 | "aws-types",
|
229 229 | "bytes",
|
230 230 | "fastrand",
|
231 231 | "hex",
|
232 232 | "hmac",
|
233 233 | "http 0.2.12",
|
234 234 | "http-body 0.4.6",
|
235 235 | "lru",
|
236 236 | "once_cell",
|
237 237 | "percent-encoding",
|
238 238 | "regex-lite",
|
239 239 | "sha2",
|
240 240 | "tracing",
|
241 241 | "url",
|
242 242 | ]
|
243 243 |
|
244 244 | [[package]]
|
@@ -374,374 +441,441 @@
374 374 | name = "aws-smithy-eventstream"
|
375 375 | version = "0.60.5"
|
376 376 | dependencies = [
|
377 377 | "arbitrary",
|
378 378 | "aws-smithy-types 1.2.9",
|
379 379 | "bytes",
|
380 380 | "bytes-utils",
|
381 381 | "crc32fast",
|
382 382 | "derive_arbitrary",
|
383 383 | ]
|
384 384 |
|
385 385 | [[package]]
|
386 386 | name = "aws-smithy-eventstream"
|
387 387 | version = "0.60.5"
|
388 388 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
389 389 | checksum = "cef7d0a272725f87e51ba2bf89f8c21e4df61b9e49ae1ac367a6d69916ef7c90"
|
390 390 | dependencies = [
|
391 391 | "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
392 392 | "bytes",
|
393 393 | "crc32fast",
|
394 394 | ]
|
395 395 |
|
396 396 | [[package]]
|
397 397 | name = "aws-smithy-experimental"
|
398 398 | version = "0.1.5"
|
399 399 | dependencies = [
|
400 400 | "aws-smithy-async 1.2.1",
|
401 401 | "aws-smithy-runtime 1.7.3",
|
402 402 | "aws-smithy-runtime-api 1.7.3",
|
403 403 | "aws-smithy-types 1.2.9",
|
404 - | "h2 0.4.6",
|
404 + | "h2 0.4.7",
|
405 405 | "http 1.1.0",
|
406 - | "hyper 1.5.0",
|
406 + | "hyper 1.5.1",
|
407 407 | "hyper-rustls 0.27.3",
|
408 408 | "hyper-util",
|
409 409 | "once_cell",
|
410 410 | "pin-project-lite",
|
411 - | "rustls 0.23.16",
|
411 + | "rustls 0.23.17",
|
412 412 | "tokio",
|
413 413 | "tower",
|
414 414 | "tracing",
|
415 415 | ]
|
416 416 |
|
417 417 | [[package]]
|
418 418 | name = "aws-smithy-http"
|
419 419 | version = "0.60.11"
|
420 420 | dependencies = [
|
421 421 | "async-stream",
|
422 422 | "aws-smithy-eventstream 0.60.5",
|
423 423 | "aws-smithy-runtime-api 1.7.3",
|
424 424 | "aws-smithy-types 1.2.9",
|
425 425 | "bytes",
|
426 426 | "bytes-utils",
|
427 427 | "futures-core",
|
428 428 | "futures-util",
|
429 429 | "http 0.2.12",
|
430 430 | "http-body 0.4.6",
|
431 431 | "hyper 0.14.31",
|
432 432 | "once_cell",
|
433 433 | "percent-encoding",
|
434 434 | "pin-project-lite",
|
435 435 | "pin-utils",
|
436 436 | "proptest",
|
437 437 | "tokio",
|
438 438 | "tracing",
|
439 439 | ]
|
440 440 |
|
441 441 | [[package]]
|
@@ -996,996 +1058,1058 @@
996 996 | "either",
|
997 997 | ]
|
998 998 |
|
999 999 | [[package]]
|
1000 1000 | name = "cast"
|
1001 1001 | version = "0.3.0"
|
1002 1002 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1003 1003 | checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
1004 1004 |
|
1005 1005 | [[package]]
|
1006 1006 | name = "cbor-diag"
|
1007 1007 | version = "0.1.12"
|
1008 1008 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1009 1009 | checksum = "dc245b6ecd09b23901a4fbad1ad975701fd5061ceaef6afa93a2d70605a64429"
|
1010 1010 | dependencies = [
|
1011 1011 | "bs58",
|
1012 1012 | "chrono",
|
1013 1013 | "data-encoding",
|
1014 1014 | "half",
|
1015 1015 | "nom",
|
1016 1016 | "num-bigint",
|
1017 1017 | "num-rational",
|
1018 1018 | "num-traits",
|
1019 1019 | "separator",
|
1020 1020 | "url",
|
1021 1021 | "uuid",
|
1022 1022 | ]
|
1023 1023 |
|
1024 1024 | [[package]]
|
1025 1025 | name = "cc"
|
1026 - | version = "1.1.36"
|
1026 + | version = "1.2.1"
|
1027 1027 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1028 - | checksum = "baee610e9452a8f6f0a1b6194ec09ff9e2d85dea54432acdae41aa0761c95d70"
|
1028 + | checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47"
|
1029 1029 | dependencies = [
|
1030 1030 | "jobserver",
|
1031 1031 | "libc",
|
1032 1032 | "shlex",
|
1033 1033 | ]
|
1034 1034 |
|
1035 1035 | [[package]]
|
1036 1036 | name = "cexpr"
|
1037 1037 | version = "0.6.0"
|
1038 1038 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1039 1039 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
1040 1040 | dependencies = [
|
1041 1041 | "nom",
|
1042 1042 | ]
|
1043 1043 |
|
1044 1044 | [[package]]
|
1045 1045 | name = "cfg-if"
|
1046 1046 | version = "1.0.0"
|
1047 1047 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1048 1048 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
1049 1049 |
|
1050 1050 | [[package]]
|
1051 1051 | name = "chrono"
|
1052 1052 | version = "0.4.38"
|
1053 1053 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1054 1054 | checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
1055 1055 | dependencies = [
|
1056 1056 | "num-traits",
|
1057 1057 | ]
|
1058 1058 |
|
@@ -1084,1084 +1252,1252 @@
1084 1084 | ]
|
1085 1085 |
|
1086 1086 | [[package]]
|
1087 1087 | name = "clang-sys"
|
1088 1088 | version = "1.8.1"
|
1089 1089 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1090 1090 | checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
1091 1091 | dependencies = [
|
1092 1092 | "glob",
|
1093 1093 | "libc",
|
1094 1094 | "libloading",
|
1095 1095 | ]
|
1096 1096 |
|
1097 1097 | [[package]]
|
1098 1098 | name = "clap"
|
1099 1099 | version = "3.2.25"
|
1100 1100 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1101 1101 | checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
|
1102 1102 | dependencies = [
|
1103 1103 | "atty",
|
1104 1104 | "bitflags 1.3.2",
|
1105 1105 | "clap_lex 0.2.4",
|
1106 1106 | "indexmap 1.9.3",
|
1107 1107 | "strsim",
|
1108 1108 | "termcolor",
|
1109 1109 | "textwrap",
|
1110 1110 | ]
|
1111 1111 |
|
1112 1112 | [[package]]
|
1113 1113 | name = "clap"
|
1114 - | version = "4.5.20"
|
1114 + | version = "4.5.21"
|
1115 1115 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1116 - | checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
|
1116 + | checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f"
|
1117 1117 | dependencies = [
|
1118 1118 | "clap_builder",
|
1119 1119 | ]
|
1120 1120 |
|
1121 1121 | [[package]]
|
1122 1122 | name = "clap_builder"
|
1123 - | version = "4.5.20"
|
1123 + | version = "4.5.21"
|
1124 1124 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1125 - | checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
|
1125 + | checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec"
|
1126 1126 | dependencies = [
|
1127 1127 | "anstyle",
|
1128 - | "clap_lex 0.7.2",
|
1128 + | "clap_lex 0.7.3",
|
1129 1129 | ]
|
1130 1130 |
|
1131 1131 | [[package]]
|
1132 1132 | name = "clap_lex"
|
1133 1133 | version = "0.2.4"
|
1134 1134 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1135 1135 | checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
1136 1136 | dependencies = [
|
1137 1137 | "os_str_bytes",
|
1138 1138 | ]
|
1139 1139 |
|
1140 1140 | [[package]]
|
1141 1141 | name = "clap_lex"
|
1142 - | version = "0.7.2"
|
1142 + | version = "0.7.3"
|
1143 1143 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1144 - | checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
|
1144 + | checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7"
|
1145 1145 |
|
1146 1146 | [[package]]
|
1147 1147 | name = "cmake"
|
1148 1148 | version = "0.1.51"
|
1149 1149 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1150 1150 | checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a"
|
1151 1151 | dependencies = [
|
1152 1152 | "cc",
|
1153 1153 | ]
|
1154 1154 |
|
1155 1155 | [[package]]
|
1156 1156 | name = "concurrent-queue"
|
1157 1157 | version = "2.5.0"
|
1158 1158 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1159 1159 | checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
1160 1160 | dependencies = [
|
1161 1161 | "crossbeam-utils",
|
1162 1162 | ]
|
1163 1163 |
|
1164 1164 | [[package]]
|
1165 1165 | name = "const-oid"
|
1166 1166 | version = "0.9.6"
|
1167 1167 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1168 1168 | checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
1169 1169 |
|
1170 1170 | [[package]]
|
1171 1171 | name = "core-foundation"
|
1172 1172 | version = "0.9.4"
|
1173 1173 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1174 1174 | checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
1175 1175 | dependencies = [
|
1176 1176 | "core-foundation-sys",
|
1177 1177 | "libc",
|
1178 1178 | ]
|
1179 1179 |
|
1180 1180 | [[package]]
|
1181 1181 | name = "core-foundation-sys"
|
1182 1182 | version = "0.8.7"
|
1183 1183 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1184 1184 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
1185 1185 |
|
1186 1186 | [[package]]
|
1187 1187 | name = "cpufeatures"
|
1188 - | version = "0.2.14"
|
1188 + | version = "0.2.15"
|
1189 1189 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1190 - | checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
|
1190 + | checksum = "0ca741a962e1b0bff6d724a1a0958b686406e853bb14061f218562e1896f95e6"
|
1191 1191 | dependencies = [
|
1192 1192 | "libc",
|
1193 1193 | ]
|
1194 1194 |
|
1195 1195 | [[package]]
|
1196 1196 | name = "crc32c"
|
1197 1197 | version = "0.6.8"
|
1198 1198 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1199 1199 | checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
|
1200 1200 | dependencies = [
|
1201 1201 | "rustc_version",
|
1202 1202 | ]
|
1203 1203 |
|
1204 1204 | [[package]]
|
1205 1205 | name = "crc32fast"
|
1206 1206 | version = "1.4.2"
|
1207 1207 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1208 1208 | checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
1209 1209 | dependencies = [
|
1210 1210 | "cfg-if",
|
1211 1211 | ]
|
1212 1212 |
|
1213 1213 | [[package]]
|
1214 1214 | name = "criterion"
|
1215 1215 | version = "0.5.1"
|
1216 1216 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1217 1217 | checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
|
1218 1218 | dependencies = [
|
1219 1219 | "anes",
|
1220 1220 | "cast",
|
1221 1221 | "ciborium",
|
1222 - | "clap 4.5.20",
|
1222 + | "clap 4.5.21",
|
1223 1223 | "criterion-plot",
|
1224 1224 | "is-terminal",
|
1225 1225 | "itertools 0.10.5",
|
1226 1226 | "num-traits",
|
1227 1227 | "once_cell",
|
1228 1228 | "oorandom",
|
1229 1229 | "plotters",
|
1230 1230 | "rayon",
|
1231 1231 | "regex",
|
1232 1232 | "serde",
|
1233 1233 | "serde_derive",
|
1234 1234 | "serde_json",
|
1235 1235 | "tinytemplate",
|
1236 1236 | "walkdir",
|
1237 1237 | ]
|
1238 1238 |
|
1239 1239 | [[package]]
|
1240 1240 | name = "criterion-plot"
|
1241 1241 | version = "0.5.0"
|
1242 1242 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1243 1243 | checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
|
1244 1244 | dependencies = [
|
1245 1245 | "cast",
|
1246 1246 | "itertools 0.10.5",
|
1247 1247 | ]
|
1248 1248 |
|
1249 1249 | [[package]]
|
1250 1250 | name = "crossbeam-channel"
|
1251 1251 | version = "0.5.13"
|
1252 1252 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -1449,1449 +1511,1511 @@
1449 1449 | [[package]]
|
1450 1450 | name = "extend"
|
1451 1451 | version = "0.1.2"
|
1452 1452 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1453 1453 | checksum = "f47da3a72ec598d9c8937a7ebca8962a5c7a1f28444e38c2b33c771ba3f55f05"
|
1454 1454 | dependencies = [
|
1455 1455 | "proc-macro-error",
|
1456 1456 | "proc-macro2",
|
1457 1457 | "quote",
|
1458 1458 | "syn 1.0.109",
|
1459 1459 | ]
|
1460 1460 |
|
1461 1461 | [[package]]
|
1462 1462 | name = "fastrand"
|
1463 1463 | version = "2.0.2"
|
1464 1464 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1465 1465 | checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
|
1466 1466 |
|
1467 1467 | [[package]]
|
1468 1468 | name = "ff"
|
1469 1469 | version = "0.12.1"
|
1470 1470 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1471 1471 | checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
|
1472 1472 | dependencies = [
|
1473 1473 | "rand_core",
|
1474 1474 | "subtle",
|
1475 1475 | ]
|
1476 1476 |
|
1477 1477 | [[package]]
|
1478 1478 | name = "flate2"
|
1479 - | version = "1.0.34"
|
1479 + | version = "1.0.35"
|
1480 1480 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1481 - | checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
|
1481 + | checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
|
1482 1482 | dependencies = [
|
1483 1483 | "crc32fast",
|
1484 1484 | "miniz_oxide",
|
1485 1485 | ]
|
1486 1486 |
|
1487 1487 | [[package]]
|
1488 1488 | name = "fnv"
|
1489 1489 | version = "1.0.7"
|
1490 1490 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1491 1491 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
1492 1492 |
|
1493 1493 | [[package]]
|
1494 1494 | name = "foldhash"
|
1495 1495 | version = "0.1.3"
|
1496 1496 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1497 1497 | checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
|
1498 1498 |
|
1499 1499 | [[package]]
|
1500 1500 | name = "form_urlencoded"
|
1501 1501 | version = "1.2.1"
|
1502 1502 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1503 1503 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
1504 1504 | dependencies = [
|
1505 1505 | "percent-encoding",
|
1506 1506 | ]
|
1507 1507 |
|
1508 1508 | [[package]]
|
1509 1509 | name = "fs_extra"
|
1510 1510 | version = "1.3.0"
|
1511 1511 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -1638,1638 +1700,1700 @@
1638 1638 | version = "0.12.1"
|
1639 1639 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1640 1640 | checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
|
1641 1641 | dependencies = [
|
1642 1642 | "ff",
|
1643 1643 | "rand_core",
|
1644 1644 | "subtle",
|
1645 1645 | ]
|
1646 1646 |
|
1647 1647 | [[package]]
|
1648 1648 | name = "h2"
|
1649 1649 | version = "0.3.26"
|
1650 1650 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1651 1651 | checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
1652 1652 | dependencies = [
|
1653 1653 | "bytes",
|
1654 1654 | "fnv",
|
1655 1655 | "futures-core",
|
1656 1656 | "futures-sink",
|
1657 1657 | "futures-util",
|
1658 1658 | "http 0.2.12",
|
1659 1659 | "indexmap 2.6.0",
|
1660 1660 | "slab",
|
1661 1661 | "tokio",
|
1662 1662 | "tokio-util",
|
1663 1663 | "tracing",
|
1664 1664 | ]
|
1665 1665 |
|
1666 1666 | [[package]]
|
1667 1667 | name = "h2"
|
1668 - | version = "0.4.6"
|
1668 + | version = "0.4.7"
|
1669 1669 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1670 - | checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
|
1670 + | checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
|
1671 1671 | dependencies = [
|
1672 1672 | "atomic-waker",
|
1673 1673 | "bytes",
|
1674 1674 | "fnv",
|
1675 1675 | "futures-core",
|
1676 1676 | "futures-sink",
|
1677 1677 | "http 1.1.0",
|
1678 1678 | "indexmap 2.6.0",
|
1679 1679 | "slab",
|
1680 1680 | "tokio",
|
1681 1681 | "tokio-util",
|
1682 1682 | "tracing",
|
1683 1683 | ]
|
1684 1684 |
|
1685 1685 | [[package]]
|
1686 1686 | name = "half"
|
1687 1687 | version = "2.4.1"
|
1688 1688 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1689 1689 | checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
|
1690 1690 | dependencies = [
|
1691 1691 | "cfg-if",
|
1692 1692 | "crunchy",
|
1693 1693 | ]
|
1694 1694 |
|
1695 1695 | [[package]]
|
1696 1696 | name = "hashbrown"
|
1697 1697 | version = "0.12.3"
|
1698 1698 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1699 1699 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
1700 1700 |
|
@@ -1837,1837 +1960,1960 @@
1837 1837 | version = "1.0.3"
|
1838 1838 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1839 1839 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
1840 1840 |
|
1841 1841 | [[package]]
|
1842 1842 | name = "hyper"
|
1843 1843 | version = "0.14.31"
|
1844 1844 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1845 1845 | checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
|
1846 1846 | dependencies = [
|
1847 1847 | "bytes",
|
1848 1848 | "futures-channel",
|
1849 1849 | "futures-core",
|
1850 1850 | "futures-util",
|
1851 1851 | "h2 0.3.26",
|
1852 1852 | "http 0.2.12",
|
1853 1853 | "http-body 0.4.6",
|
1854 1854 | "httparse",
|
1855 1855 | "httpdate",
|
1856 1856 | "itoa",
|
1857 1857 | "pin-project-lite",
|
1858 1858 | "socket2",
|
1859 1859 | "tokio",
|
1860 1860 | "tower-service",
|
1861 1861 | "tracing",
|
1862 1862 | "want",
|
1863 1863 | ]
|
1864 1864 |
|
1865 1865 | [[package]]
|
1866 1866 | name = "hyper"
|
1867 - | version = "1.5.0"
|
1867 + | version = "1.5.1"
|
1868 1868 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1869 - | checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a"
|
1869 + | checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
|
1870 1870 | dependencies = [
|
1871 1871 | "bytes",
|
1872 1872 | "futures-channel",
|
1873 1873 | "futures-util",
|
1874 - | "h2 0.4.6",
|
1874 + | "h2 0.4.7",
|
1875 1875 | "http 1.1.0",
|
1876 1876 | "http-body 1.0.1",
|
1877 1877 | "httparse",
|
1878 1878 | "itoa",
|
1879 1879 | "pin-project-lite",
|
1880 1880 | "smallvec",
|
1881 1881 | "tokio",
|
1882 1882 | "want",
|
1883 1883 | ]
|
1884 1884 |
|
1885 1885 | [[package]]
|
1886 1886 | name = "hyper-rustls"
|
1887 1887 | version = "0.24.2"
|
1888 1888 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1889 1889 | checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
1890 1890 | dependencies = [
|
1891 1891 | "futures-util",
|
1892 1892 | "http 0.2.12",
|
1893 1893 | "hyper 0.14.31",
|
1894 1894 | "log",
|
1895 1895 | "rustls 0.21.12",
|
1896 1896 | "rustls-native-certs 0.6.3",
|
1897 1897 | "tokio",
|
1898 1898 | "tokio-rustls 0.24.1",
|
1899 1899 | ]
|
1900 1900 |
|
1901 1901 | [[package]]
|
1902 1902 | name = "hyper-rustls"
|
1903 1903 | version = "0.27.3"
|
1904 1904 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1905 1905 | checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
|
1906 1906 | dependencies = [
|
1907 1907 | "futures-util",
|
1908 1908 | "http 1.1.0",
|
1909 - | "hyper 1.5.0",
|
1909 + | "hyper 1.5.1",
|
1910 1910 | "hyper-util",
|
1911 - | "rustls 0.23.16",
|
1911 + | "rustls 0.23.17",
|
1912 1912 | "rustls-native-certs 0.8.0",
|
1913 1913 | "rustls-pki-types",
|
1914 1914 | "tokio",
|
1915 1915 | "tokio-rustls 0.26.0",
|
1916 1916 | "tower-service",
|
1917 1917 | ]
|
1918 1918 |
|
1919 1919 | [[package]]
|
1920 1920 | name = "hyper-util"
|
1921 1921 | version = "0.1.10"
|
1922 1922 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1923 1923 | checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
1924 1924 | dependencies = [
|
1925 1925 | "bytes",
|
1926 1926 | "futures-channel",
|
1927 1927 | "futures-util",
|
1928 1928 | "http 1.1.0",
|
1929 1929 | "http-body 1.0.1",
|
1930 - | "hyper 1.5.0",
|
1930 + | "hyper 1.5.1",
|
1931 1931 | "pin-project-lite",
|
1932 1932 | "socket2",
|
1933 1933 | "tokio",
|
1934 1934 | "tower-service",
|
1935 1935 | "tracing",
|
1936 1936 | ]
|
1937 1937 |
|
1938 1938 | [[package]]
|
1939 1939 | name = "idna"
|
1940 1940 | version = "0.5.0"
|
1941 1941 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1942 1942 | checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
1943 1943 | dependencies = [
|
1944 1944 | "unicode-bidi",
|
1945 1945 | "unicode-normalization",
|
1946 1946 | ]
|
1947 1947 |
|
1948 1948 | [[package]]
|
1949 1949 | name = "indexmap"
|
1950 1950 | version = "1.9.3"
|
1951 1951 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1952 1952 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
1953 1953 | dependencies = [
|
1954 1954 | "autocfg",
|
1955 1955 | "hashbrown 0.12.3",
|
1956 1956 | ]
|
1957 1957 |
|
1958 1958 | [[package]]
|
1959 1959 | name = "indexmap"
|
1960 1960 | version = "2.6.0"
|
@@ -2106,2106 +2168,2168 @@
2106 2106 | "tower",
|
2107 2107 | "tracing",
|
2108 2108 | ]
|
2109 2109 |
|
2110 2110 | [[package]]
|
2111 2111 | name = "lambda_runtime_api_client"
|
2112 2112 | version = "0.8.0"
|
2113 2113 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2114 2114 | checksum = "690c5ae01f3acac8c9c3348b556fc443054e9b7f1deaf53e9ebab716282bf0ed"
|
2115 2115 | dependencies = [
|
2116 2116 | "http 0.2.12",
|
2117 2117 | "hyper 0.14.31",
|
2118 2118 | "tokio",
|
2119 2119 | "tower-service",
|
2120 2120 | ]
|
2121 2121 |
|
2122 2122 | [[package]]
|
2123 2123 | name = "lazy_static"
|
2124 2124 | version = "1.5.0"
|
2125 2125 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2126 2126 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2127 2127 |
|
2128 2128 | [[package]]
|
2129 2129 | name = "lazycell"
|
2130 2130 | version = "1.3.0"
|
2131 2131 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2132 2132 | checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
2133 2133 |
|
2134 2134 | [[package]]
|
2135 2135 | name = "libc"
|
2136 - | version = "0.2.161"
|
2136 + | version = "0.2.164"
|
2137 2137 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2138 - | checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
|
2138 + | checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f"
|
2139 2139 |
|
2140 2140 | [[package]]
|
2141 2141 | name = "libloading"
|
2142 2142 | version = "0.8.5"
|
2143 2143 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2144 2144 | checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
|
2145 2145 | dependencies = [
|
2146 2146 | "cfg-if",
|
2147 2147 | "windows-targets",
|
2148 2148 | ]
|
2149 2149 |
|
2150 2150 | [[package]]
|
2151 2151 | name = "libm"
|
2152 2152 | version = "0.2.11"
|
2153 2153 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2154 2154 | checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
|
2155 2155 |
|
2156 2156 | [[package]]
|
2157 2157 | name = "linux-raw-sys"
|
2158 2158 | version = "0.4.14"
|
2159 2159 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2160 2160 | checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2161 2161 |
|
2162 2162 | [[package]]
|
2163 2163 | name = "lock_api"
|
2164 2164 | version = "0.4.12"
|
2165 2165 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2166 2166 | checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2167 2167 | dependencies = [
|
2168 2168 | "autocfg",
|
@@ -2787,2787 +2864,2864 @@
2787 2787 |
|
2788 2788 | [[package]]
|
2789 2789 | name = "rcgen"
|
2790 2790 | version = "0.10.0"
|
2791 2791 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2792 2792 | checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"
|
2793 2793 | dependencies = [
|
2794 2794 | "pem",
|
2795 2795 | "ring 0.16.20",
|
2796 2796 | "time",
|
2797 2797 | "yasna",
|
2798 2798 | ]
|
2799 2799 |
|
2800 2800 | [[package]]
|
2801 2801 | name = "redox_syscall"
|
2802 2802 | version = "0.5.7"
|
2803 2803 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2804 2804 | checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
|
2805 2805 | dependencies = [
|
2806 2806 | "bitflags 2.6.0",
|
2807 2807 | ]
|
2808 2808 |
|
2809 2809 | [[package]]
|
2810 2810 | name = "regex"
|
2811 2811 | version = "1.11.1"
|
2812 2812 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2813 2813 | checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
2814 2814 | dependencies = [
|
2815 2815 | "aho-corasick",
|
2816 2816 | "memchr",
|
2817 - | "regex-automata 0.4.8",
|
2817 + | "regex-automata 0.4.9",
|
2818 2818 | "regex-syntax 0.8.5",
|
2819 2819 | ]
|
2820 2820 |
|
2821 2821 | [[package]]
|
2822 2822 | name = "regex-automata"
|
2823 2823 | version = "0.1.10"
|
2824 2824 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2825 2825 | checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
2826 2826 | dependencies = [
|
2827 2827 | "regex-syntax 0.6.29",
|
2828 2828 | ]
|
2829 2829 |
|
2830 2830 | [[package]]
|
2831 2831 | name = "regex-automata"
|
2832 - | version = "0.4.8"
|
2832 + | version = "0.4.9"
|
2833 2833 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2834 - | checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
|
2834 + | checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
2835 2835 | dependencies = [
|
2836 2836 | "aho-corasick",
|
2837 2837 | "memchr",
|
2838 2838 | "regex-syntax 0.8.5",
|
2839 2839 | ]
|
2840 2840 |
|
2841 2841 | [[package]]
|
2842 2842 | name = "regex-lite"
|
2843 2843 | version = "0.1.6"
|
2844 2844 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2845 2845 | checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
|
2846 2846 |
|
2847 2847 | [[package]]
|
2848 2848 | name = "regex-syntax"
|
2849 2849 | version = "0.6.29"
|
2850 2850 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2851 2851 | checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2852 2852 |
|
2853 2853 | [[package]]
|
2854 2854 | name = "regex-syntax"
|
2855 2855 | version = "0.8.5"
|
2856 2856 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2857 2857 | checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
2858 2858 |
|
2859 2859 | [[package]]
|
2860 2860 | name = "rfc6979"
|
2861 2861 | version = "0.3.1"
|
2862 2862 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2863 2863 | checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
|
2864 2864 | dependencies = [
|
@@ -2902,2902 +2989,2989 @@
2902 2902 | version = "0.14.1"
|
2903 2903 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2904 2904 | checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
|
2905 2905 | dependencies = [
|
2906 2906 | "xmlparser",
|
2907 2907 | ]
|
2908 2908 |
|
2909 2909 | [[package]]
|
2910 2910 | name = "rustc-demangle"
|
2911 2911 | version = "0.1.24"
|
2912 2912 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2913 2913 | checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2914 2914 |
|
2915 2915 | [[package]]
|
2916 2916 | name = "rustc-hash"
|
2917 2917 | version = "1.1.0"
|
2918 2918 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2919 2919 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
2920 2920 |
|
2921 2921 | [[package]]
|
2922 2922 | name = "rustc_version"
|
2923 2923 | version = "0.4.1"
|
2924 2924 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2925 2925 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
2926 2926 | dependencies = [
|
2927 2927 | "semver",
|
2928 2928 | ]
|
2929 2929 |
|
2930 2930 | [[package]]
|
2931 2931 | name = "rustix"
|
2932 - | version = "0.38.39"
|
2932 + | version = "0.38.41"
|
2933 2933 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2934 - | checksum = "375116bee2be9ed569afe2154ea6a99dfdffd257f533f187498c2a8f5feaf4ee"
|
2934 + | checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6"
|
2935 2935 | dependencies = [
|
2936 2936 | "bitflags 2.6.0",
|
2937 2937 | "errno",
|
2938 2938 | "libc",
|
2939 2939 | "linux-raw-sys",
|
2940 2940 | "windows-sys 0.52.0",
|
2941 2941 | ]
|
2942 2942 |
|
2943 2943 | [[package]]
|
2944 2944 | name = "rustls"
|
2945 2945 | version = "0.21.12"
|
2946 2946 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2947 2947 | checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
2948 2948 | dependencies = [
|
2949 2949 | "log",
|
2950 2950 | "ring 0.17.8",
|
2951 2951 | "rustls-webpki 0.101.7",
|
2952 2952 | "sct",
|
2953 2953 | ]
|
2954 2954 |
|
2955 2955 | [[package]]
|
2956 2956 | name = "rustls"
|
2957 - | version = "0.23.16"
|
2957 + | version = "0.23.17"
|
2958 2958 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2959 - | checksum = "eee87ff5d9b36712a58574e12e9f0ea80f915a5b0ac518d322b24a465617925e"
|
2959 + | checksum = "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e"
|
2960 2960 | dependencies = [
|
2961 2961 | "aws-lc-rs",
|
2962 2962 | "once_cell",
|
2963 2963 | "ring 0.17.8",
|
2964 2964 | "rustls-pki-types",
|
2965 2965 | "rustls-webpki 0.102.8",
|
2966 2966 | "subtle",
|
2967 2967 | "zeroize",
|
2968 2968 | ]
|
2969 2969 |
|
2970 2970 | [[package]]
|
2971 2971 | name = "rustls-native-certs"
|
2972 2972 | version = "0.6.3"
|
2973 2973 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2974 2974 | checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
2975 2975 | dependencies = [
|
2976 2976 | "openssl-probe",
|
2977 2977 | "rustls-pemfile 1.0.4",
|
2978 2978 | "schannel",
|
2979 2979 | "security-framework",
|
2980 2980 | ]
|
2981 2981 |
|
2982 2982 | [[package]]
|
2983 2983 | name = "rustls-native-certs"
|
2984 2984 | version = "0.8.0"
|
2985 2985 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2986 2986 | checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a"
|
2987 2987 | dependencies = [
|
2988 2988 | "openssl-probe",
|
2989 2989 | "rustls-pemfile 2.2.0",
|
@@ -3040,3040 +3196,3196 @@
3040 3040 |
|
3041 3041 | [[package]]
|
3042 3042 | name = "rusty-fork"
|
3043 3043 | version = "0.3.0"
|
3044 3044 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3045 3045 | checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
|
3046 3046 | dependencies = [
|
3047 3047 | "fnv",
|
3048 3048 | "quick-error",
|
3049 3049 | "tempfile",
|
3050 3050 | "wait-timeout",
|
3051 3051 | ]
|
3052 3052 |
|
3053 3053 | [[package]]
|
3054 3054 | name = "ryu"
|
3055 3055 | version = "1.0.18"
|
3056 3056 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3057 3057 | checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
3058 3058 |
|
3059 3059 | [[package]]
|
3060 3060 | name = "same-file"
|
3061 3061 | version = "1.0.6"
|
3062 3062 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3063 3063 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
3064 3064 | dependencies = [
|
3065 3065 | "winapi-util",
|
3066 3066 | ]
|
3067 3067 |
|
3068 3068 | [[package]]
|
3069 3069 | name = "schannel"
|
3070 - | version = "0.1.26"
|
3070 + | version = "0.1.27"
|
3071 3071 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3072 - | checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1"
|
3072 + | checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
3073 3073 | dependencies = [
|
3074 3074 | "windows-sys 0.59.0",
|
3075 3075 | ]
|
3076 3076 |
|
3077 3077 | [[package]]
|
3078 3078 | name = "scopeguard"
|
3079 3079 | version = "1.2.0"
|
3080 3080 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3081 3081 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
3082 3082 |
|
3083 3083 | [[package]]
|
3084 3084 | name = "sct"
|
3085 3085 | version = "0.7.1"
|
3086 3086 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3087 3087 | checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
3088 3088 | dependencies = [
|
3089 3089 | "ring 0.17.8",
|
3090 3090 | "untrusted 0.9.0",
|
3091 3091 | ]
|
3092 3092 |
|
3093 3093 | [[package]]
|
3094 3094 | name = "sec1"
|
3095 3095 | version = "0.3.0"
|
3096 3096 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3097 3097 | checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
|
3098 3098 | dependencies = [
|
3099 3099 | "base16ct",
|
3100 3100 | "der",
|
3101 3101 | "generic-array",
|
3102 3102 | "pkcs8",
|
3103 3103 | "subtle",
|
3104 3104 | "zeroize",
|
3105 3105 | ]
|
3106 3106 |
|
3107 3107 | [[package]]
|
3108 3108 | name = "security-framework"
|
3109 3109 | version = "2.11.1"
|
3110 3110 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3111 3111 | checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
3112 3112 | dependencies = [
|
3113 3113 | "bitflags 2.6.0",
|
3114 3114 | "core-foundation",
|
3115 3115 | "core-foundation-sys",
|
3116 3116 | "libc",
|
3117 3117 | "security-framework-sys",
|
3118 3118 | ]
|
3119 3119 |
|
3120 3120 | [[package]]
|
3121 3121 | name = "security-framework-sys"
|
3122 - | version = "2.12.0"
|
3122 + | version = "2.12.1"
|
3123 3123 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3124 - | checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6"
|
3124 + | checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
|
3125 3125 | dependencies = [
|
3126 3126 | "core-foundation-sys",
|
3127 3127 | "libc",
|
3128 3128 | ]
|
3129 3129 |
|
3130 3130 | [[package]]
|
3131 3131 | name = "semver"
|
3132 3132 | version = "1.0.23"
|
3133 3133 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3134 3134 | checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
3135 3135 |
|
3136 3136 | [[package]]
|
3137 3137 | name = "separator"
|
3138 3138 | version = "0.4.1"
|
3139 3139 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3140 3140 | checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
|
3141 3141 |
|
3142 3142 | [[package]]
|
3143 3143 | name = "serde"
|
3144 - | version = "1.0.214"
|
3144 + | version = "1.0.215"
|
3145 3145 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3146 - | checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
|
3146 + | checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
|
3147 3147 | dependencies = [
|
3148 3148 | "serde_derive",
|
3149 3149 | ]
|
3150 3150 |
|
3151 3151 | [[package]]
|
3152 3152 | name = "serde_derive"
|
3153 - | version = "1.0.214"
|
3153 + | version = "1.0.215"
|
3154 3154 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3155 - | checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
|
3155 + | checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
|
3156 3156 | dependencies = [
|
3157 3157 | "proc-macro2",
|
3158 3158 | "quote",
|
3159 3159 | "syn 2.0.87",
|
3160 3160 | ]
|
3161 3161 |
|
3162 3162 | [[package]]
|
3163 3163 | name = "serde_json"
|
3164 - | version = "1.0.132"
|
3164 + | version = "1.0.133"
|
3165 3165 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3166 - | checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
|
3166 + | checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
|
3167 3167 | dependencies = [
|
3168 3168 | "indexmap 2.6.0",
|
3169 3169 | "itoa",
|
3170 3170 | "memchr",
|
3171 3171 | "ryu",
|
3172 3172 | "serde",
|
3173 3173 | ]
|
3174 3174 |
|
3175 3175 | [[package]]
|
3176 3176 | name = "serde_path_to_error"
|
3177 3177 | version = "0.1.16"
|
3178 3178 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3179 3179 | checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
|
3180 3180 | dependencies = [
|
3181 3181 | "itoa",
|
3182 3182 | "serde",
|
3183 3183 | ]
|
3184 3184 |
|
3185 3185 | [[package]]
|
3186 3186 | name = "serde_urlencoded"
|
3187 3187 | version = "0.7.1"
|
3188 3188 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3189 3189 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
3190 3190 | dependencies = [
|
3191 3191 | "form_urlencoded",
|
3192 3192 | "itoa",
|
3193 3193 | "ryu",
|
3194 3194 | "serde",
|
3195 3195 | ]
|
3196 3196 |
|
@@ -3351,3351 +3422,3422 @@
3351 3351 | [[package]]
|
3352 3352 | name = "tempfile"
|
3353 3353 | version = "3.12.0"
|
3354 3354 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3355 3355 | checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
|
3356 3356 | dependencies = [
|
3357 3357 | "cfg-if",
|
3358 3358 | "fastrand",
|
3359 3359 | "once_cell",
|
3360 3360 | "rustix",
|
3361 3361 | "windows-sys 0.59.0",
|
3362 3362 | ]
|
3363 3363 |
|
3364 3364 | [[package]]
|
3365 3365 | name = "termcolor"
|
3366 3366 | version = "1.4.1"
|
3367 3367 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3368 3368 | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
3369 3369 | dependencies = [
|
3370 3370 | "winapi-util",
|
3371 3371 | ]
|
3372 3372 |
|
3373 3373 | [[package]]
|
3374 3374 | name = "textwrap"
|
3375 3375 | version = "0.16.1"
|
3376 3376 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3377 3377 | checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
|
3378 3378 |
|
3379 3379 | [[package]]
|
3380 3380 | name = "thiserror"
|
3381 - | version = "1.0.68"
|
3381 + | version = "1.0.69"
|
3382 3382 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3383 - | checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
|
3383 + | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
3384 3384 | dependencies = [
|
3385 3385 | "thiserror-impl",
|
3386 3386 | ]
|
3387 3387 |
|
3388 3388 | [[package]]
|
3389 3389 | name = "thiserror-impl"
|
3390 - | version = "1.0.68"
|
3390 + | version = "1.0.69"
|
3391 3391 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3392 - | checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e"
|
3392 + | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
3393 3393 | dependencies = [
|
3394 3394 | "proc-macro2",
|
3395 3395 | "quote",
|
3396 3396 | "syn 2.0.87",
|
3397 3397 | ]
|
3398 3398 |
|
3399 3399 | [[package]]
|
3400 3400 | name = "thread_local"
|
3401 3401 | version = "1.1.8"
|
3402 3402 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3403 3403 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
3404 3404 | dependencies = [
|
3405 3405 | "cfg-if",
|
3406 3406 | "once_cell",
|
3407 3407 | ]
|
3408 3408 |
|
3409 3409 | [[package]]
|
3410 3410 | name = "time"
|
3411 3411 | version = "0.3.36"
|
3412 3412 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3413 3413 | checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
3414 3414 | dependencies = [
|
3415 3415 | "deranged",
|
3416 3416 | "itoa",
|
3417 3417 | "num-conv",
|
3418 3418 | "powerfmt",
|
3419 3419 | "serde",
|
3420 3420 | "time-core",
|
3421 3421 | "time-macros",
|
3422 3422 | ]
|
@@ -3451,3451 +3554,3554 @@
3451 3451 | name = "tinyvec"
|
3452 3452 | version = "1.8.0"
|
3453 3453 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3454 3454 | checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
3455 3455 | dependencies = [
|
3456 3456 | "tinyvec_macros",
|
3457 3457 | ]
|
3458 3458 |
|
3459 3459 | [[package]]
|
3460 3460 | name = "tinyvec_macros"
|
3461 3461 | version = "0.1.1"
|
3462 3462 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3463 3463 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
3464 3464 |
|
3465 3465 | [[package]]
|
3466 3466 | name = "tls-listener"
|
3467 3467 | version = "0.7.0"
|
3468 3468 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3469 3469 | checksum = "81294c017957a1a69794f506723519255879e15a870507faf45dfed288b763dd"
|
3470 3470 | dependencies = [
|
3471 3471 | "futures-util",
|
3472 3472 | "hyper 0.14.31",
|
3473 3473 | "pin-project-lite",
|
3474 3474 | "thiserror",
|
3475 3475 | "tokio",
|
3476 3476 | "tokio-rustls 0.24.1",
|
3477 3477 | ]
|
3478 3478 |
|
3479 3479 | [[package]]
|
3480 3480 | name = "tokio"
|
3481 - | version = "1.41.0"
|
3481 + | version = "1.41.1"
|
3482 3482 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3483 - | checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
|
3483 + | checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33"
|
3484 3484 | dependencies = [
|
3485 3485 | "backtrace",
|
3486 3486 | "bytes",
|
3487 3487 | "libc",
|
3488 3488 | "mio",
|
3489 3489 | "parking_lot",
|
3490 3490 | "pin-project-lite",
|
3491 3491 | "signal-hook-registry",
|
3492 3492 | "socket2",
|
3493 3493 | "tokio-macros",
|
3494 3494 | "windows-sys 0.52.0",
|
3495 3495 | ]
|
3496 3496 |
|
3497 3497 | [[package]]
|
3498 3498 | name = "tokio-macros"
|
3499 3499 | version = "2.4.0"
|
3500 3500 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3501 3501 | checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
3502 3502 | dependencies = [
|
3503 3503 | "proc-macro2",
|
3504 3504 | "quote",
|
3505 3505 | "syn 2.0.87",
|
3506 3506 | ]
|
3507 3507 |
|
3508 3508 | [[package]]
|
3509 3509 | name = "tokio-rustls"
|
3510 3510 | version = "0.24.1"
|
3511 3511 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3512 3512 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
3513 3513 | dependencies = [
|
3514 3514 | "rustls 0.21.12",
|
3515 3515 | "tokio",
|
3516 3516 | ]
|
3517 3517 |
|
3518 3518 | [[package]]
|
3519 3519 | name = "tokio-rustls"
|
3520 3520 | version = "0.26.0"
|
3521 3521 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3522 3522 | checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
3523 3523 | dependencies = [
|
3524 - | "rustls 0.23.16",
|
3524 + | "rustls 0.23.17",
|
3525 3525 | "rustls-pki-types",
|
3526 3526 | "tokio",
|
3527 3527 | ]
|
3528 3528 |
|
3529 3529 | [[package]]
|
3530 3530 | name = "tokio-stream"
|
3531 3531 | version = "0.1.16"
|
3532 3532 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3533 3533 | checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
|
3534 3534 | dependencies = [
|
3535 3535 | "futures-core",
|
3536 3536 | "pin-project-lite",
|
3537 3537 | "tokio",
|
3538 3538 | ]
|
3539 3539 |
|
3540 3540 | [[package]]
|
3541 3541 | name = "tokio-test"
|
3542 3542 | version = "0.4.4"
|
3543 3543 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3544 3544 | checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7"
|
3545 3545 | dependencies = [
|
3546 3546 | "async-stream",
|
3547 3547 | "bytes",
|
3548 3548 | "futures-core",
|
3549 3549 | "tokio",
|
3550 3550 | "tokio-stream",
|
3551 3551 | ]
|
3552 3552 |
|
3553 3553 | [[package]]
|
3554 3554 | name = "tokio-util"
|