rev. af37e631cf105bb218b01bed018aa2f285ab1597 (ignoring whitespace)
@@ -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"
|
@@ -75,75 +285,285 @@
75 75 | version = "1.9.0"
|
76 76 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
77 77 | checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
78 78 | dependencies = [
|
79 79 | "concurrent-queue",
|
80 80 | "event-listener 2.5.3",
|
81 81 | "futures-core",
|
82 82 | ]
|
83 83 |
|
84 84 | [[package]]
|
85 85 | name = "async-channel"
|
86 86 | version = "2.3.1"
|
87 87 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
88 88 | checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
|
89 89 | dependencies = [
|
90 90 | "concurrent-queue",
|
91 91 | "event-listener-strategy",
|
92 92 | "futures-core",
|
93 93 | "pin-project-lite",
|
94 94 | ]
|
95 95 |
|
96 96 | [[package]]
|
97 97 | name = "async-executor"
|
98 98 | version = "1.13.1"
|
99 99 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
100 100 | checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
|
101 101 | dependencies = [
|
102 102 | "async-task",
|
103 103 | "concurrent-queue",
|
104 104 | "fastrand 2.0.2",
|
105 - | "futures-lite 2.4.0",
|
105 + | "futures-lite 2.5.0",
|
106 106 | "slab",
|
107 107 | ]
|
108 108 |
|
109 109 | [[package]]
|
110 110 | name = "async-fs"
|
111 111 | version = "1.6.0"
|
112 112 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
113 113 | checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
|
114 114 | dependencies = [
|
115 115 | "async-lock 2.8.0",
|
116 116 | "autocfg",
|
117 117 | "blocking",
|
118 118 | "futures-lite 1.13.0",
|
119 119 | ]
|
120 120 |
|
121 121 | [[package]]
|
122 122 | name = "async-global-executor"
|
123 123 | version = "2.4.1"
|
124 124 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
125 125 | checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
|
126 126 | dependencies = [
|
127 127 | "async-channel 2.3.1",
|
128 128 | "async-executor",
|
129 - | "async-io 2.3.4",
|
129 + | "async-io 2.4.0",
|
130 130 | "async-lock 3.4.0",
|
131 131 | "blocking",
|
132 - | "futures-lite 2.4.0",
|
132 + | "futures-lite 2.5.0",
|
133 133 | "once_cell",
|
134 134 | ]
|
135 135 |
|
136 136 | [[package]]
|
137 137 | name = "async-io"
|
138 138 | version = "1.13.0"
|
139 139 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
140 140 | checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
|
141 141 | dependencies = [
|
142 142 | "async-lock 2.8.0",
|
143 143 | "autocfg",
|
144 144 | "cfg-if",
|
145 145 | "concurrent-queue",
|
146 146 | "futures-lite 1.13.0",
|
147 147 | "log",
|
148 148 | "parking",
|
149 149 | "polling 2.8.0",
|
150 150 | "rustix 0.37.27",
|
151 151 | "slab",
|
152 152 | "socket2 0.4.10",
|
153 153 | "waker-fn",
|
154 154 | ]
|
155 155 |
|
156 156 | [[package]]
|
157 157 | name = "async-io"
|
158 - | version = "2.3.4"
|
158 + | version = "2.4.0"
|
159 159 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
160 - | checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8"
|
160 + | checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
|
161 161 | dependencies = [
|
162 162 | "async-lock 3.4.0",
|
163 163 | "cfg-if",
|
164 164 | "concurrent-queue",
|
165 165 | "futures-io",
|
166 - | "futures-lite 2.4.0",
|
166 + | "futures-lite 2.5.0",
|
167 167 | "parking",
|
168 - | "polling 3.7.3",
|
169 - | "rustix 0.38.39",
|
168 + | "polling 3.7.4",
|
169 + | "rustix 0.38.41",
|
170 170 | "slab",
|
171 171 | "tracing",
|
172 172 | "windows-sys 0.59.0",
|
173 173 | ]
|
174 174 |
|
175 175 | [[package]]
|
176 176 | name = "async-lock"
|
177 177 | version = "2.8.0"
|
178 178 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
179 179 | checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
|
180 180 | dependencies = [
|
181 181 | "event-listener 2.5.3",
|
182 182 | ]
|
183 183 |
|
184 184 | [[package]]
|
185 185 | name = "async-lock"
|
186 186 | version = "3.4.0"
|
187 187 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
188 188 | checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
|
189 189 | dependencies = [
|
190 190 | "event-listener 5.3.1",
|
191 191 | "event-listener-strategy",
|
192 192 | "pin-project-lite",
|
193 193 | ]
|
194 194 |
|
195 195 | [[package]]
|
196 196 | name = "async-net"
|
197 197 | version = "1.8.0"
|
198 198 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
199 199 | checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
|
200 200 | dependencies = [
|
201 201 | "async-io 1.13.0",
|
202 202 | "blocking",
|
203 203 | "futures-lite 1.13.0",
|
204 204 | ]
|
205 205 |
|
206 206 | [[package]]
|
207 207 | name = "async-process"
|
208 208 | version = "1.8.1"
|
209 209 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
210 210 | checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
|
211 211 | dependencies = [
|
212 212 | "async-io 1.13.0",
|
213 213 | "async-lock 2.8.0",
|
214 214 | "async-signal",
|
215 215 | "blocking",
|
216 216 | "cfg-if",
|
217 217 | "event-listener 3.1.0",
|
218 218 | "futures-lite 1.13.0",
|
219 - | "rustix 0.38.39",
|
219 + | "rustix 0.38.41",
|
220 220 | "windows-sys 0.48.0",
|
221 221 | ]
|
222 222 |
|
223 223 | [[package]]
|
224 224 | name = "async-signal"
|
225 225 | version = "0.2.10"
|
226 226 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
227 227 | checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
|
228 228 | dependencies = [
|
229 - | "async-io 2.3.4",
|
229 + | "async-io 2.4.0",
|
230 230 | "async-lock 3.4.0",
|
231 231 | "atomic-waker",
|
232 232 | "cfg-if",
|
233 233 | "futures-core",
|
234 234 | "futures-io",
|
235 - | "rustix 0.38.39",
|
235 + | "rustix 0.38.41",
|
236 236 | "signal-hook-registry",
|
237 237 | "slab",
|
238 238 | "windows-sys 0.59.0",
|
239 239 | ]
|
240 240 |
|
241 241 | [[package]]
|
242 242 | name = "async-std"
|
243 243 | version = "1.13.0"
|
244 244 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
245 245 | checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
|
246 246 | dependencies = [
|
247 247 | "async-channel 1.9.0",
|
248 248 | "async-global-executor",
|
249 - | "async-io 2.3.4",
|
249 + | "async-io 2.4.0",
|
250 250 | "async-lock 3.4.0",
|
251 251 | "crossbeam-utils",
|
252 252 | "futures-channel",
|
253 253 | "futures-core",
|
254 254 | "futures-io",
|
255 - | "futures-lite 2.4.0",
|
255 + | "futures-lite 2.5.0",
|
256 256 | "gloo-timers",
|
257 257 | "kv-log-macro",
|
258 258 | "log",
|
259 259 | "memchr",
|
260 260 | "once_cell",
|
261 261 | "pin-project-lite",
|
262 262 | "pin-utils",
|
263 263 | "slab",
|
264 264 | "wasm-bindgen-futures",
|
265 265 | ]
|
266 266 |
|
267 267 | [[package]]
|
268 268 | name = "async-stream"
|
269 269 | version = "0.3.6"
|
270 270 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
271 271 | checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
272 272 | dependencies = [
|
273 273 | "async-stream-impl",
|
274 274 | "futures-core",
|
275 275 | "pin-project-lite",
|
276 276 | ]
|
277 277 |
|
278 278 | [[package]]
|
279 279 | name = "async-stream-impl"
|
280 280 | version = "0.3.6"
|
281 281 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
282 282 | checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
283 283 | dependencies = [
|
284 284 | "proc-macro2",
|
285 285 | "quote",
|
@@ -363,363 +453,453 @@
363 363 |
|
364 364 | [[package]]
|
365 365 | name = "aws-credential-types"
|
366 366 | version = "1.2.1"
|
367 367 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
368 368 | checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
|
369 369 | dependencies = [
|
370 370 | "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
371 371 | "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
372 372 | "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
373 373 | "zeroize",
|
374 374 | ]
|
375 375 |
|
376 376 | [[package]]
|
377 377 | name = "aws-endpoint"
|
378 378 | version = "0.60.3"
|
379 379 |
|
380 380 | [[package]]
|
381 381 | name = "aws-http"
|
382 382 | version = "0.60.6"
|
383 383 | dependencies = [
|
384 384 | "aws-runtime 1.4.3",
|
385 385 | ]
|
386 386 |
|
387 387 | [[package]]
|
388 388 | name = "aws-hyper"
|
389 389 | version = "0.60.3"
|
390 390 |
|
391 391 | [[package]]
|
392 392 | name = "aws-lc-fips-sys"
|
393 - | version = "0.12.13"
|
393 + | version = "0.12.14"
|
394 394 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
395 - | checksum = "bf12b67bc9c5168f68655aadb2a12081689a58f1d9b1484705e4d1810ed6e4ac"
|
395 + | checksum = "8671005a9c1e80bd3dc9aee84c5bfd594d32a3d645fdb56d5d9d5e26daa4c315"
|
396 396 | dependencies = [
|
397 397 | "bindgen",
|
398 398 | "cc",
|
399 399 | "cmake",
|
400 400 | "dunce",
|
401 401 | "fs_extra",
|
402 402 | "libc",
|
403 403 | "paste",
|
404 404 | ]
|
405 405 |
|
406 406 | [[package]]
|
407 407 | name = "aws-lc-rs"
|
408 - | version = "1.10.0"
|
408 + | version = "1.11.0"
|
409 409 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
410 - | checksum = "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d"
|
410 + | checksum = "fe7c2840b66236045acd2607d5866e274380afd87ef99d6226e961e2cb47df45"
|
411 411 | dependencies = [
|
412 412 | "aws-lc-fips-sys",
|
413 413 | "aws-lc-sys",
|
414 414 | "mirai-annotations",
|
415 415 | "paste",
|
416 416 | "zeroize",
|
417 417 | ]
|
418 418 |
|
419 419 | [[package]]
|
420 420 | name = "aws-lc-sys"
|
421 - | version = "0.22.0"
|
421 + | version = "0.23.0"
|
422 422 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
423 - | checksum = "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972"
|
423 + | checksum = "ad3a619a9de81e1d7de1f1186dcba4506ed661a0e483d84410fdef0ee87b2f96"
|
424 424 | dependencies = [
|
425 425 | "bindgen",
|
426 426 | "cc",
|
427 427 | "cmake",
|
428 428 | "dunce",
|
429 429 | "fs_extra",
|
430 430 | "libc",
|
431 431 | "paste",
|
432 432 | ]
|
433 433 |
|
434 434 | [[package]]
|
435 435 | name = "aws-runtime"
|
436 436 | version = "1.4.3"
|
437 437 | dependencies = [
|
438 438 | "arbitrary",
|
439 439 | "aws-credential-types 1.2.1",
|
440 440 | "aws-sigv4 1.2.5",
|
441 441 | "aws-smithy-async 1.2.1",
|
442 442 | "aws-smithy-eventstream 0.60.5",
|
443 443 | "aws-smithy-http 0.60.11",
|
444 444 | "aws-smithy-protocol-test 0.63.0",
|
445 445 | "aws-smithy-runtime 1.7.3",
|
446 446 | "aws-smithy-runtime-api 1.7.3",
|
447 447 | "aws-smithy-types 1.2.9",
|
448 448 | "aws-types 1.3.3",
|
449 449 | "bytes",
|
450 450 | "bytes-utils",
|
451 451 | "convert_case",
|
452 452 | "fastrand 2.0.2",
|
453 453 | "futures-util",
|
@@ -866,866 +928,928 @@
866 866 | "bytes-utils",
|
867 867 | "fastrand 2.0.2",
|
868 868 | "futures-util",
|
869 869 | "hdrhistogram",
|
870 870 | "hex",
|
871 871 | "hmac",
|
872 872 | "http 0.2.12",
|
873 873 | "http 1.1.0",
|
874 874 | "http-body 0.4.6",
|
875 875 | "http-body 1.0.1",
|
876 876 | "lru",
|
877 877 | "once_cell",
|
878 878 | "percent-encoding",
|
879 879 | "pretty_assertions",
|
880 880 | "proptest",
|
881 881 | "regex-lite",
|
882 882 | "serde_json",
|
883 883 | "sha2",
|
884 884 | "smol",
|
885 885 | "tempfile",
|
886 886 | "tokio",
|
887 887 | "tracing",
|
888 888 | "tracing-appender",
|
889 889 | "tracing-subscriber",
|
890 890 | "tracing-test",
|
891 891 | "url",
|
892 892 | ]
|
893 893 |
|
894 894 | [[package]]
|
895 895 | name = "aws-sdk-s3"
|
896 - | version = "1.60.0"
|
896 + | version = "1.61.0"
|
897 897 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
898 - | checksum = "0506cc60e392e33712d47717d5ae5760a3b134bf8ee7aea7e43df3d7e2669ae0"
|
898 + | checksum = "0e531658a0397d22365dfe26c3e1c0c8448bf6a3a2d8a098ded802f2b1261615"
|
899 899 | dependencies = [
|
900 900 | "aws-credential-types 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
901 901 | "aws-runtime 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
902 902 | "aws-sigv4 1.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
903 903 | "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
904 904 | "aws-smithy-checksums 0.60.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
905 905 | "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
906 906 | "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
907 907 | "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
908 908 | "aws-smithy-runtime 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
909 909 | "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
910 910 | "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
911 911 | "aws-smithy-xml 0.60.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
912 912 | "aws-types 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
913 913 | "bytes",
|
914 914 | "fastrand 2.0.2",
|
915 915 | "hex",
|
916 916 | "hmac",
|
917 917 | "http 0.2.12",
|
918 918 | "http-body 0.4.6",
|
919 919 | "lru",
|
920 920 | "once_cell",
|
921 921 | "percent-encoding",
|
922 922 | "regex-lite",
|
923 923 | "sha2",
|
924 924 | "tracing",
|
925 925 | "url",
|
926 926 | ]
|
927 927 |
|
928 928 | [[package]]
|
@@ -1278,1278 +1345,1345 @@
1278 1278 | name = "aws-smithy-eventstream"
|
1279 1279 | version = "0.60.5"
|
1280 1280 | dependencies = [
|
1281 1281 | "arbitrary",
|
1282 1282 | "aws-smithy-types 1.2.9",
|
1283 1283 | "bytes",
|
1284 1284 | "bytes-utils",
|
1285 1285 | "crc32fast",
|
1286 1286 | "derive_arbitrary",
|
1287 1287 | ]
|
1288 1288 |
|
1289 1289 | [[package]]
|
1290 1290 | name = "aws-smithy-eventstream"
|
1291 1291 | version = "0.60.5"
|
1292 1292 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1293 1293 | checksum = "cef7d0a272725f87e51ba2bf89f8c21e4df61b9e49ae1ac367a6d69916ef7c90"
|
1294 1294 | dependencies = [
|
1295 1295 | "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
1296 1296 | "bytes",
|
1297 1297 | "crc32fast",
|
1298 1298 | ]
|
1299 1299 |
|
1300 1300 | [[package]]
|
1301 1301 | name = "aws-smithy-experimental"
|
1302 1302 | version = "0.1.5"
|
1303 1303 | dependencies = [
|
1304 1304 | "aws-smithy-async 1.2.1",
|
1305 1305 | "aws-smithy-runtime 1.7.3",
|
1306 1306 | "aws-smithy-runtime-api 1.7.3",
|
1307 1307 | "aws-smithy-types 1.2.9",
|
1308 - | "h2 0.4.6",
|
1308 + | "h2 0.4.7",
|
1309 1309 | "http 1.1.0",
|
1310 - | "hyper 1.5.0",
|
1310 + | "hyper 1.5.1",
|
1311 1311 | "hyper-rustls 0.27.3",
|
1312 1312 | "hyper-util",
|
1313 1313 | "once_cell",
|
1314 1314 | "pin-project-lite",
|
1315 - | "rustls 0.23.16",
|
1315 + | "rustls 0.23.17",
|
1316 1316 | "tokio",
|
1317 1317 | "tower",
|
1318 1318 | "tracing",
|
1319 1319 | ]
|
1320 1320 |
|
1321 1321 | [[package]]
|
1322 1322 | name = "aws-smithy-http"
|
1323 1323 | version = "0.60.11"
|
1324 1324 | dependencies = [
|
1325 1325 | "async-stream",
|
1326 1326 | "aws-smithy-eventstream 0.60.5",
|
1327 1327 | "aws-smithy-runtime-api 1.7.3",
|
1328 1328 | "aws-smithy-types 1.2.9",
|
1329 1329 | "bytes",
|
1330 1330 | "bytes-utils",
|
1331 1331 | "futures-core",
|
1332 1332 | "futures-util",
|
1333 1333 | "http 0.2.12",
|
1334 1334 | "http-body 0.4.6",
|
1335 1335 | "hyper 0.14.31",
|
1336 1336 | "once_cell",
|
1337 1337 | "percent-encoding",
|
1338 1338 | "pin-project-lite",
|
1339 1339 | "pin-utils",
|
1340 1340 | "proptest",
|
1341 1341 | "tokio",
|
1342 1342 | "tracing",
|
1343 1343 | ]
|
1344 1344 |
|
1345 1345 | [[package]]
|
@@ -1366,1366 +1426,1426 @@
1366 1366 | [[package]]
|
1367 1367 | name = "aws-smithy-http-auth"
|
1368 1368 | version = "0.60.3"
|
1369 1369 |
|
1370 1370 | [[package]]
|
1371 1371 | name = "aws-smithy-http-tower"
|
1372 1372 | version = "0.60.3"
|
1373 1373 |
|
1374 1374 | [[package]]
|
1375 1375 | name = "aws-smithy-json"
|
1376 1376 | version = "0.60.7"
|
1377 1377 | dependencies = [
|
1378 1378 | "aws-smithy-types 1.2.9",
|
1379 1379 | "proptest",
|
1380 1380 | "serde_json",
|
1381 1381 | ]
|
1382 1382 |
|
1383 1383 | [[package]]
|
1384 1384 | name = "aws-smithy-json"
|
1385 1385 | version = "0.60.7"
|
1386 1386 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1387 1387 | checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
|
1388 1388 | dependencies = [
|
1389 1389 | "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
1390 1390 | ]
|
1391 1391 |
|
1392 1392 | [[package]]
|
1393 1393 | name = "aws-smithy-mocks-experimental"
|
1394 1394 | version = "0.2.1"
|
1395 1395 | dependencies = [
|
1396 - | "aws-sdk-s3 1.60.0",
|
1396 + | "aws-sdk-s3 1.61.0",
|
1397 1397 | "aws-smithy-runtime-api 1.7.3",
|
1398 1398 | "aws-smithy-types 1.2.9",
|
1399 1399 | "tokio",
|
1400 1400 | ]
|
1401 1401 |
|
1402 1402 | [[package]]
|
1403 1403 | name = "aws-smithy-protocol-test"
|
1404 1404 | version = "0.63.0"
|
1405 1405 | dependencies = [
|
1406 1406 | "assert-json-diff",
|
1407 1407 | "aws-smithy-runtime-api 1.7.3",
|
1408 1408 | "base64-simd",
|
1409 1409 | "cbor-diag",
|
1410 1410 | "ciborium",
|
1411 1411 | "http 0.2.12",
|
1412 1412 | "pretty_assertions",
|
1413 1413 | "regex-lite",
|
1414 1414 | "roxmltree",
|
1415 1415 | "serde_json",
|
1416 1416 | "thiserror",
|
1417 1417 | ]
|
1418 1418 |
|
1419 1419 | [[package]]
|
1420 1420 | name = "aws-smithy-protocol-test"
|
1421 1421 | version = "0.63.0"
|
1422 1422 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1423 1423 | checksum = "3b92b62199921f10685c6b588fdbeb81168ae4e7950ae3e5f50145a01bb5f1ad"
|
1424 1424 | dependencies = [
|
1425 1425 | "assert-json-diff",
|
1426 1426 | "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
@@ -1768,1768 +1828,1828 @@
1768 1768 | [[package]]
|
1769 1769 | name = "bitflags"
|
1770 1770 | version = "1.3.2"
|
1771 1771 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1772 1772 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
1773 1773 |
|
1774 1774 | [[package]]
|
1775 1775 | name = "bitflags"
|
1776 1776 | version = "2.6.0"
|
1777 1777 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1778 1778 | checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
1779 1779 |
|
1780 1780 | [[package]]
|
1781 1781 | name = "block-buffer"
|
1782 1782 | version = "0.10.4"
|
1783 1783 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1784 1784 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
1785 1785 | dependencies = [
|
1786 1786 | "generic-array",
|
1787 1787 | ]
|
1788 1788 |
|
1789 1789 | [[package]]
|
1790 1790 | name = "blocking"
|
1791 1791 | version = "1.6.1"
|
1792 1792 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1793 1793 | checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
|
1794 1794 | dependencies = [
|
1795 1795 | "async-channel 2.3.1",
|
1796 1796 | "async-task",
|
1797 1797 | "futures-io",
|
1798 - | "futures-lite 2.4.0",
|
1798 + | "futures-lite 2.5.0",
|
1799 1799 | "piper",
|
1800 1800 | ]
|
1801 1801 |
|
1802 1802 | [[package]]
|
1803 1803 | name = "bs58"
|
1804 1804 | version = "0.5.1"
|
1805 1805 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1806 1806 | checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
|
1807 1807 | dependencies = [
|
1808 1808 | "tinyvec",
|
1809 1809 | ]
|
1810 1810 |
|
1811 1811 | [[package]]
|
1812 1812 | name = "bumpalo"
|
1813 1813 | version = "3.16.0"
|
1814 1814 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1815 1815 | checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
1816 1816 |
|
1817 1817 | [[package]]
|
1818 1818 | name = "byteorder"
|
1819 1819 | version = "1.5.0"
|
1820 1820 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1821 1821 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
1822 1822 |
|
1823 1823 | [[package]]
|
1824 1824 | name = "bytes"
|
1825 1825 | version = "1.8.0"
|
1826 1826 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1827 1827 | checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
|
1828 1828 |
|
@@ -1836,1836 +1898,1898 @@
1836 1836 | "either",
|
1837 1837 | ]
|
1838 1838 |
|
1839 1839 | [[package]]
|
1840 1840 | name = "cast"
|
1841 1841 | version = "0.3.0"
|
1842 1842 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1843 1843 | checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
1844 1844 |
|
1845 1845 | [[package]]
|
1846 1846 | name = "cbor-diag"
|
1847 1847 | version = "0.1.12"
|
1848 1848 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1849 1849 | checksum = "dc245b6ecd09b23901a4fbad1ad975701fd5061ceaef6afa93a2d70605a64429"
|
1850 1850 | dependencies = [
|
1851 1851 | "bs58",
|
1852 1852 | "chrono",
|
1853 1853 | "data-encoding",
|
1854 1854 | "half",
|
1855 1855 | "nom",
|
1856 1856 | "num-bigint",
|
1857 1857 | "num-rational",
|
1858 1858 | "num-traits",
|
1859 1859 | "separator",
|
1860 1860 | "url",
|
1861 1861 | "uuid",
|
1862 1862 | ]
|
1863 1863 |
|
1864 1864 | [[package]]
|
1865 1865 | name = "cc"
|
1866 - | version = "1.1.36"
|
1866 + | version = "1.2.1"
|
1867 1867 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1868 - | checksum = "baee610e9452a8f6f0a1b6194ec09ff9e2d85dea54432acdae41aa0761c95d70"
|
1868 + | checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47"
|
1869 1869 | dependencies = [
|
1870 1870 | "jobserver",
|
1871 1871 | "libc",
|
1872 1872 | "shlex",
|
1873 1873 | ]
|
1874 1874 |
|
1875 1875 | [[package]]
|
1876 1876 | name = "cexpr"
|
1877 1877 | version = "0.6.0"
|
1878 1878 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1879 1879 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
1880 1880 | dependencies = [
|
1881 1881 | "nom",
|
1882 1882 | ]
|
1883 1883 |
|
1884 1884 | [[package]]
|
1885 1885 | name = "cfg-if"
|
1886 1886 | version = "1.0.0"
|
1887 1887 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1888 1888 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
1889 1889 |
|
1890 1890 | [[package]]
|
1891 1891 | name = "chrono"
|
1892 1892 | version = "0.4.38"
|
1893 1893 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1894 1894 | checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
1895 1895 | dependencies = [
|
1896 1896 | "num-traits",
|
1897 1897 | ]
|
1898 1898 |
|
@@ -1909,1909 +2045,2045 @@
1909 1909 |
|
1910 1910 | [[package]]
|
1911 1911 | name = "ciborium-io"
|
1912 1912 | version = "0.2.2"
|
1913 1913 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1914 1914 | checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
|
1915 1915 |
|
1916 1916 | [[package]]
|
1917 1917 | name = "ciborium-ll"
|
1918 1918 | version = "0.2.2"
|
1919 1919 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1920 1920 | checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
1921 1921 | dependencies = [
|
1922 1922 | "ciborium-io",
|
1923 1923 | "half",
|
1924 1924 | ]
|
1925 1925 |
|
1926 1926 | [[package]]
|
1927 1927 | name = "clang-sys"
|
1928 1928 | version = "1.8.1"
|
1929 1929 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1930 1930 | checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
1931 1931 | dependencies = [
|
1932 1932 | "glob",
|
1933 1933 | "libc",
|
1934 1934 | "libloading",
|
1935 1935 | ]
|
1936 1936 |
|
1937 1937 | [[package]]
|
1938 1938 | name = "clap"
|
1939 - | version = "4.5.20"
|
1939 + | version = "4.5.21"
|
1940 1940 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1941 - | checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
|
1941 + | checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f"
|
1942 1942 | dependencies = [
|
1943 1943 | "clap_builder",
|
1944 1944 | ]
|
1945 1945 |
|
1946 1946 | [[package]]
|
1947 1947 | name = "clap_builder"
|
1948 - | version = "4.5.20"
|
1948 + | version = "4.5.21"
|
1949 1949 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1950 - | checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
|
1950 + | checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec"
|
1951 1951 | dependencies = [
|
1952 1952 | "anstyle",
|
1953 1953 | "clap_lex",
|
1954 1954 | ]
|
1955 1955 |
|
1956 1956 | [[package]]
|
1957 1957 | name = "clap_lex"
|
1958 - | version = "0.7.2"
|
1958 + | version = "0.7.3"
|
1959 1959 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1960 - | checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
|
1960 + | checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7"
|
1961 1961 |
|
1962 1962 | [[package]]
|
1963 1963 | name = "cmake"
|
1964 1964 | version = "0.1.51"
|
1965 1965 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1966 1966 | checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a"
|
1967 1967 | dependencies = [
|
1968 1968 | "cc",
|
1969 1969 | ]
|
1970 1970 |
|
1971 1971 | [[package]]
|
1972 1972 | name = "concurrent-queue"
|
1973 1973 | version = "2.5.0"
|
1974 1974 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1975 1975 | checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
1976 1976 | dependencies = [
|
1977 1977 | "crossbeam-utils",
|
1978 1978 | ]
|
1979 1979 |
|
1980 1980 | [[package]]
|
1981 1981 | name = "const-oid"
|
1982 1982 | version = "0.9.6"
|
1983 1983 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1984 1984 | checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
1985 1985 |
|
1986 1986 | [[package]]
|
1987 1987 | name = "convert_case"
|
1988 1988 | version = "0.6.0"
|
1989 1989 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1990 1990 | checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
|
1991 1991 | dependencies = [
|
1992 1992 | "unicode-segmentation",
|
1993 1993 | ]
|
1994 1994 |
|
1995 1995 | [[package]]
|
1996 1996 | name = "core-foundation"
|
1997 1997 | version = "0.9.4"
|
1998 1998 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1999 1999 | checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
2000 2000 | dependencies = [
|
2001 2001 | "core-foundation-sys",
|
2002 2002 | "libc",
|
2003 2003 | ]
|
2004 2004 |
|
2005 2005 | [[package]]
|
2006 2006 | name = "core-foundation-sys"
|
2007 2007 | version = "0.8.7"
|
2008 2008 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2009 2009 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2010 2010 |
|
2011 2011 | [[package]]
|
2012 2012 | name = "cpufeatures"
|
2013 - | version = "0.2.14"
|
2013 + | version = "0.2.15"
|
2014 2014 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015 - | checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
|
2015 + | checksum = "0ca741a962e1b0bff6d724a1a0958b686406e853bb14061f218562e1896f95e6"
|
2016 2016 | dependencies = [
|
2017 2017 | "libc",
|
2018 2018 | ]
|
2019 2019 |
|
2020 2020 | [[package]]
|
2021 2021 | name = "crc32c"
|
2022 2022 | version = "0.6.8"
|
2023 2023 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024 2024 | checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
|
2025 2025 | dependencies = [
|
2026 2026 | "rustc_version",
|
2027 2027 | ]
|
2028 2028 |
|
2029 2029 | [[package]]
|
2030 2030 | name = "crc32fast"
|
2031 2031 | version = "1.4.2"
|
2032 2032 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2033 2033 | checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2034 2034 | dependencies = [
|
2035 2035 | "cfg-if",
|
2036 2036 | ]
|
2037 2037 |
|
2038 2038 | [[package]]
|
2039 2039 | name = "criterion"
|
2040 2040 | version = "0.5.1"
|
2041 2041 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2042 2042 | checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
|
2043 2043 | dependencies = [
|
2044 2044 | "anes",
|
2045 2045 | "cast",
|
@@ -2306,2306 +2368,2368 @@
2306 2306 | "syn 1.0.109",
|
2307 2307 | ]
|
2308 2308 |
|
2309 2309 | [[package]]
|
2310 2310 | name = "fastrand"
|
2311 2311 | version = "1.9.0"
|
2312 2312 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2313 2313 | checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2314 2314 | dependencies = [
|
2315 2315 | "instant",
|
2316 2316 | ]
|
2317 2317 |
|
2318 2318 | [[package]]
|
2319 2319 | name = "fastrand"
|
2320 2320 | version = "2.0.2"
|
2321 2321 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2322 2322 | checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
|
2323 2323 |
|
2324 2324 | [[package]]
|
2325 2325 | name = "ff"
|
2326 2326 | version = "0.12.1"
|
2327 2327 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2328 2328 | checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
|
2329 2329 | dependencies = [
|
2330 2330 | "rand_core",
|
2331 2331 | "subtle",
|
2332 2332 | ]
|
2333 2333 |
|
2334 2334 | [[package]]
|
2335 2335 | name = "flate2"
|
2336 - | version = "1.0.34"
|
2336 + | version = "1.0.35"
|
2337 2337 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2338 - | checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
|
2338 + | checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
|
2339 2339 | dependencies = [
|
2340 2340 | "crc32fast",
|
2341 2341 | "miniz_oxide",
|
2342 2342 | ]
|
2343 2343 |
|
2344 2344 | [[package]]
|
2345 2345 | name = "fnv"
|
2346 2346 | version = "1.0.7"
|
2347 2347 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2348 2348 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2349 2349 |
|
2350 2350 | [[package]]
|
2351 2351 | name = "foldhash"
|
2352 2352 | version = "0.1.3"
|
2353 2353 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2354 2354 | checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
|
2355 2355 |
|
2356 2356 | [[package]]
|
2357 2357 | name = "form_urlencoded"
|
2358 2358 | version = "1.2.1"
|
2359 2359 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2360 2360 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2361 2361 | dependencies = [
|
2362 2362 | "percent-encoding",
|
2363 2363 | ]
|
2364 2364 |
|
2365 2365 | [[package]]
|
2366 2366 | name = "fs_extra"
|
2367 2367 | version = "1.3.0"
|
2368 2368 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -2379,2379 +2441,2441 @@
2379 2379 |
|
2380 2380 | [[package]]
|
2381 2381 | name = "futures-core"
|
2382 2382 | version = "0.3.31"
|
2383 2383 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2384 2384 | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2385 2385 |
|
2386 2386 | [[package]]
|
2387 2387 | name = "futures-io"
|
2388 2388 | version = "0.3.31"
|
2389 2389 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2390 2390 | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
2391 2391 |
|
2392 2392 | [[package]]
|
2393 2393 | name = "futures-lite"
|
2394 2394 | version = "1.13.0"
|
2395 2395 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2396 2396 | checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
2397 2397 | dependencies = [
|
2398 2398 | "fastrand 1.9.0",
|
2399 2399 | "futures-core",
|
2400 2400 | "futures-io",
|
2401 2401 | "memchr",
|
2402 2402 | "parking",
|
2403 2403 | "pin-project-lite",
|
2404 2404 | "waker-fn",
|
2405 2405 | ]
|
2406 2406 |
|
2407 2407 | [[package]]
|
2408 2408 | name = "futures-lite"
|
2409 - | version = "2.4.0"
|
2409 + | version = "2.5.0"
|
2410 2410 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2411 - | checksum = "3f1fa2f9765705486b33fd2acf1577f8ec449c2ba1f318ae5447697b7c08d210"
|
2411 + | checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1"
|
2412 2412 | dependencies = [
|
2413 2413 | "fastrand 2.0.2",
|
2414 2414 | "futures-core",
|
2415 2415 | "futures-io",
|
2416 2416 | "parking",
|
2417 2417 | "pin-project-lite",
|
2418 2418 | ]
|
2419 2419 |
|
2420 2420 | [[package]]
|
2421 2421 | name = "futures-macro"
|
2422 2422 | version = "0.3.31"
|
2423 2423 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2424 2424 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2425 2425 | dependencies = [
|
2426 2426 | "proc-macro2",
|
2427 2427 | "quote",
|
2428 2428 | "syn 2.0.87",
|
2429 2429 | ]
|
2430 2430 |
|
2431 2431 | [[package]]
|
2432 2432 | name = "futures-sink"
|
2433 2433 | version = "0.3.31"
|
2434 2434 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2435 2435 | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2436 2436 |
|
2437 2437 | [[package]]
|
2438 2438 | name = "futures-task"
|
2439 2439 | version = "0.3.31"
|
2440 2440 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2441 2441 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
@@ -2504,2504 +2566,2566 @@
2504 2504 | version = "0.12.1"
|
2505 2505 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2506 2506 | checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
|
2507 2507 | dependencies = [
|
2508 2508 | "ff",
|
2509 2509 | "rand_core",
|
2510 2510 | "subtle",
|
2511 2511 | ]
|
2512 2512 |
|
2513 2513 | [[package]]
|
2514 2514 | name = "h2"
|
2515 2515 | version = "0.3.26"
|
2516 2516 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2517 2517 | checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
2518 2518 | dependencies = [
|
2519 2519 | "bytes",
|
2520 2520 | "fnv",
|
2521 2521 | "futures-core",
|
2522 2522 | "futures-sink",
|
2523 2523 | "futures-util",
|
2524 2524 | "http 0.2.12",
|
2525 2525 | "indexmap",
|
2526 2526 | "slab",
|
2527 2527 | "tokio",
|
2528 2528 | "tokio-util",
|
2529 2529 | "tracing",
|
2530 2530 | ]
|
2531 2531 |
|
2532 2532 | [[package]]
|
2533 2533 | name = "h2"
|
2534 - | version = "0.4.6"
|
2534 + | version = "0.4.7"
|
2535 2535 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2536 - | checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
|
2536 + | checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
|
2537 2537 | dependencies = [
|
2538 2538 | "atomic-waker",
|
2539 2539 | "bytes",
|
2540 2540 | "fnv",
|
2541 2541 | "futures-core",
|
2542 2542 | "futures-sink",
|
2543 2543 | "http 1.1.0",
|
2544 2544 | "indexmap",
|
2545 2545 | "slab",
|
2546 2546 | "tokio",
|
2547 2547 | "tokio-util",
|
2548 2548 | "tracing",
|
2549 2549 | ]
|
2550 2550 |
|
2551 2551 | [[package]]
|
2552 2552 | name = "half"
|
2553 2553 | version = "2.4.1"
|
2554 2554 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2555 2555 | checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
|
2556 2556 | dependencies = [
|
2557 2557 | "cfg-if",
|
2558 2558 | "crunchy",
|
2559 2559 | ]
|
2560 2560 |
|
2561 2561 | [[package]]
|
2562 2562 | name = "hashbrown"
|
2563 2563 | version = "0.15.1"
|
2564 2564 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2565 2565 | checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3"
|
2566 2566 | dependencies = [
|
@@ -2698,2698 +2822,2822 @@
2698 2698 | version = "1.0.3"
|
2699 2699 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2700 2700 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2701 2701 |
|
2702 2702 | [[package]]
|
2703 2703 | name = "hyper"
|
2704 2704 | version = "0.14.31"
|
2705 2705 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2706 2706 | checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
|
2707 2707 | dependencies = [
|
2708 2708 | "bytes",
|
2709 2709 | "futures-channel",
|
2710 2710 | "futures-core",
|
2711 2711 | "futures-util",
|
2712 2712 | "h2 0.3.26",
|
2713 2713 | "http 0.2.12",
|
2714 2714 | "http-body 0.4.6",
|
2715 2715 | "httparse",
|
2716 2716 | "httpdate",
|
2717 2717 | "itoa",
|
2718 2718 | "pin-project-lite",
|
2719 2719 | "socket2 0.5.7",
|
2720 2720 | "tokio",
|
2721 2721 | "tower-service",
|
2722 2722 | "tracing",
|
2723 2723 | "want",
|
2724 2724 | ]
|
2725 2725 |
|
2726 2726 | [[package]]
|
2727 2727 | name = "hyper"
|
2728 - | version = "1.5.0"
|
2728 + | version = "1.5.1"
|
2729 2729 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2730 - | checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a"
|
2730 + | checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
|
2731 2731 | dependencies = [
|
2732 2732 | "bytes",
|
2733 2733 | "futures-channel",
|
2734 2734 | "futures-util",
|
2735 - | "h2 0.4.6",
|
2735 + | "h2 0.4.7",
|
2736 2736 | "http 1.1.0",
|
2737 2737 | "http-body 1.0.1",
|
2738 2738 | "httparse",
|
2739 2739 | "itoa",
|
2740 2740 | "pin-project-lite",
|
2741 2741 | "smallvec",
|
2742 2742 | "tokio",
|
2743 2743 | "want",
|
2744 2744 | ]
|
2745 2745 |
|
2746 2746 | [[package]]
|
2747 2747 | name = "hyper-rustls"
|
2748 2748 | version = "0.24.2"
|
2749 2749 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2750 2750 | checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
2751 2751 | dependencies = [
|
2752 2752 | "futures-util",
|
2753 2753 | "http 0.2.12",
|
2754 2754 | "hyper 0.14.31",
|
2755 2755 | "log",
|
2756 2756 | "rustls 0.21.12",
|
2757 2757 | "rustls-native-certs 0.6.3",
|
2758 2758 | "tokio",
|
2759 2759 | "tokio-rustls 0.24.1",
|
2760 2760 | "webpki-roots",
|
2761 2761 | ]
|
2762 2762 |
|
2763 2763 | [[package]]
|
2764 2764 | name = "hyper-rustls"
|
2765 2765 | version = "0.27.3"
|
2766 2766 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2767 2767 | checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
|
2768 2768 | dependencies = [
|
2769 2769 | "futures-util",
|
2770 2770 | "http 1.1.0",
|
2771 - | "hyper 1.5.0",
|
2771 + | "hyper 1.5.1",
|
2772 2772 | "hyper-util",
|
2773 - | "rustls 0.23.16",
|
2773 + | "rustls 0.23.17",
|
2774 2774 | "rustls-native-certs 0.8.0",
|
2775 2775 | "rustls-pki-types",
|
2776 2776 | "tokio",
|
2777 2777 | "tokio-rustls 0.26.0",
|
2778 2778 | "tower-service",
|
2779 2779 | ]
|
2780 2780 |
|
2781 2781 | [[package]]
|
2782 2782 | name = "hyper-util"
|
2783 2783 | version = "0.1.10"
|
2784 2784 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2785 2785 | checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
2786 2786 | dependencies = [
|
2787 2787 | "bytes",
|
2788 2788 | "futures-channel",
|
2789 2789 | "futures-util",
|
2790 2790 | "http 1.1.0",
|
2791 2791 | "http-body 1.0.1",
|
2792 - | "hyper 1.5.0",
|
2792 + | "hyper 1.5.1",
|
2793 2793 | "pin-project-lite",
|
2794 2794 | "socket2 0.5.7",
|
2795 2795 | "tokio",
|
2796 2796 | "tower-service",
|
2797 2797 | "tracing",
|
2798 2798 | ]
|
2799 2799 |
|
2800 2800 | [[package]]
|
2801 2801 | name = "idna"
|
2802 2802 | version = "0.5.0"
|
2803 2803 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2804 2804 | checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2805 2805 | dependencies = [
|
2806 2806 | "unicode-bidi",
|
2807 2807 | "unicode-normalization",
|
2808 2808 | ]
|
2809 2809 |
|
2810 2810 | [[package]]
|
2811 2811 | name = "indexmap"
|
2812 2812 | version = "2.6.0"
|
2813 2813 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2814 2814 | checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
|
2815 2815 | dependencies = [
|
2816 2816 | "equivalent",
|
2817 2817 | "hashbrown",
|
2818 2818 | "serde",
|
2819 2819 | ]
|
2820 2820 |
|
2821 2821 | [[package]]
|
2822 2822 | name = "instant"
|
@@ -2887,2887 +2959,2958 @@
2887 2887 | version = "0.3.72"
|
2888 2888 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2889 2889 | checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
|
2890 2890 | dependencies = [
|
2891 2891 | "wasm-bindgen",
|
2892 2892 | ]
|
2893 2893 |
|
2894 2894 | [[package]]
|
2895 2895 | name = "kv-log-macro"
|
2896 2896 | version = "1.0.7"
|
2897 2897 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2898 2898 | checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
2899 2899 | dependencies = [
|
2900 2900 | "log",
|
2901 2901 | ]
|
2902 2902 |
|
2903 2903 | [[package]]
|
2904 2904 | name = "lazy_static"
|
2905 2905 | version = "1.5.0"
|
2906 2906 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2907 2907 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2908 2908 |
|
2909 2909 | [[package]]
|
2910 2910 | name = "lazycell"
|
2911 2911 | version = "1.3.0"
|
2912 2912 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2913 2913 | checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
2914 2914 |
|
2915 2915 | [[package]]
|
2916 2916 | name = "libc"
|
2917 - | version = "0.2.161"
|
2917 + | version = "0.2.164"
|
2918 2918 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2919 - | checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
|
2919 + | checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f"
|
2920 2920 |
|
2921 2921 | [[package]]
|
2922 2922 | name = "libfuzzer-sys"
|
2923 - | version = "0.4.7"
|
2923 + | version = "0.4.8"
|
2924 2924 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2925 - | checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
|
2925 + | checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
|
2926 2926 | dependencies = [
|
2927 2927 | "arbitrary",
|
2928 2928 | "cc",
|
2929 - | "once_cell",
|
2930 2929 | ]
|
2931 2930 |
|
2932 2931 | [[package]]
|
2933 2932 | name = "libloading"
|
2934 2933 | version = "0.8.5"
|
2935 2934 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2936 2935 | checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
|
2937 2936 | dependencies = [
|
2938 2937 | "cfg-if",
|
2939 2938 | "windows-targets 0.52.6",
|
2940 2939 | ]
|
2941 2940 |
|
2942 2941 | [[package]]
|
2943 2942 | name = "libm"
|
2944 2943 | version = "0.2.11"
|
2945 2944 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2946 2945 | checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
|
2947 2946 |
|
2948 2947 | [[package]]
|
2949 2948 | name = "linux-raw-sys"
|
2950 2949 | version = "0.3.8"
|
2951 2950 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2952 2951 | checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
2953 2952 |
|
2954 2953 | [[package]]
|
2955 2954 | name = "linux-raw-sys"
|
2956 2955 | version = "0.4.14"
|
2957 2956 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2958 2957 | checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2959 2958 |
|
@@ -3273,3272 +3341,3340 @@
3273 3272 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3274 3273 | checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
|
3275 3274 |
|
3276 3275 | [[package]]
|
3277 3276 | name = "plotters-svg"
|
3278 3277 | version = "0.3.7"
|
3279 3278 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3280 3279 | checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
|
3281 3280 | dependencies = [
|
3282 3281 | "plotters-backend",
|
3283 3282 | ]
|
3284 3283 |
|
3285 3284 | [[package]]
|
3286 3285 | name = "polling"
|
3287 3286 | version = "2.8.0"
|
3288 3287 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3289 3288 | checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
|
3290 3289 | dependencies = [
|
3291 3290 | "autocfg",
|
3292 3291 | "bitflags 1.3.2",
|
3293 3292 | "cfg-if",
|
3294 3293 | "concurrent-queue",
|
3295 3294 | "libc",
|
3296 3295 | "log",
|
3297 3296 | "pin-project-lite",
|
3298 3297 | "windows-sys 0.48.0",
|
3299 3298 | ]
|
3300 3299 |
|
3301 3300 | [[package]]
|
3302 3301 | name = "polling"
|
3303 - | version = "3.7.3"
|
3302 + | version = "3.7.4"
|
3304 3303 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3305 - | checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
|
3304 + | checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
|
3306 3305 | dependencies = [
|
3307 3306 | "cfg-if",
|
3308 3307 | "concurrent-queue",
|
3309 3308 | "hermit-abi 0.4.0",
|
3310 3309 | "pin-project-lite",
|
3311 - | "rustix 0.38.39",
|
3310 + | "rustix 0.38.41",
|
3312 3311 | "tracing",
|
3313 3312 | "windows-sys 0.59.0",
|
3314 3313 | ]
|
3315 3314 |
|
3316 3315 | [[package]]
|
3317 3316 | name = "powerfmt"
|
3318 3317 | version = "0.2.0"
|
3319 3318 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3320 3319 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
3321 3320 |
|
3322 3321 | [[package]]
|
3323 3322 | name = "ppv-lite86"
|
3324 3323 | version = "0.2.20"
|
3325 3324 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3326 3325 | checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
3327 3326 | dependencies = [
|
3328 3327 | "zerocopy",
|
3329 3328 | ]
|
3330 3329 |
|
3331 3330 | [[package]]
|
3332 3331 | name = "pretty_assertions"
|
3333 3332 | version = "1.4.1"
|
3334 3333 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3335 3334 | checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
|
3336 3335 | dependencies = [
|
3337 3336 | "diff",
|
3338 3337 | "yansi",
|
3339 3338 | ]
|
3340 3339 |
|
3341 3340 | [[package]]
|
@@ -3465,3464 +3542,3541 @@
3465 3464 | "rayon-core",
|
3466 3465 | ]
|
3467 3466 |
|
3468 3467 | [[package]]
|
3469 3468 | name = "rayon-core"
|
3470 3469 | version = "1.12.1"
|
3471 3470 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3472 3471 | checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
3473 3472 | dependencies = [
|
3474 3473 | "crossbeam-deque",
|
3475 3474 | "crossbeam-utils",
|
3476 3475 | ]
|
3477 3476 |
|
3478 3477 | [[package]]
|
3479 3478 | name = "redox_syscall"
|
3480 3479 | version = "0.5.7"
|
3481 3480 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3482 3481 | checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
|
3483 3482 | dependencies = [
|
3484 3483 | "bitflags 2.6.0",
|
3485 3484 | ]
|
3486 3485 |
|
3487 3486 | [[package]]
|
3488 3487 | name = "regex"
|
3489 3488 | version = "1.11.1"
|
3490 3489 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3491 3490 | checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
3492 3491 | dependencies = [
|
3493 3492 | "aho-corasick",
|
3494 3493 | "memchr",
|
3495 - | "regex-automata 0.4.8",
|
3494 + | "regex-automata 0.4.9",
|
3496 3495 | "regex-syntax 0.8.5",
|
3497 3496 | ]
|
3498 3497 |
|
3499 3498 | [[package]]
|
3500 3499 | name = "regex-automata"
|
3501 3500 | version = "0.1.10"
|
3502 3501 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3503 3502 | checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
3504 3503 | dependencies = [
|
3505 3504 | "regex-syntax 0.6.29",
|
3506 3505 | ]
|
3507 3506 |
|
3508 3507 | [[package]]
|
3509 3508 | name = "regex-automata"
|
3510 - | version = "0.4.8"
|
3509 + | version = "0.4.9"
|
3511 3510 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3512 - | checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
|
3511 + | checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
3513 3512 | dependencies = [
|
3514 3513 | "aho-corasick",
|
3515 3514 | "memchr",
|
3516 3515 | "regex-syntax 0.8.5",
|
3517 3516 | ]
|
3518 3517 |
|
3519 3518 | [[package]]
|
3520 3519 | name = "regex-lite"
|
3521 3520 | version = "0.1.6"
|
3522 3521 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3523 3522 | checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
|
3524 3523 |
|
3525 3524 | [[package]]
|
3526 3525 | name = "regex-syntax"
|
3527 3526 | version = "0.6.29"
|
3528 3527 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3529 3528 | checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
3530 3529 |
|
3531 3530 | [[package]]
|
3532 3531 | name = "regex-syntax"
|
3533 3532 | version = "0.8.5"
|
3534 3533 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3535 3534 | checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
3536 3535 |
|
3537 3536 | [[package]]
|
3538 3537 | name = "rfc6979"
|
3539 3538 | version = "0.3.1"
|
3540 3539 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3541 3540 | checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
|
3542 3541 | dependencies = [
|
@@ -3579,3578 +3666,3665 @@
3579 3578 | name = "rustc-hash"
|
3580 3579 | version = "1.1.0"
|
3581 3580 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3582 3581 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
3583 3582 |
|
3584 3583 | [[package]]
|
3585 3584 | name = "rustc_version"
|
3586 3585 | version = "0.4.1"
|
3587 3586 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3588 3587 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
3589 3588 | dependencies = [
|
3590 3589 | "semver",
|
3591 3590 | ]
|
3592 3591 |
|
3593 3592 | [[package]]
|
3594 3593 | name = "rustix"
|
3595 3594 | version = "0.37.27"
|
3596 3595 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3597 3596 | checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
|
3598 3597 | dependencies = [
|
3599 3598 | "bitflags 1.3.2",
|
3600 3599 | "errno",
|
3601 3600 | "io-lifetimes",
|
3602 3601 | "libc",
|
3603 3602 | "linux-raw-sys 0.3.8",
|
3604 3603 | "windows-sys 0.48.0",
|
3605 3604 | ]
|
3606 3605 |
|
3607 3606 | [[package]]
|
3608 3607 | name = "rustix"
|
3609 - | version = "0.38.39"
|
3608 + | version = "0.38.41"
|
3610 3609 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3611 - | checksum = "375116bee2be9ed569afe2154ea6a99dfdffd257f533f187498c2a8f5feaf4ee"
|
3610 + | checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6"
|
3612 3611 | dependencies = [
|
3613 3612 | "bitflags 2.6.0",
|
3614 3613 | "errno",
|
3615 3614 | "libc",
|
3616 3615 | "linux-raw-sys 0.4.14",
|
3617 3616 | "windows-sys 0.52.0",
|
3618 3617 | ]
|
3619 3618 |
|
3620 3619 | [[package]]
|
3621 3620 | name = "rustls"
|
3622 3621 | version = "0.21.12"
|
3623 3622 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3624 3623 | checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
3625 3624 | dependencies = [
|
3626 3625 | "log",
|
3627 3626 | "ring",
|
3628 3627 | "rustls-webpki 0.101.7",
|
3629 3628 | "sct",
|
3630 3629 | ]
|
3631 3630 |
|
3632 3631 | [[package]]
|
3633 3632 | name = "rustls"
|
3634 - | version = "0.23.16"
|
3633 + | version = "0.23.17"
|
3635 3634 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3636 - | checksum = "eee87ff5d9b36712a58574e12e9f0ea80f915a5b0ac518d322b24a465617925e"
|
3635 + | checksum = "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e"
|
3637 3636 | dependencies = [
|
3638 3637 | "aws-lc-rs",
|
3639 3638 | "once_cell",
|
3640 3639 | "ring",
|
3641 3640 | "rustls-pki-types",
|
3642 3641 | "rustls-webpki 0.102.8",
|
3643 3642 | "subtle",
|
3644 3643 | "zeroize",
|
3645 3644 | ]
|
3646 3645 |
|
3647 3646 | [[package]]
|
3648 3647 | name = "rustls-native-certs"
|
3649 3648 | version = "0.6.3"
|
3650 3649 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3651 3650 | checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
3652 3651 | dependencies = [
|
3653 3652 | "openssl-probe",
|
3654 3653 | "rustls-pemfile 1.0.4",
|
3655 3654 | "schannel",
|
3656 3655 | "security-framework",
|
3657 3656 | ]
|
3658 3657 |
|
3659 3658 | [[package]]
|
3660 3659 | name = "rustls-native-certs"
|
3661 3660 | version = "0.8.0"
|
3662 3661 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3663 3662 | checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a"
|
3664 3663 | dependencies = [
|
3665 3664 | "openssl-probe",
|
3666 3665 | "rustls-pemfile 2.2.0",
|
@@ -3717,3716 +3873,3872 @@
3717 3716 |
|
3718 3717 | [[package]]
|
3719 3718 | name = "rusty-fork"
|
3720 3719 | version = "0.3.0"
|
3721 3720 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3722 3721 | checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
|
3723 3722 | dependencies = [
|
3724 3723 | "fnv",
|
3725 3724 | "quick-error",
|
3726 3725 | "tempfile",
|
3727 3726 | "wait-timeout",
|
3728 3727 | ]
|
3729 3728 |
|
3730 3729 | [[package]]
|
3731 3730 | name = "ryu"
|
3732 3731 | version = "1.0.18"
|
3733 3732 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3734 3733 | checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
3735 3734 |
|
3736 3735 | [[package]]
|
3737 3736 | name = "same-file"
|
3738 3737 | version = "1.0.6"
|
3739 3738 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3740 3739 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
3741 3740 | dependencies = [
|
3742 3741 | "winapi-util",
|
3743 3742 | ]
|
3744 3743 |
|
3745 3744 | [[package]]
|
3746 3745 | name = "schannel"
|
3747 - | version = "0.1.26"
|
3746 + | version = "0.1.27"
|
3748 3747 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3749 - | checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1"
|
3748 + | checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
3750 3749 | dependencies = [
|
3751 3750 | "windows-sys 0.59.0",
|
3752 3751 | ]
|
3753 3752 |
|
3754 3753 | [[package]]
|
3755 3754 | name = "scopeguard"
|
3756 3755 | version = "1.2.0"
|
3757 3756 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3758 3757 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
3759 3758 |
|
3760 3759 | [[package]]
|
3761 3760 | name = "sct"
|
3762 3761 | version = "0.7.1"
|
3763 3762 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3764 3763 | checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
3765 3764 | dependencies = [
|
3766 3765 | "ring",
|
3767 3766 | "untrusted",
|
3768 3767 | ]
|
3769 3768 |
|
3770 3769 | [[package]]
|
3771 3770 | name = "sec1"
|
3772 3771 | version = "0.3.0"
|
3773 3772 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3774 3773 | checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
|
3775 3774 | dependencies = [
|
3776 3775 | "base16ct",
|
3777 3776 | "der",
|
3778 3777 | "generic-array",
|
3779 3778 | "pkcs8",
|
3780 3779 | "subtle",
|
3781 3780 | "zeroize",
|
3782 3781 | ]
|
3783 3782 |
|
3784 3783 | [[package]]
|
3785 3784 | name = "security-framework"
|
3786 3785 | version = "2.11.1"
|
3787 3786 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3788 3787 | checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
3789 3788 | dependencies = [
|
3790 3789 | "bitflags 2.6.0",
|
3791 3790 | "core-foundation",
|
3792 3791 | "core-foundation-sys",
|
3793 3792 | "libc",
|
3794 3793 | "security-framework-sys",
|
3795 3794 | ]
|
3796 3795 |
|
3797 3796 | [[package]]
|
3798 3797 | name = "security-framework-sys"
|
3799 - | version = "2.12.0"
|
3798 + | version = "2.12.1"
|
3800 3799 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3801 - | checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6"
|
3800 + | checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
|
3802 3801 | dependencies = [
|
3803 3802 | "core-foundation-sys",
|
3804 3803 | "libc",
|
3805 3804 | ]
|
3806 3805 |
|
3807 3806 | [[package]]
|
3808 3807 | name = "semver"
|
3809 3808 | version = "1.0.23"
|
3810 3809 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3811 3810 | checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
3812 3811 |
|
3813 3812 | [[package]]
|
3814 3813 | name = "separator"
|
3815 3814 | version = "0.4.1"
|
3816 3815 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3817 3816 | checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
|
3818 3817 |
|
3819 3818 | [[package]]
|
3820 3819 | name = "serde"
|
3821 - | version = "1.0.214"
|
3820 + | version = "1.0.215"
|
3822 3821 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3823 - | checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
|
3822 + | checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
|
3824 3823 | dependencies = [
|
3825 3824 | "serde_derive",
|
3826 3825 | ]
|
3827 3826 |
|
3828 3827 | [[package]]
|
3829 3828 | name = "serde_derive"
|
3830 - | version = "1.0.214"
|
3829 + | version = "1.0.215"
|
3831 3830 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3832 - | checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
|
3831 + | checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
|
3833 3832 | dependencies = [
|
3834 3833 | "proc-macro2",
|
3835 3834 | "quote",
|
3836 3835 | "syn 2.0.87",
|
3837 3836 | ]
|
3838 3837 |
|
3839 3838 | [[package]]
|
3840 3839 | name = "serde_json"
|
3841 - | version = "1.0.132"
|
3840 + | version = "1.0.133"
|
3842 3841 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3843 - | checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
|
3842 + | checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
|
3844 3843 | dependencies = [
|
3845 3844 | "indexmap",
|
3846 3845 | "itoa",
|
3847 3846 | "memchr",
|
3848 3847 | "ryu",
|
3849 3848 | "serde",
|
3850 3849 | ]
|
3851 3850 |
|
3852 3851 | [[package]]
|
3853 3852 | name = "sha1"
|
3854 3853 | version = "0.10.6"
|
3855 3854 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3856 3855 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
3857 3856 | dependencies = [
|
3858 3857 | "cfg-if",
|
3859 3858 | "cpufeatures",
|
3860 3859 | "digest",
|
3861 3860 | ]
|
3862 3861 |
|
3863 3862 | [[package]]
|
3864 3863 | name = "sha2"
|
3865 3864 | version = "0.10.8"
|
3866 3865 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3867 3866 | checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
3868 3867 | dependencies = [
|
3869 3868 | "cfg-if",
|
3870 3869 | "cpufeatures",
|
3871 3870 | "digest",
|
3872 3871 | ]
|
3873 3872 |
|
@@ -3983,3982 +4060,4059 @@
3983 3982 | name = "syn"
|
3984 3983 | version = "1.0.109"
|
3985 3984 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3986 3985 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
3987 3986 | dependencies = [
|
3988 3987 | "proc-macro2",
|
3989 3988 | "quote",
|
3990 3989 | "unicode-ident",
|
3991 3990 | ]
|
3992 3991 |
|
3993 3992 | [[package]]
|
3994 3993 | name = "syn"
|
3995 3994 | version = "2.0.87"
|
3996 3995 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3997 3996 | checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
|
3998 3997 | dependencies = [
|
3999 3998 | "proc-macro2",
|
4000 3999 | "quote",
|
4001 4000 | "unicode-ident",
|
4002 4001 | ]
|
4003 4002 |
|
4004 4003 | [[package]]
|
4005 4004 | name = "tempfile"
|
4006 4005 | version = "3.12.0"
|
4007 4006 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4008 4007 | checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
|
4009 4008 | dependencies = [
|
4010 4009 | "cfg-if",
|
4011 4010 | "fastrand 2.0.2",
|
4012 4011 | "once_cell",
|
4013 - | "rustix 0.38.39",
|
4012 + | "rustix 0.38.41",
|
4014 4013 | "windows-sys 0.59.0",
|
4015 4014 | ]
|
4016 4015 |
|
4017 4016 | [[package]]
|
4018 4017 | name = "thiserror"
|
4019 - | version = "1.0.68"
|
4018 + | version = "1.0.69"
|
4020 4019 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4021 - | checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
|
4020 + | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
4022 4021 | dependencies = [
|
4023 4022 | "thiserror-impl",
|
4024 4023 | ]
|
4025 4024 |
|
4026 4025 | [[package]]
|
4027 4026 | name = "thiserror-impl"
|
4028 - | version = "1.0.68"
|
4027 + | version = "1.0.69"
|
4029 4028 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4030 - | checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e"
|
4029 + | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
4031 4030 | dependencies = [
|
4032 4031 | "proc-macro2",
|
4033 4032 | "quote",
|
4034 4033 | "syn 2.0.87",
|
4035 4034 | ]
|
4036 4035 |
|
4037 4036 | [[package]]
|
4038 4037 | name = "thread_local"
|
4039 4038 | version = "1.1.8"
|
4040 4039 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4041 4040 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
4042 4041 | dependencies = [
|
4043 4042 | "cfg-if",
|
4044 4043 | "once_cell",
|
4045 4044 | ]
|
4046 4045 |
|
4047 4046 | [[package]]
|
4048 4047 | name = "time"
|
4049 4048 | version = "0.3.36"
|
4050 4049 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4051 4050 | checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
4052 4051 | dependencies = [
|
4053 4052 | "deranged",
|
4054 4053 | "itoa",
|
4055 4054 | "num-conv",
|
4056 4055 | "powerfmt",
|
4057 4056 | "serde",
|
4058 4057 | "time-core",
|
4059 4058 | "time-macros",
|
4060 4059 | ]
|
@@ -4075,4074 +4178,4177 @@
4075 4074 | "time-core",
|
4076 4075 | ]
|
4077 4076 |
|
4078 4077 | [[package]]
|
4079 4078 | name = "tinytemplate"
|
4080 4079 | version = "1.2.1"
|
4081 4080 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4082 4081 | checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
4083 4082 | dependencies = [
|
4084 4083 | "serde",
|
4085 4084 | "serde_json",
|
4086 4085 | ]
|
4087 4086 |
|
4088 4087 | [[package]]
|
4089 4088 | name = "tinyvec"
|
4090 4089 | version = "1.8.0"
|
4091 4090 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4092 4091 | checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
4093 4092 | dependencies = [
|
4094 4093 | "tinyvec_macros",
|
4095 4094 | ]
|
4096 4095 |
|
4097 4096 | [[package]]
|
4098 4097 | name = "tinyvec_macros"
|
4099 4098 | version = "0.1.1"
|
4100 4099 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4101 4100 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
4102 4101 |
|
4103 4102 | [[package]]
|
4104 4103 | name = "tokio"
|
4105 - | version = "1.41.0"
|
4104 + | version = "1.41.1"
|
4106 4105 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4107 - | checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
|
4106 + | checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33"
|
4108 4107 | dependencies = [
|
4109 4108 | "backtrace",
|
4110 4109 | "bytes",
|
4111 4110 | "libc",
|
4112 4111 | "mio",
|
4113 4112 | "parking_lot",
|
4114 4113 | "pin-project-lite",
|
4115 4114 | "signal-hook-registry",
|
4116 4115 | "socket2 0.5.7",
|
4117 4116 | "tokio-macros",
|
4118 4117 | "windows-sys 0.52.0",
|
4119 4118 | ]
|
4120 4119 |
|
4121 4120 | [[package]]
|
4122 4121 | name = "tokio-macros"
|
4123 4122 | version = "2.4.0"
|
4124 4123 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4125 4124 | checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
4126 4125 | dependencies = [
|
4127 4126 | "proc-macro2",
|
4128 4127 | "quote",
|
4129 4128 | "syn 2.0.87",
|
4130 4129 | ]
|
4131 4130 |
|
4132 4131 | [[package]]
|
4133 4132 | name = "tokio-rustls"
|
4134 4133 | version = "0.24.1"
|
4135 4134 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4136 4135 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
4137 4136 | dependencies = [
|
4138 4137 | "rustls 0.21.12",
|
4139 4138 | "tokio",
|
4140 4139 | ]
|
4141 4140 |
|
4142 4141 | [[package]]
|
4143 4142 | name = "tokio-rustls"
|
4144 4143 | version = "0.26.0"
|
4145 4144 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4146 4145 | checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
4147 4146 | dependencies = [
|
4148 - | "rustls 0.23.16",
|
4147 + | "rustls 0.23.17",
|
4149 4148 | "rustls-pki-types",
|
4150 4149 | "tokio",
|
4151 4150 | ]
|
4152 4151 |
|
4153 4152 | [[package]]
|
4154 4153 | name = "tokio-stream"
|
4155 4154 | version = "0.1.16"
|
4156 4155 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4157 4156 | checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
|
4158 4157 | dependencies = [
|
4159 4158 | "futures-core",
|
4160 4159 | "pin-project-lite",
|
4161 4160 | "tokio",
|
4162 4161 | ]
|
4163 4162 |
|
4164 4163 | [[package]]
|
4165 4164 | name = "tokio-test"
|
4166 4165 | version = "0.4.4"
|
4167 4166 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4168 4167 | checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7"
|
4169 4168 | dependencies = [
|
4170 4169 | "async-stream",
|
4171 4170 | "bytes",
|
4172 4171 | "futures-core",
|
4173 4172 | "tokio",
|
4174 4173 | "tokio-stream",
|
4175 4174 | ]
|
4176 4175 |
|
4177 4176 | [[package]]
|
4178 4177 | name = "tokio-util"
|
@@ -4530,4529 +4590,4589 @@
4530 4529 | name = "wasm-bindgen-shared"
|
4531 4530 | version = "0.2.95"
|
4532 4531 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4533 4532 | checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
|
4534 4533 |
|
4535 4534 | [[package]]
|
4536 4535 | name = "web-sys"
|
4537 4536 | version = "0.3.72"
|
4538 4537 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4539 4538 | checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
|
4540 4539 | dependencies = [
|
4541 4540 | "js-sys",
|
4542 4541 | "wasm-bindgen",
|
4543 4542 | ]
|
4544 4543 |
|
4545 4544 | [[package]]
|
4546 4545 | name = "webpki-roots"
|
4547 4546 | version = "0.25.4"
|
4548 4547 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4549 4548 | checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
|
4550 4549 |
|
4551 4550 | [[package]]
|
4552 4551 | name = "which"
|
4553 4552 | version = "4.4.2"
|
4554 4553 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4555 4554 | checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
4556 4555 | dependencies = [
|
4557 4556 | "either",
|
4558 4557 | "home",
|
4559 4558 | "once_cell",
|
4560 - | "rustix 0.38.39",
|
4559 + | "rustix 0.38.41",
|
4561 4560 | ]
|
4562 4561 |
|
4563 4562 | [[package]]
|
4564 4563 | name = "winapi"
|
4565 4564 | version = "0.3.9"
|
4566 4565 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4567 4566 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
4568 4567 | dependencies = [
|
4569 4568 | "winapi-i686-pc-windows-gnu",
|
4570 4569 | "winapi-x86_64-pc-windows-gnu",
|
4571 4570 | ]
|
4572 4571 |
|
4573 4572 | [[package]]
|
4574 4573 | name = "winapi-i686-pc-windows-gnu"
|
4575 4574 | version = "0.4.0"
|
4576 4575 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4577 4576 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
4578 4577 |
|
4579 4578 | [[package]]
|
4580 4579 | name = "winapi-util"
|
4581 4580 | version = "0.1.9"
|
4582 4581 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4583 4582 | checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
4584 4583 | dependencies = [
|
4585 4584 | "windows-sys 0.59.0",
|
4586 4585 | ]
|
4587 4586 |
|
4588 4587 | [[package]]
|
4589 4588 | name = "winapi-x86_64-pc-windows-gnu"
|
4590 4589 | version = "0.4.0"
|