rev. bd272abbd74062ef587d7c305b59c553456dab6c
@@ -13,13 +333,333 @@
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 31 | version = "0.2.18"
|
32 32 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
33 33 | checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
|
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 - | version = "1.0.9"
|
43 + | version = "1.0.10"
|
44 44 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
45 - | checksum = "8365de52b16c035ff4fcafe0092ba9390540e3e352870ac09933bebcaa2c8c56"
|
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 - | version = "1.3.2"
|
58 + | version = "1.4.1"
|
59 59 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
60 - | checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
|
60 + | checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
|
61 61 |
|
62 62 | [[package]]
|
63 63 | name = "assert-json-diff"
|
64 64 | version = "1.1.0"
|
65 65 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
66 66 | checksum = "4259cbe96513d2f1073027a259fc2ca917feb3026a5a8d984e3628e490255cc0"
|
67 67 | dependencies = [
|
68 68 | "extend",
|
69 69 | "serde",
|
70 70 | "serde_json",
|
71 71 | ]
|
72 72 |
|
73 73 | [[package]]
|
74 74 | name = "async-channel"
|
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.3.0",
|
105 + | "futures-lite 2.4.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 129 | "async-io 2.3.4",
|
130 130 | "async-lock 3.4.0",
|
131 131 | "blocking",
|
132 - | "futures-lite 2.3.0",
|
132 + | "futures-lite 2.4.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 158 | version = "2.3.4"
|
159 159 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
160 160 | checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8"
|
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.3.0",
|
166 + | "futures-lite 2.4.0",
|
167 167 | "parking",
|
168 168 | "polling 3.7.3",
|
169 - | "rustix 0.38.38",
|
169 + | "rustix 0.38.39",
|
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.38",
|
219 + | "rustix 0.38.39",
|
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 229 | "async-io 2.3.4",
|
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.38",
|
235 + | "rustix 0.38.39",
|
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 249 | "async-io 2.3.4",
|
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.3.0",
|
255 + | "futures-lite 2.4.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",
|
286 - | "syn 2.0.85",
|
286 + | "syn 2.0.87",
|
287 287 | ]
|
288 288 |
|
289 289 | [[package]]
|
290 290 | name = "async-task"
|
291 291 | version = "4.7.1"
|
292 292 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
293 293 | checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
294 294 |
|
295 295 | [[package]]
|
296 296 | name = "async-trait"
|
297 297 | version = "0.1.83"
|
298 298 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
299 299 | checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
|
300 300 | dependencies = [
|
301 301 | "proc-macro2",
|
302 302 | "quote",
|
303 - | "syn 2.0.85",
|
303 + | "syn 2.0.87",
|
304 304 | ]
|
305 305 |
|
306 306 | [[package]]
|
307 307 | name = "atomic-waker"
|
308 308 | version = "1.1.2"
|
309 309 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
310 310 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
311 311 |
|
312 312 | [[package]]
|
313 313 | name = "autocfg"
|
314 314 | version = "1.4.0"
|
315 315 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
316 316 | checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
317 317 |
|
318 318 | [[package]]
|
319 319 | name = "aws-config"
|
320 320 | version = "1.5.10"
|
321 321 | dependencies = [
|
322 322 | "aws-credential-types 1.2.1",
|
323 323 | "aws-runtime 1.4.3",
|
324 324 | "aws-sdk-sso",
|
325 325 | "aws-sdk-ssooidc",
|
326 326 | "aws-sdk-sts",
|
327 327 | "aws-smithy-async 1.2.1",
|
328 328 | "aws-smithy-http 0.60.11",
|
329 329 | "aws-smithy-json 0.60.7",
|
330 330 | "aws-smithy-runtime 1.7.3",
|
331 331 | "aws-smithy-runtime-api 1.7.3",
|
332 332 | "aws-smithy-types 1.2.9",
|
333 333 | "aws-types 1.3.3",
|
@@ -341,341 +402,402 @@
341 341 | "serde",
|
342 342 | "serde_json",
|
343 343 | "time",
|
344 344 | "tokio",
|
345 345 | "tracing",
|
346 346 | "tracing-subscriber",
|
347 347 | "tracing-test",
|
348 348 | "url",
|
349 349 | "zeroize",
|
350 350 | ]
|
351 351 |
|
352 352 | [[package]]
|
353 353 | name = "aws-credential-types"
|
354 354 | version = "1.2.1"
|
355 355 | dependencies = [
|
356 356 | "async-trait",
|
357 357 | "aws-smithy-async 1.2.1",
|
358 358 | "aws-smithy-runtime-api 1.7.3",
|
359 359 | "aws-smithy-types 1.2.9",
|
360 360 | "tokio",
|
361 361 | "zeroize",
|
362 362 | ]
|
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 - | "aws-smithy-runtime-api 1.7.2",
|
372 - | "aws-smithy-types 1.2.8",
|
371 + | "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
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 393 | version = "0.12.13"
|
394 394 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
395 395 | checksum = "bf12b67bc9c5168f68655aadb2a12081689a58f1d9b1484705e4d1810ed6e4ac"
|
396 396 | dependencies = [
|
397 397 | "bindgen",
|
398 398 | "cc",
|
399 399 | "cmake",
|
400 400 | "dunce",
|
401 401 | "fs_extra",
|
402 402 | "libc",
|
@@ -454,454 +515,515 @@
454 454 | "http 0.2.12",
|
455 455 | "http 1.1.0",
|
456 456 | "http-body 0.4.6",
|
457 457 | "http-body 1.0.1",
|
458 458 | "once_cell",
|
459 459 | "percent-encoding",
|
460 460 | "pin-project-lite",
|
461 461 | "proptest",
|
462 462 | "regex-lite",
|
463 463 | "serde",
|
464 464 | "serde_json",
|
465 465 | "tokio",
|
466 466 | "tracing",
|
467 467 | "tracing-subscriber",
|
468 468 | "tracing-test",
|
469 469 | "uuid",
|
470 470 | ]
|
471 471 |
|
472 472 | [[package]]
|
473 473 | name = "aws-runtime"
|
474 474 | version = "1.4.3"
|
475 475 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
476 476 | checksum = "a10d5c055aa540164d9561a0e2e74ad30f0dcf7393c3a92f6733ddf9c5762468"
|
477 477 | dependencies = [
|
478 478 | "aws-credential-types 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
479 479 | "aws-sigv4 1.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
480 480 | "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
481 481 | "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
482 482 | "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
483 483 | "aws-smithy-runtime 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
484 - | "aws-smithy-runtime-api 1.7.2",
|
485 - | "aws-smithy-types 1.2.8",
|
484 + | "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
485 + | "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
486 486 | "aws-types 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
487 487 | "bytes",
|
488 488 | "fastrand 2.0.2",
|
489 489 | "http 0.2.12",
|
490 490 | "http-body 0.4.6",
|
491 491 | "once_cell",
|
492 492 | "percent-encoding",
|
493 493 | "pin-project-lite",
|
494 494 | "tracing",
|
495 495 | "uuid",
|
496 496 | ]
|
497 497 |
|
498 498 | [[package]]
|
499 499 | name = "aws-runtime-api"
|
500 500 | version = "1.1.8"
|
501 501 |
|
502 502 | [[package]]
|
503 503 | name = "aws-sdk-bedrockruntime"
|
504 504 | version = "0.0.0-local"
|
505 505 | dependencies = [
|
506 506 | "aws-config",
|
507 507 | "aws-credential-types 1.2.1",
|
508 508 | "aws-runtime 1.4.3",
|
509 509 | "aws-smithy-async 1.2.1",
|
510 510 | "aws-smithy-eventstream 0.60.5",
|
511 511 | "aws-smithy-http 0.60.11",
|
512 512 | "aws-smithy-json 0.60.7",
|
513 513 | "aws-smithy-runtime 1.7.3",
|
514 514 | "aws-smithy-runtime-api 1.7.3",
|
515 515 | "aws-smithy-types 1.2.9",
|
@@ -866,866 +940,940 @@
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.58.0"
|
896 + | version = "1.59.0"
|
897 897 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
898 - | checksum = "0656a79cf5e6ab0d4bb2465cd750a7a2fd7ea26c062183ed94225f5782e22365"
|
898 + | checksum = "9f883bb1e349fa8343dc46336c252c0f32ceb6e81acb146aeef2e0f8afc9183e"
|
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 - | "aws-smithy-runtime-api 1.7.2",
|
910 - | "aws-smithy-types 1.2.8",
|
909 + | "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
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]]
|
929 929 | name = "aws-sdk-s3control"
|
930 930 | version = "0.0.0-local"
|
931 931 | dependencies = [
|
932 932 | "aws-config",
|
933 933 | "aws-credential-types 1.2.1",
|
934 934 | "aws-runtime 1.4.3",
|
935 935 | "aws-smithy-async 1.2.1",
|
936 936 | "aws-smithy-http 0.60.11",
|
937 937 | "aws-smithy-json 0.60.7",
|
938 938 | "aws-smithy-protocol-test 0.63.0",
|
939 939 | "aws-smithy-runtime 1.7.3",
|
940 940 | "aws-smithy-runtime-api 1.7.3",
|
@@ -1127,1127 +1188,1188 @@
1127 1127 | "hmac",
|
1128 1128 | "http 0.2.12",
|
1129 1129 | "http 1.1.0",
|
1130 1130 | "httparse",
|
1131 1131 | "libfuzzer-sys",
|
1132 1132 | "once_cell",
|
1133 1133 | "p256",
|
1134 1134 | "percent-encoding",
|
1135 1135 | "pretty_assertions",
|
1136 1136 | "proptest",
|
1137 1137 | "ring",
|
1138 1138 | "serde",
|
1139 1139 | "serde_derive",
|
1140 1140 | "serde_json",
|
1141 1141 | "sha2",
|
1142 1142 | "subtle",
|
1143 1143 | "time",
|
1144 1144 | "tracing",
|
1145 1145 | "zeroize",
|
1146 1146 | ]
|
1147 1147 |
|
1148 1148 | [[package]]
|
1149 1149 | name = "aws-sigv4"
|
1150 1150 | version = "1.2.5"
|
1151 1151 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1152 1152 | checksum = "5619742a0d8f253be760bfbb8e8e8368c69e3587e4637af5754e488a611499b1"
|
1153 1153 | dependencies = [
|
1154 1154 | "aws-credential-types 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1155 1155 | "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
1156 1156 | "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
1157 - | "aws-smithy-runtime-api 1.7.2",
|
1158 - | "aws-smithy-types 1.2.8",
|
1157 + | "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1158 + | "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
1159 1159 | "bytes",
|
1160 1160 | "crypto-bigint 0.5.5",
|
1161 1161 | "form_urlencoded",
|
1162 1162 | "hex",
|
1163 1163 | "hmac",
|
1164 1164 | "http 0.2.12",
|
1165 1165 | "http 1.1.0",
|
1166 1166 | "once_cell",
|
1167 1167 | "p256",
|
1168 1168 | "percent-encoding",
|
1169 1169 | "ring",
|
1170 1170 | "sha2",
|
1171 1171 | "subtle",
|
1172 1172 | "time",
|
1173 1173 | "tracing",
|
1174 1174 | "zeroize",
|
1175 1175 | ]
|
1176 1176 |
|
1177 1177 | [[package]]
|
1178 1178 | name = "aws-smithy-async"
|
1179 1179 | version = "1.2.1"
|
1180 1180 | dependencies = [
|
1181 1181 | "futures-util",
|
1182 1182 | "pin-project-lite",
|
1183 1183 | "pin-utils",
|
1184 1184 | "tokio",
|
1185 1185 | "tokio-test",
|
1186 1186 | ]
|
1187 1187 |
|
1188 1188 | [[package]]
|
@@ -1208,1208 +1456,1456 @@
1208 1208 | [[package]]
|
1209 1209 | name = "aws-smithy-checksums"
|
1210 1210 | version = "0.60.13"
|
1211 1211 | dependencies = [
|
1212 1212 | "aws-smithy-http 0.60.11",
|
1213 1213 | "aws-smithy-types 1.2.9",
|
1214 1214 | "bytes",
|
1215 1215 | "bytes-utils",
|
1216 1216 | "crc32c",
|
1217 1217 | "crc32fast",
|
1218 1218 | "hex",
|
1219 1219 | "http 0.2.12",
|
1220 1220 | "http-body 0.4.6",
|
1221 1221 | "md-5",
|
1222 1222 | "pin-project-lite",
|
1223 1223 | "pretty_assertions",
|
1224 1224 | "sha1",
|
1225 1225 | "sha2",
|
1226 1226 | "tokio",
|
1227 1227 | "tracing",
|
1228 1228 | "tracing-test",
|
1229 1229 | ]
|
1230 1230 |
|
1231 1231 | [[package]]
|
1232 1232 | name = "aws-smithy-checksums"
|
1233 1233 | version = "0.60.13"
|
1234 1234 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1235 1235 | checksum = "ba1a71073fca26775c8b5189175ea8863afb1c9ea2cceb02a5de5ad9dfbaa795"
|
1236 1236 | dependencies = [
|
1237 1237 | "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
1238 - | "aws-smithy-types 1.2.8",
|
1238 + | "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
1239 1239 | "bytes",
|
1240 1240 | "crc32c",
|
1241 1241 | "crc32fast",
|
1242 1242 | "hex",
|
1243 1243 | "http 0.2.12",
|
1244 1244 | "http-body 0.4.6",
|
1245 1245 | "md-5",
|
1246 1246 | "pin-project-lite",
|
1247 1247 | "sha1",
|
1248 1248 | "sha2",
|
1249 1249 | "tracing",
|
1250 1250 | ]
|
1251 1251 |
|
1252 1252 | [[package]]
|
1253 1253 | name = "aws-smithy-client"
|
1254 1254 | version = "0.60.3"
|
1255 1255 |
|
1256 1256 | [[package]]
|
1257 1257 | name = "aws-smithy-compression"
|
1258 1258 | version = "0.0.2"
|
1259 1259 | dependencies = [
|
1260 1260 | "aws-smithy-runtime-api 1.7.3",
|
1261 1261 | "aws-smithy-types 1.2.9",
|
1262 1262 | "bytes",
|
1263 1263 | "bytes-utils",
|
1264 1264 | "flate2",
|
1265 1265 | "futures-util",
|
1266 1266 | "http 0.2.12",
|
1267 1267 | "http 1.1.0",
|
1268 1268 | "http-body 0.4.6",
|
1269 1269 | "http-body 1.0.1",
|
1270 1270 | "http-body-util",
|
1271 1271 | "pin-project-lite",
|
1272 1272 | "pretty_assertions",
|
1273 1273 | "tokio",
|
1274 1274 | "tracing",
|
1275 1275 | ]
|
1276 1276 |
|
1277 1277 | [[package]]
|
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 - | "aws-smithy-types 1.2.8",
|
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 1308 | "h2 0.4.6",
|
1309 1309 | "http 1.1.0",
|
1310 1310 | "hyper 1.5.0",
|
1311 1311 | "hyper-rustls 0.27.3",
|
1312 1312 | "hyper-util",
|
1313 1313 | "once_cell",
|
1314 1314 | "pin-project-lite",
|
1315 1315 | "rustls 0.23.16",
|
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]]
|
1346 1346 | name = "aws-smithy-http"
|
1347 1347 | version = "0.60.11"
|
1348 1348 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1349 1349 | checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6"
|
1350 1350 | dependencies = [
|
1351 1351 | "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
1352 - | "aws-smithy-runtime-api 1.7.2",
|
1353 - | "aws-smithy-types 1.2.8",
|
1352 + | "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1353 + | "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
1354 1354 | "bytes",
|
1355 1355 | "bytes-utils",
|
1356 1356 | "futures-core",
|
1357 1357 | "http 0.2.12",
|
1358 1358 | "http-body 0.4.6",
|
1359 1359 | "once_cell",
|
1360 1360 | "percent-encoding",
|
1361 1361 | "pin-project-lite",
|
1362 1362 | "pin-utils",
|
1363 1363 | "tracing",
|
1364 1364 | ]
|
1365 1365 |
|
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 - | "aws-smithy-types 1.2.8",
|
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.58.0",
|
1396 + | "aws-sdk-s3 1.59.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 - | "aws-smithy-runtime-api 1.7.2",
|
1426 + | "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1427 1427 | "base64-simd",
|
1428 1428 | "cbor-diag",
|
1429 1429 | "ciborium",
|
1430 1430 | "http 0.2.12",
|
1431 1431 | "pretty_assertions",
|
1432 1432 | "regex-lite",
|
1433 1433 | "roxmltree",
|
1434 1434 | "serde_json",
|
1435 1435 | "thiserror",
|
1436 1436 | ]
|
1437 1437 |
|
1438 1438 | [[package]]
|
1439 1439 | name = "aws-smithy-query"
|
1440 1440 | version = "0.60.7"
|
1441 1441 | dependencies = [
|
1442 1442 | "aws-smithy-types 1.2.9",
|
1443 1443 | "urlencoding",
|
1444 1444 | ]
|
1445 1445 |
|
1446 1446 | [[package]]
|
1447 1447 | name = "aws-smithy-runtime"
|
1448 1448 | version = "1.7.3"
|
1449 1449 | dependencies = [
|
1450 1450 | "approx",
|
1451 1451 | "aws-smithy-async 1.2.1",
|
1452 1452 | "aws-smithy-http 0.60.11",
|
1453 1453 | "aws-smithy-protocol-test 0.63.0",
|
1454 1454 | "aws-smithy-runtime-api 1.7.3",
|
1455 1455 | "aws-smithy-types 1.2.9",
|
1456 1456 | "bytes",
|
@@ -1460,1460 +1632,1632 @@
1460 1460 | "http 0.2.12",
|
1461 1461 | "http 1.1.0",
|
1462 1462 | "http-body 0.4.6",
|
1463 1463 | "http-body 1.0.1",
|
1464 1464 | "httparse",
|
1465 1465 | "hyper 0.14.31",
|
1466 1466 | "hyper-rustls 0.24.2",
|
1467 1467 | "indexmap",
|
1468 1468 | "once_cell",
|
1469 1469 | "pin-project-lite",
|
1470 1470 | "pin-utils",
|
1471 1471 | "pretty_assertions",
|
1472 1472 | "rustls 0.21.12",
|
1473 1473 | "serde",
|
1474 1474 | "serde_json",
|
1475 1475 | "tokio",
|
1476 1476 | "tracing",
|
1477 1477 | "tracing-subscriber",
|
1478 1478 | "tracing-test",
|
1479 1479 | ]
|
1480 1480 |
|
1481 1481 | [[package]]
|
1482 1482 | name = "aws-smithy-runtime"
|
1483 1483 | version = "1.7.3"
|
1484 1484 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1485 1485 | checksum = "be28bd063fa91fd871d131fc8b68d7cd4c5fa0869bea68daca50dcb1cbd76be2"
|
1486 1486 | dependencies = [
|
1487 1487 | "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1488 1488 | "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
1489 1489 | "aws-smithy-protocol-test 0.63.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
1490 - | "aws-smithy-runtime-api 1.7.2",
|
1491 - | "aws-smithy-types 1.2.8",
|
1490 + | "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1491 + | "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
1492 1492 | "bytes",
|
1493 1493 | "fastrand 2.0.2",
|
1494 1494 | "h2 0.3.26",
|
1495 1495 | "http 0.2.12",
|
1496 1496 | "http-body 0.4.6",
|
1497 1497 | "http-body 1.0.1",
|
1498 1498 | "httparse",
|
1499 1499 | "hyper 0.14.31",
|
1500 1500 | "hyper-rustls 0.24.2",
|
1501 1501 | "indexmap",
|
1502 1502 | "once_cell",
|
1503 1503 | "pin-project-lite",
|
1504 1504 | "pin-utils",
|
1505 1505 | "rustls 0.21.12",
|
1506 1506 | "serde",
|
1507 1507 | "serde_json",
|
1508 1508 | "tokio",
|
1509 1509 | "tracing",
|
1510 1510 | "tracing-subscriber",
|
1511 1511 | ]
|
1512 1512 |
|
1513 1513 | [[package]]
|
1514 1514 | name = "aws-smithy-runtime-api"
|
1515 - | version = "1.7.2"
|
1516 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1517 - | checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96"
|
1515 + | version = "1.7.3"
|
1518 1516 | dependencies = [
|
1519 - | "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1520 - | "aws-smithy-types 1.2.8",
|
1517 + | "aws-smithy-async 1.2.1",
|
1518 + | "aws-smithy-types 1.2.9",
|
1521 1519 | "bytes",
|
1522 1520 | "http 0.2.12",
|
1523 1521 | "http 1.1.0",
|
1524 1522 | "pin-project-lite",
|
1523 + | "proptest",
|
1525 1524 | "tokio",
|
1526 1525 | "tracing",
|
1527 1526 | "zeroize",
|
1528 1527 | ]
|
1529 1528 |
|
1530 1529 | [[package]]
|
1531 1530 | name = "aws-smithy-runtime-api"
|
1532 1531 | version = "1.7.3"
|
1532 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1533 + | checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
|
1533 1534 | dependencies = [
|
1534 - | "aws-smithy-async 1.2.1",
|
1535 - | "aws-smithy-types 1.2.9",
|
1535 + | "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1536 + | "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
1536 1537 | "bytes",
|
1537 1538 | "http 0.2.12",
|
1538 1539 | "http 1.1.0",
|
1539 1540 | "pin-project-lite",
|
1540 - | "proptest",
|
1541 1541 | "tokio",
|
1542 1542 | "tracing",
|
1543 1543 | "zeroize",
|
1544 1544 | ]
|
1545 1545 |
|
1546 1546 | [[package]]
|
1547 1547 | name = "aws-smithy-types"
|
1548 - | version = "1.2.8"
|
1549 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1550 - | checksum = "07c9cdc179e6afbf5d391ab08c85eac817b51c87e1892a5edb5f7bbdc64314b4"
|
1548 + | version = "1.2.9"
|
1551 1549 | dependencies = [
|
1550 + | "base64 0.13.1",
|
1552 1551 | "base64-simd",
|
1553 1552 | "bytes",
|
1554 1553 | "bytes-utils",
|
1554 + | "ciborium",
|
1555 + | "criterion",
|
1555 1556 | "futures-core",
|
1556 1557 | "http 0.2.12",
|
1557 1558 | "http 1.1.0",
|
1558 1559 | "http-body 0.4.6",
|
1559 1560 | "http-body 1.0.1",
|
1560 1561 | "http-body-util",
|
1562 + | "hyper 0.14.31",
|
1561 1563 | "itoa",
|
1564 + | "lazy_static",
|
1562 1565 | "num-integer",
|
1563 1566 | "pin-project-lite",
|
1564 1567 | "pin-utils",
|
1568 + | "proptest",
|
1569 + | "rand",
|
1565 1570 | "ryu",
|
1566 1571 | "serde",
|
1572 + | "serde_json",
|
1573 + | "tempfile",
|
1567 1574 | "time",
|
1568 1575 | "tokio",
|
1576 + | "tokio-stream",
|
1569 1577 | "tokio-util",
|
1570 1578 | ]
|
1571 1579 |
|
1572 1580 | [[package]]
|
1573 1581 | name = "aws-smithy-types"
|
1574 1582 | version = "1.2.9"
|
1583 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1584 + | checksum = "4fbd94a32b3a7d55d3806fe27d98d3ad393050439dd05eb53ece36ec5e3d3510"
|
1575 1585 | dependencies = [
|
1576 - | "base64 0.13.1",
|
1577 1586 | "base64-simd",
|
1578 1587 | "bytes",
|
1579 1588 | "bytes-utils",
|
1580 - | "ciborium",
|
1581 - | "criterion",
|
1582 1589 | "futures-core",
|
1583 1590 | "http 0.2.12",
|
1584 1591 | "http 1.1.0",
|
1585 1592 | "http-body 0.4.6",
|
1586 1593 | "http-body 1.0.1",
|
1587 1594 | "http-body-util",
|
1588 - | "hyper 0.14.31",
|
1589 1595 | "itoa",
|
1590 - | "lazy_static",
|
1591 1596 | "num-integer",
|
1592 1597 | "pin-project-lite",
|
1593 1598 | "pin-utils",
|
1594 - | "proptest",
|
1595 - | "rand",
|
1596 1599 | "ryu",
|
1597 1600 | "serde",
|
1598 - | "serde_json",
|
1599 - | "tempfile",
|
1600 1601 | "time",
|
1601 1602 | "tokio",
|
1602 - | "tokio-stream",
|
1603 1603 | "tokio-util",
|
1604 1604 | ]
|
1605 1605 |
|
1606 1606 | [[package]]
|
1607 1607 | name = "aws-smithy-types-convert"
|
1608 1608 | version = "0.60.8"
|
1609 1609 | dependencies = [
|
1610 1610 | "aws-smithy-async 1.2.1",
|
1611 1611 | "aws-smithy-types 1.2.9",
|
1612 1612 | "chrono",
|
1613 1613 | "futures-core",
|
1614 1614 | "time",
|
1615 1615 | ]
|
1616 1616 |
|
1617 1617 | [[package]]
|
1618 1618 | name = "aws-smithy-wasm"
|
1619 1619 | version = "0.1.3"
|
1620 1620 | dependencies = [
|
1621 1621 | "aws-smithy-http 0.60.11",
|
1622 1622 | "aws-smithy-runtime-api 1.7.3",
|
1623 1623 | "aws-smithy-types 1.2.9",
|
1624 1624 | "bytes",
|
1625 1625 | "http 1.1.0",
|
1626 1626 | "tracing",
|
1627 1627 | "wasi 0.12.1+wasi-0.2.0",
|
1628 1628 | ]
|
1629 1629 |
|
1630 1630 | [[package]]
|
1631 1631 | name = "aws-smithy-xml"
|
1632 1632 | version = "0.60.9"
|
@@ -1645,1645 +1706,1706 @@
1645 1645 | dependencies = [
|
1646 1646 | "xmlparser",
|
1647 1647 | ]
|
1648 1648 |
|
1649 1649 | [[package]]
|
1650 1650 | name = "aws-types"
|
1651 1651 | version = "1.3.3"
|
1652 1652 | dependencies = [
|
1653 1653 | "aws-credential-types 1.2.1",
|
1654 1654 | "aws-smithy-async 1.2.1",
|
1655 1655 | "aws-smithy-runtime 1.7.3",
|
1656 1656 | "aws-smithy-runtime-api 1.7.3",
|
1657 1657 | "aws-smithy-types 1.2.9",
|
1658 1658 | "http 0.2.12",
|
1659 1659 | "hyper-rustls 0.24.2",
|
1660 1660 | "rustc_version",
|
1661 1661 | "tempfile",
|
1662 1662 | "tokio",
|
1663 1663 | "tracing",
|
1664 1664 | "tracing-test",
|
1665 1665 | ]
|
1666 1666 |
|
1667 1667 | [[package]]
|
1668 1668 | name = "aws-types"
|
1669 1669 | version = "1.3.3"
|
1670 1670 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1671 1671 | checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
|
1672 1672 | dependencies = [
|
1673 1673 | "aws-credential-types 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1674 1674 | "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
1675 - | "aws-smithy-runtime-api 1.7.2",
|
1676 - | "aws-smithy-types 1.2.8",
|
1675 + | "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
1676 + | "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
1677 1677 | "rustc_version",
|
1678 1678 | "tracing",
|
1679 1679 | ]
|
1680 1680 |
|
1681 1681 | [[package]]
|
1682 1682 | name = "backtrace"
|
1683 1683 | version = "0.3.74"
|
1684 1684 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1685 1685 | checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
1686 1686 | dependencies = [
|
1687 1687 | "addr2line",
|
1688 1688 | "cfg-if",
|
1689 1689 | "libc",
|
1690 1690 | "miniz_oxide",
|
1691 1691 | "object",
|
1692 1692 | "rustc-demangle",
|
1693 1693 | "windows-targets 0.52.6",
|
1694 1694 | ]
|
1695 1695 |
|
1696 1696 | [[package]]
|
1697 1697 | name = "base16ct"
|
1698 1698 | version = "0.1.1"
|
1699 1699 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1700 1700 | checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
|
1701 1701 |
|
1702 1702 | [[package]]
|
1703 1703 | name = "base64"
|
1704 1704 | version = "0.13.1"
|
1705 1705 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1706 1706 | checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
@@ -1719,1719 +1828,1828 @@
1719 1719 | dependencies = [
|
1720 1720 | "outref",
|
1721 1721 | "vsimd",
|
1722 1722 | ]
|
1723 1723 |
|
1724 1724 | [[package]]
|
1725 1725 | name = "base64ct"
|
1726 1726 | version = "1.6.0"
|
1727 1727 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1728 1728 | checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
1729 1729 |
|
1730 1730 | [[package]]
|
1731 1731 | name = "bindgen"
|
1732 1732 | version = "0.69.5"
|
1733 1733 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1734 1734 | checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
1735 1735 | dependencies = [
|
1736 1736 | "bitflags 2.6.0",
|
1737 1737 | "cexpr",
|
1738 1738 | "clang-sys",
|
1739 1739 | "itertools 0.12.1",
|
1740 1740 | "lazy_static",
|
1741 1741 | "lazycell",
|
1742 1742 | "log",
|
1743 1743 | "prettyplease",
|
1744 1744 | "proc-macro2",
|
1745 1745 | "quote",
|
1746 1746 | "regex",
|
1747 1747 | "rustc-hash",
|
1748 1748 | "shlex",
|
1749 - | "syn 2.0.85",
|
1749 + | "syn 2.0.87",
|
1750 1750 | "which",
|
1751 1751 | ]
|
1752 1752 |
|
1753 1753 | [[package]]
|
1754 1754 | name = "bit-set"
|
1755 1755 | version = "0.5.3"
|
1756 1756 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1757 1757 | checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
1758 1758 | dependencies = [
|
1759 1759 | "bit-vec",
|
1760 1760 | ]
|
1761 1761 |
|
1762 1762 | [[package]]
|
1763 1763 | name = "bit-vec"
|
1764 1764 | version = "0.6.3"
|
1765 1765 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1766 1766 | checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
1767 1767 |
|
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.3.0",
|
1798 + | "futures-lite 2.4.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.31"
|
1866 + | version = "1.1.36"
|
1867 1867 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1868 - | checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f"
|
1868 + | checksum = "baee610e9452a8f6f0a1b6194ec09ff9e2d85dea54432acdae41aa0761c95d70"
|
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 |
|
@@ -2143,2143 +2228,2239 @@
2143 2143 | "typenum",
|
2144 2144 | ]
|
2145 2145 |
|
2146 2146 | [[package]]
|
2147 2147 | name = "data-encoding"
|
2148 2148 | version = "2.6.0"
|
2149 2149 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2150 2150 | checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
|
2151 2151 |
|
2152 2152 | [[package]]
|
2153 2153 | name = "der"
|
2154 2154 | version = "0.6.1"
|
2155 2155 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2156 2156 | checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
|
2157 2157 | dependencies = [
|
2158 2158 | "const-oid",
|
2159 2159 | "zeroize",
|
2160 2160 | ]
|
2161 2161 |
|
2162 2162 | [[package]]
|
2163 2163 | name = "deranged"
|
2164 2164 | version = "0.3.11"
|
2165 2165 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2166 2166 | checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2167 2167 | dependencies = [
|
2168 2168 | "powerfmt",
|
2169 2169 | ]
|
2170 2170 |
|
2171 2171 | [[package]]
|
2172 2172 | name = "derive_arbitrary"
|
2173 - | version = "1.3.2"
|
2173 + | version = "1.4.0"
|
2174 2174 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2175 - | checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
|
2175 + | checksum = "d475dfebcb4854d596b17b09f477616f80f17a550517f2b3615d8c205d5c802b"
|
2176 2176 | dependencies = [
|
2177 2177 | "proc-macro2",
|
2178 2178 | "quote",
|
2179 - | "syn 2.0.85",
|
2179 + | "syn 2.0.87",
|
2180 2180 | ]
|
2181 2181 |
|
2182 2182 | [[package]]
|
2183 2183 | name = "diff"
|
2184 2184 | version = "0.1.13"
|
2185 2185 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2186 2186 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
2187 2187 |
|
2188 2188 | [[package]]
|
2189 2189 | name = "digest"
|
2190 2190 | version = "0.10.7"
|
2191 2191 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2192 2192 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2193 2193 | dependencies = [
|
2194 2194 | "block-buffer",
|
2195 2195 | "crypto-common",
|
2196 2196 | "subtle",
|
2197 2197 | ]
|
2198 2198 |
|
2199 + | [[package]]
|
2200 + | name = "displaydoc"
|
2201 + | version = "0.2.5"
|
2202 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2203 + | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
2204 + | dependencies = [
|
2205 + | "proc-macro2",
|
2206 + | "quote",
|
2207 + | "syn 2.0.87",
|
2208 + | ]
|
2209 + |
|
2199 2210 | [[package]]
|
2200 2211 | name = "dunce"
|
2201 2212 | version = "1.0.5"
|
2202 2213 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2203 2214 | checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
2204 2215 |
|
2205 2216 | [[package]]
|
2206 2217 | name = "ecdsa"
|
2207 2218 | version = "0.14.8"
|
2208 2219 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2209 2220 | checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
|
2210 2221 | dependencies = [
|
2211 2222 | "der",
|
2212 2223 | "elliptic-curve",
|
2213 2224 | "rfc6979",
|
2214 2225 | "signature",
|
2215 2226 | ]
|
2216 2227 |
|
2217 2228 | [[package]]
|
2218 2229 | name = "either"
|
2219 2230 | version = "1.13.0"
|
2220 2231 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2221 2232 | checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2222 2233 |
|
2223 2234 | [[package]]
|
2224 2235 | name = "elliptic-curve"
|
2225 2236 | version = "0.12.3"
|
2226 2237 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2227 2238 | checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
|
2228 2239 | dependencies = [
|
@@ -2379,2390 +2458,2469 @@
2379 2390 |
|
2380 2391 | [[package]]
|
2381 2392 | name = "futures-core"
|
2382 2393 | version = "0.3.31"
|
2383 2394 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2384 2395 | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2385 2396 |
|
2386 2397 | [[package]]
|
2387 2398 | name = "futures-io"
|
2388 2399 | version = "0.3.31"
|
2389 2400 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2390 2401 | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
2391 2402 |
|
2392 2403 | [[package]]
|
2393 2404 | name = "futures-lite"
|
2394 2405 | version = "1.13.0"
|
2395 2406 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2396 2407 | checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
2397 2408 | dependencies = [
|
2398 2409 | "fastrand 1.9.0",
|
2399 2410 | "futures-core",
|
2400 2411 | "futures-io",
|
2401 2412 | "memchr",
|
2402 2413 | "parking",
|
2403 2414 | "pin-project-lite",
|
2404 2415 | "waker-fn",
|
2405 2416 | ]
|
2406 2417 |
|
2407 2418 | [[package]]
|
2408 2419 | name = "futures-lite"
|
2409 - | version = "2.3.0"
|
2420 + | version = "2.4.0"
|
2410 2421 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2411 - | checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
|
2422 + | checksum = "3f1fa2f9765705486b33fd2acf1577f8ec449c2ba1f318ae5447697b7c08d210"
|
2412 2423 | dependencies = [
|
2413 2424 | "fastrand 2.0.2",
|
2414 2425 | "futures-core",
|
2415 2426 | "futures-io",
|
2416 2427 | "parking",
|
2417 2428 | "pin-project-lite",
|
2418 2429 | ]
|
2419 2430 |
|
2420 2431 | [[package]]
|
2421 2432 | name = "futures-macro"
|
2422 2433 | version = "0.3.31"
|
2423 2434 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2424 2435 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2425 2436 | dependencies = [
|
2426 2437 | "proc-macro2",
|
2427 2438 | "quote",
|
2428 - | "syn 2.0.85",
|
2439 + | "syn 2.0.87",
|
2429 2440 | ]
|
2430 2441 |
|
2431 2442 | [[package]]
|
2432 2443 | name = "futures-sink"
|
2433 2444 | version = "0.3.31"
|
2434 2445 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2435 2446 | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2436 2447 |
|
2437 2448 | [[package]]
|
2438 2449 | name = "futures-task"
|
2439 2450 | version = "0.3.31"
|
2440 2451 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2441 2452 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2442 2453 |
|
2443 2454 | [[package]]
|
2444 2455 | name = "futures-util"
|
2445 2456 | version = "0.3.31"
|
2446 2457 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2447 2458 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2448 2459 | dependencies = [
|
2449 2460 | "futures-core",
|
2450 2461 | "futures-macro",
|
2451 2462 | "futures-task",
|
2452 2463 | "pin-project-lite",
|
2453 2464 | "pin-utils",
|
2454 2465 | "slab",
|
2455 2466 | ]
|
2456 2467 |
|
2457 2468 | [[package]]
|
2458 2469 | name = "generic-array"
|
@@ -2533,2544 +2595,2606 @@
2533 2544 | name = "h2"
|
2534 2545 | version = "0.4.6"
|
2535 2546 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2536 2547 | checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
|
2537 2548 | dependencies = [
|
2538 2549 | "atomic-waker",
|
2539 2550 | "bytes",
|
2540 2551 | "fnv",
|
2541 2552 | "futures-core",
|
2542 2553 | "futures-sink",
|
2543 2554 | "http 1.1.0",
|
2544 2555 | "indexmap",
|
2545 2556 | "slab",
|
2546 2557 | "tokio",
|
2547 2558 | "tokio-util",
|
2548 2559 | "tracing",
|
2549 2560 | ]
|
2550 2561 |
|
2551 2562 | [[package]]
|
2552 2563 | name = "half"
|
2553 2564 | version = "2.4.1"
|
2554 2565 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2555 2566 | checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
|
2556 2567 | dependencies = [
|
2557 2568 | "cfg-if",
|
2558 2569 | "crunchy",
|
2559 2570 | ]
|
2560 2571 |
|
2561 2572 | [[package]]
|
2562 2573 | name = "hashbrown"
|
2563 - | version = "0.15.0"
|
2574 + | version = "0.15.1"
|
2564 2575 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2565 - | checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
|
2576 + | checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3"
|
2566 2577 | dependencies = [
|
2567 2578 | "allocator-api2",
|
2568 2579 | "equivalent",
|
2569 2580 | "foldhash",
|
2570 2581 | ]
|
2571 2582 |
|
2572 2583 | [[package]]
|
2573 2584 | name = "hdrhistogram"
|
2574 2585 | version = "7.5.4"
|
2575 2586 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2576 2587 | checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
|
2577 2588 | dependencies = [
|
2578 2589 | "base64 0.21.7",
|
2579 2590 | "byteorder",
|
2580 2591 | "crossbeam-channel",
|
2581 2592 | "flate2",
|
2582 2593 | "nom",
|
2583 2594 | "num-traits",
|
2584 2595 | ]
|
2585 2596 |
|
2586 2597 | [[package]]
|
2587 2598 | name = "hermit-abi"
|
2588 2599 | version = "0.3.9"
|
2589 2600 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2590 2601 | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2591 2602 |
|
2592 2603 | [[package]]
|
2593 2604 | name = "hermit-abi"
|
2594 2605 | version = "0.4.0"
|
2595 2606 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -2770,2781 +2837,2977 @@
2770 2781 | "http 1.1.0",
|
2771 2782 | "hyper 1.5.0",
|
2772 2783 | "hyper-util",
|
2773 2784 | "rustls 0.23.16",
|
2774 2785 | "rustls-native-certs 0.8.0",
|
2775 2786 | "rustls-pki-types",
|
2776 2787 | "tokio",
|
2777 2788 | "tokio-rustls 0.26.0",
|
2778 2789 | "tower-service",
|
2779 2790 | ]
|
2780 2791 |
|
2781 2792 | [[package]]
|
2782 2793 | name = "hyper-util"
|
2783 2794 | version = "0.1.10"
|
2784 2795 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2785 2796 | checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
2786 2797 | dependencies = [
|
2787 2798 | "bytes",
|
2788 2799 | "futures-channel",
|
2789 2800 | "futures-util",
|
2790 2801 | "http 1.1.0",
|
2791 2802 | "http-body 1.0.1",
|
2792 2803 | "hyper 1.5.0",
|
2793 2804 | "pin-project-lite",
|
2794 2805 | "socket2 0.5.7",
|
2795 2806 | "tokio",
|
2796 2807 | "tower-service",
|
2797 2808 | "tracing",
|
2798 2809 | ]
|
2799 2810 |
|
2811 + | [[package]]
|
2812 + | name = "icu_collections"
|
2813 + | version = "1.5.0"
|
2814 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2815 + | checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
2816 + | dependencies = [
|
2817 + | "displaydoc",
|
2818 + | "yoke",
|
2819 + | "zerofrom",
|
2820 + | "zerovec",
|
2821 + | ]
|
2822 + |
|
2823 + | [[package]]
|
2824 + | name = "icu_locid"
|
2825 + | version = "1.5.0"
|
2826 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2827 + | checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
2828 + | dependencies = [
|
2829 + | "displaydoc",
|
2830 + | "litemap",
|
2831 + | "tinystr",
|
2832 + | "writeable",
|
2833 + | "zerovec",
|
2834 + | ]
|
2835 + |
|
2836 + | [[package]]
|
2837 + | name = "icu_locid_transform"
|
2838 + | version = "1.5.0"
|
2839 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2840 + | checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
2841 + | dependencies = [
|
2842 + | "displaydoc",
|
2843 + | "icu_locid",
|
2844 + | "icu_locid_transform_data",
|
2845 + | "icu_provider",
|
2846 + | "tinystr",
|
2847 + | "zerovec",
|
2848 + | ]
|
2849 + |
|
2850 + | [[package]]
|
2851 + | name = "icu_locid_transform_data"
|
2852 + | version = "1.5.0"
|
2853 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2854 + | checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
2855 + |
|
2856 + | [[package]]
|
2857 + | name = "icu_normalizer"
|
2858 + | version = "1.5.0"
|
2859 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2860 + | checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
2861 + | dependencies = [
|
2862 + | "displaydoc",
|
2863 + | "icu_collections",
|
2864 + | "icu_normalizer_data",
|
2865 + | "icu_properties",
|
2866 + | "icu_provider",
|
2867 + | "smallvec",
|
2868 + | "utf16_iter",
|
2869 + | "utf8_iter",
|
2870 + | "write16",
|
2871 + | "zerovec",
|
2872 + | ]
|
2873 + |
|
2874 + | [[package]]
|
2875 + | name = "icu_normalizer_data"
|
2876 + | version = "1.5.0"
|
2877 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2878 + | checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
2879 + |
|
2880 + | [[package]]
|
2881 + | name = "icu_properties"
|
2882 + | version = "1.5.1"
|
2883 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2884 + | checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
2885 + | dependencies = [
|
2886 + | "displaydoc",
|
2887 + | "icu_collections",
|
2888 + | "icu_locid_transform",
|
2889 + | "icu_properties_data",
|
2890 + | "icu_provider",
|
2891 + | "tinystr",
|
2892 + | "zerovec",
|
2893 + | ]
|
2894 + |
|
2895 + | [[package]]
|
2896 + | name = "icu_properties_data"
|
2897 + | version = "1.5.0"
|
2898 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2899 + | checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
2900 + |
|
2901 + | [[package]]
|
2902 + | name = "icu_provider"
|
2903 + | version = "1.5.0"
|
2904 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2905 + | checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
2906 + | dependencies = [
|
2907 + | "displaydoc",
|
2908 + | "icu_locid",
|
2909 + | "icu_provider_macros",
|
2910 + | "stable_deref_trait",
|
2911 + | "tinystr",
|
2912 + | "writeable",
|
2913 + | "yoke",
|
2914 + | "zerofrom",
|
2915 + | "zerovec",
|
2916 + | ]
|
2917 + |
|
2918 + | [[package]]
|
2919 + | name = "icu_provider_macros"
|
2920 + | version = "1.5.0"
|
2921 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2922 + | checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
2923 + | dependencies = [
|
2924 + | "proc-macro2",
|
2925 + | "quote",
|
2926 + | "syn 2.0.87",
|
2927 + | ]
|
2928 + |
|
2800 2929 | [[package]]
|
2801 2930 | name = "idna"
|
2802 - | version = "0.5.0"
|
2931 + | version = "1.0.3"
|
2803 2932 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2804 - | checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2933 + | checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
2805 2934 | dependencies = [
|
2806 - | "unicode-bidi",
|
2807 - | "unicode-normalization",
|
2935 + | "idna_adapter",
|
2936 + | "smallvec",
|
2937 + | "utf8_iter",
|
2938 + | ]
|
2939 + |
|
2940 + | [[package]]
|
2941 + | name = "idna_adapter"
|
2942 + | version = "1.2.0"
|
2943 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2944 + | checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
2945 + | dependencies = [
|
2946 + | "icu_normalizer",
|
2947 + | "icu_properties",
|
2808 2948 | ]
|
2809 2949 |
|
2810 2950 | [[package]]
|
2811 2951 | name = "indexmap"
|
2812 2952 | version = "2.6.0"
|
2813 2953 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2814 2954 | checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
|
2815 2955 | dependencies = [
|
2816 2956 | "equivalent",
|
2817 2957 | "hashbrown",
|
2818 2958 | "serde",
|
2819 2959 | ]
|
2820 2960 |
|
2821 2961 | [[package]]
|
2822 2962 | name = "instant"
|
2823 2963 | version = "0.1.13"
|
2824 2964 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2825 2965 | checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
2826 2966 | dependencies = [
|
2827 2967 | "cfg-if",
|
2828 2968 | ]
|
2829 2969 |
|
2830 2970 | [[package]]
|
2831 2971 | name = "io-lifetimes"
|
2832 2972 | version = "1.0.11"
|
2833 2973 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2834 2974 | checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
2835 2975 | dependencies = [
|
2836 2976 | "hermit-abi 0.3.9",
|
2837 2977 | "libc",
|
@@ -2930,3070 +2989,3135 @@
2930 3070 | ]
|
2931 3071 |
|
2932 3072 | [[package]]
|
2933 3073 | name = "libloading"
|
2934 3074 | version = "0.8.5"
|
2935 3075 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2936 3076 | checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
|
2937 3077 | dependencies = [
|
2938 3078 | "cfg-if",
|
2939 3079 | "windows-targets 0.52.6",
|
2940 3080 | ]
|
2941 3081 |
|
2942 3082 | [[package]]
|
2943 3083 | name = "libm"
|
2944 3084 | version = "0.2.11"
|
2945 3085 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2946 3086 | checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
|
2947 3087 |
|
2948 3088 | [[package]]
|
2949 3089 | name = "linux-raw-sys"
|
2950 3090 | version = "0.3.8"
|
2951 3091 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2952 3092 | checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
2953 3093 |
|
2954 3094 | [[package]]
|
2955 3095 | name = "linux-raw-sys"
|
2956 3096 | version = "0.4.14"
|
2957 3097 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2958 3098 | checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2959 3099 |
|
3100 + | [[package]]
|
3101 + | name = "litemap"
|
3102 + | version = "0.7.3"
|
3103 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3104 + | checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
|
3105 + |
|
2960 3106 | [[package]]
|
2961 3107 | name = "lock_api"
|
2962 3108 | version = "0.4.12"
|
2963 3109 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2964 3110 | checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2965 3111 | dependencies = [
|
2966 3112 | "autocfg",
|
2967 3113 | "scopeguard",
|
2968 3114 | ]
|
2969 3115 |
|
2970 3116 | [[package]]
|
2971 3117 | name = "log"
|
2972 3118 | version = "0.4.22"
|
2973 3119 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2974 3120 | checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2975 3121 | dependencies = [
|
2976 3122 | "value-bag",
|
2977 3123 | ]
|
2978 3124 |
|
2979 3125 | [[package]]
|
2980 3126 | name = "lru"
|
2981 3127 | version = "0.12.5"
|
2982 3128 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2983 3129 | checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
|
2984 3130 | dependencies = [
|
2985 3131 | "hashbrown",
|
2986 3132 | ]
|
2987 3133 |
|
2988 3134 | [[package]]
|
2989 3135 | name = "matchers"
|
@@ -3001,3147 +3061,3207 @@
3001 3147 | checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
3002 3148 | dependencies = [
|
3003 3149 | "cfg-if",
|
3004 3150 | "digest",
|
3005 3151 | ]
|
3006 3152 |
|
3007 3153 | [[package]]
|
3008 3154 | name = "memchr"
|
3009 3155 | version = "2.7.4"
|
3010 3156 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3011 3157 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
3012 3158 |
|
3013 3159 | [[package]]
|
3014 3160 | name = "minicbor"
|
3015 3161 | version = "0.24.2"
|
3016 3162 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3017 3163 | checksum = "5f8e213c36148d828083ae01948eed271d03f95f7e72571fa242d78184029af2"
|
3018 3164 | dependencies = [
|
3019 3165 | "half",
|
3020 3166 | "minicbor-derive",
|
3021 3167 | ]
|
3022 3168 |
|
3023 3169 | [[package]]
|
3024 3170 | name = "minicbor-derive"
|
3025 3171 | version = "0.15.3"
|
3026 3172 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3027 3173 | checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
|
3028 3174 | dependencies = [
|
3029 3175 | "proc-macro2",
|
3030 3176 | "quote",
|
3031 - | "syn 2.0.85",
|
3177 + | "syn 2.0.87",
|
3032 3178 | ]
|
3033 3179 |
|
3034 3180 | [[package]]
|
3035 3181 | name = "minimal-lexical"
|
3036 3182 | version = "0.2.1"
|
3037 3183 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3038 3184 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
3039 3185 |
|
3040 3186 | [[package]]
|
3041 3187 | name = "miniz_oxide"
|
3042 3188 | version = "0.8.0"
|
3043 3189 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3044 3190 | checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
3045 3191 | dependencies = [
|
3046 3192 | "adler2",
|
3047 3193 | ]
|
3048 3194 |
|
3049 3195 | [[package]]
|
3050 3196 | name = "mio"
|
3051 3197 | version = "1.0.2"
|
3052 3198 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3053 3199 | checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
3054 3200 | dependencies = [
|
3055 3201 | "hermit-abi 0.3.9",
|
3056 3202 | "libc",
|
3057 3203 | "wasi 0.11.0+wasi-snapshot-preview1",
|
3058 3204 | "windows-sys 0.52.0",
|
3059 3205 | ]
|
3060 3206 |
|
3061 3207 | [[package]]
|
@@ -3281,3427 +3378,3524 @@
3281 3427 | dependencies = [
|
3282 3428 | "plotters-backend",
|
3283 3429 | ]
|
3284 3430 |
|
3285 3431 | [[package]]
|
3286 3432 | name = "polling"
|
3287 3433 | version = "2.8.0"
|
3288 3434 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3289 3435 | checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
|
3290 3436 | dependencies = [
|
3291 3437 | "autocfg",
|
3292 3438 | "bitflags 1.3.2",
|
3293 3439 | "cfg-if",
|
3294 3440 | "concurrent-queue",
|
3295 3441 | "libc",
|
3296 3442 | "log",
|
3297 3443 | "pin-project-lite",
|
3298 3444 | "windows-sys 0.48.0",
|
3299 3445 | ]
|
3300 3446 |
|
3301 3447 | [[package]]
|
3302 3448 | name = "polling"
|
3303 3449 | version = "3.7.3"
|
3304 3450 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3305 3451 | checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
|
3306 3452 | dependencies = [
|
3307 3453 | "cfg-if",
|
3308 3454 | "concurrent-queue",
|
3309 3455 | "hermit-abi 0.4.0",
|
3310 3456 | "pin-project-lite",
|
3311 - | "rustix 0.38.38",
|
3457 + | "rustix 0.38.39",
|
3312 3458 | "tracing",
|
3313 3459 | "windows-sys 0.59.0",
|
3314 3460 | ]
|
3315 3461 |
|
3316 3462 | [[package]]
|
3317 3463 | name = "powerfmt"
|
3318 3464 | version = "0.2.0"
|
3319 3465 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3320 3466 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
3321 3467 |
|
3322 3468 | [[package]]
|
3323 3469 | name = "ppv-lite86"
|
3324 3470 | version = "0.2.20"
|
3325 3471 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3326 3472 | checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
3327 3473 | dependencies = [
|
3328 3474 | "zerocopy",
|
3329 3475 | ]
|
3330 3476 |
|
3331 3477 | [[package]]
|
3332 3478 | name = "pretty_assertions"
|
3333 3479 | version = "1.4.1"
|
3334 3480 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3335 3481 | checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
|
3336 3482 | dependencies = [
|
3337 3483 | "diff",
|
3338 3484 | "yansi",
|
3339 3485 | ]
|
3340 3486 |
|
3341 3487 | [[package]]
|
3342 3488 | name = "prettyplease"
|
3343 3489 | version = "0.2.25"
|
3344 3490 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3345 3491 | checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
|
3346 3492 | dependencies = [
|
3347 3493 | "proc-macro2",
|
3348 - | "syn 2.0.85",
|
3494 + | "syn 2.0.87",
|
3349 3495 | ]
|
3350 3496 |
|
3351 3497 | [[package]]
|
3352 3498 | name = "proc-macro-error"
|
3353 3499 | version = "1.0.4"
|
3354 3500 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3355 3501 | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
3356 3502 | dependencies = [
|
3357 3503 | "proc-macro-error-attr",
|
3358 3504 | "proc-macro2",
|
3359 3505 | "quote",
|
3360 3506 | "syn 1.0.109",
|
3361 3507 | "version_check",
|
3362 3508 | ]
|
3363 3509 |
|
3364 3510 | [[package]]
|
3365 3511 | name = "proc-macro-error-attr"
|
3366 3512 | version = "1.0.4"
|
3367 3513 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3368 3514 | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
3369 3515 | dependencies = [
|
3370 3516 | "proc-macro2",
|
3371 3517 | "quote",
|
3372 3518 | "version_check",
|
3373 3519 | ]
|
3374 3520 |
|
3375 3521 | [[package]]
|
3376 3522 | name = "proc-macro2"
|
3377 3523 | version = "1.0.89"
|
3378 3524 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -3579,3725 +3641,3787 @@
3579 3725 | name = "rustc-hash"
|
3580 3726 | version = "1.1.0"
|
3581 3727 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3582 3728 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
3583 3729 |
|
3584 3730 | [[package]]
|
3585 3731 | name = "rustc_version"
|
3586 3732 | version = "0.4.1"
|
3587 3733 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3588 3734 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
3589 3735 | dependencies = [
|
3590 3736 | "semver",
|
3591 3737 | ]
|
3592 3738 |
|
3593 3739 | [[package]]
|
3594 3740 | name = "rustix"
|
3595 3741 | version = "0.37.27"
|
3596 3742 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3597 3743 | checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
|
3598 3744 | dependencies = [
|
3599 3745 | "bitflags 1.3.2",
|
3600 3746 | "errno",
|
3601 3747 | "io-lifetimes",
|
3602 3748 | "libc",
|
3603 3749 | "linux-raw-sys 0.3.8",
|
3604 3750 | "windows-sys 0.48.0",
|
3605 3751 | ]
|
3606 3752 |
|
3607 3753 | [[package]]
|
3608 3754 | name = "rustix"
|
3609 - | version = "0.38.38"
|
3755 + | version = "0.38.39"
|
3610 3756 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3611 - | checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a"
|
3757 + | checksum = "375116bee2be9ed569afe2154ea6a99dfdffd257f533f187498c2a8f5feaf4ee"
|
3612 3758 | dependencies = [
|
3613 3759 | "bitflags 2.6.0",
|
3614 3760 | "errno",
|
3615 3761 | "libc",
|
3616 3762 | "linux-raw-sys 0.4.14",
|
3617 3763 | "windows-sys 0.52.0",
|
3618 3764 | ]
|
3619 3765 |
|
3620 3766 | [[package]]
|
3621 3767 | name = "rustls"
|
3622 3768 | version = "0.21.12"
|
3623 3769 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3624 3770 | checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
3625 3771 | dependencies = [
|
3626 3772 | "log",
|
3627 3773 | "ring",
|
3628 3774 | "rustls-webpki 0.101.7",
|
3629 3775 | "sct",
|
3630 3776 | ]
|
3631 3777 |
|
3632 3778 | [[package]]
|
3633 3779 | name = "rustls"
|
3634 3780 | version = "0.23.16"
|
3635 3781 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3636 3782 | checksum = "eee87ff5d9b36712a58574e12e9f0ea80f915a5b0ac518d322b24a465617925e"
|
3637 3783 | dependencies = [
|
3638 3784 | "aws-lc-rs",
|
3639 3785 | "once_cell",
|
3640 3786 | "ring",
|
3641 3787 | "rustls-pki-types",
|
@@ -3806,3952 +3866,4012 @@
3806 3952 |
|
3807 3953 | [[package]]
|
3808 3954 | name = "semver"
|
3809 3955 | version = "1.0.23"
|
3810 3956 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3811 3957 | checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
3812 3958 |
|
3813 3959 | [[package]]
|
3814 3960 | name = "separator"
|
3815 3961 | version = "0.4.1"
|
3816 3962 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3817 3963 | checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
|
3818 3964 |
|
3819 3965 | [[package]]
|
3820 3966 | name = "serde"
|
3821 3967 | version = "1.0.214"
|
3822 3968 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3823 3969 | checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
|
3824 3970 | dependencies = [
|
3825 3971 | "serde_derive",
|
3826 3972 | ]
|
3827 3973 |
|
3828 3974 | [[package]]
|
3829 3975 | name = "serde_derive"
|
3830 3976 | version = "1.0.214"
|
3831 3977 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3832 3978 | checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
|
3833 3979 | dependencies = [
|
3834 3980 | "proc-macro2",
|
3835 3981 | "quote",
|
3836 - | "syn 2.0.85",
|
3982 + | "syn 2.0.87",
|
3837 3983 | ]
|
3838 3984 |
|
3839 3985 | [[package]]
|
3840 3986 | name = "serde_json"
|
3841 3987 | version = "1.0.132"
|
3842 3988 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3843 3989 | checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
|
3844 3990 | dependencies = [
|
3845 3991 | "indexmap",
|
3846 3992 | "itoa",
|
3847 3993 | "memchr",
|
3848 3994 | "ryu",
|
3849 3995 | "serde",
|
3850 3996 | ]
|
3851 3997 |
|
3852 3998 | [[package]]
|
3853 3999 | name = "sha1"
|
3854 4000 | version = "0.10.6"
|
3855 4001 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3856 4002 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
3857 4003 | dependencies = [
|
3858 4004 | "cfg-if",
|
3859 4005 | "cpufeatures",
|
3860 4006 | "digest",
|
3861 4007 | ]
|
3862 4008 |
|
3863 4009 | [[package]]
|
3864 4010 | name = "sha2"
|
3865 4011 | version = "0.10.8"
|
3866 4012 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -3946,4092 +4159,4332 @@
3946 4092 | "libc",
|
3947 4093 | "winapi",
|
3948 4094 | ]
|
3949 4095 |
|
3950 4096 | [[package]]
|
3951 4097 | name = "socket2"
|
3952 4098 | version = "0.5.7"
|
3953 4099 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3954 4100 | checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
3955 4101 | dependencies = [
|
3956 4102 | "libc",
|
3957 4103 | "windows-sys 0.52.0",
|
3958 4104 | ]
|
3959 4105 |
|
3960 4106 | [[package]]
|
3961 4107 | name = "spin"
|
3962 4108 | version = "0.9.8"
|
3963 4109 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3964 4110 | checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
3965 4111 |
|
3966 4112 | [[package]]
|
3967 4113 | name = "spki"
|
3968 4114 | version = "0.6.0"
|
3969 4115 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3970 4116 | checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
|
3971 4117 | dependencies = [
|
3972 4118 | "base64ct",
|
3973 4119 | "der",
|
3974 4120 | ]
|
3975 4121 |
|
4122 + | [[package]]
|
4123 + | name = "stable_deref_trait"
|
4124 + | version = "1.2.0"
|
4125 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4126 + | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
4127 + |
|
3976 4128 | [[package]]
|
3977 4129 | name = "subtle"
|
3978 4130 | version = "2.6.1"
|
3979 4131 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3980 4132 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
3981 4133 |
|
3982 4134 | [[package]]
|
3983 4135 | name = "syn"
|
3984 4136 | version = "1.0.109"
|
3985 4137 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3986 4138 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
3987 4139 | dependencies = [
|
3988 4140 | "proc-macro2",
|
3989 4141 | "quote",
|
3990 4142 | "unicode-ident",
|
3991 4143 | ]
|
3992 4144 |
|
3993 4145 | [[package]]
|
3994 4146 | name = "syn"
|
3995 - | version = "2.0.85"
|
4147 + | version = "2.0.87"
|
3996 4148 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3997 - | checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
|
4149 + | checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
|
3998 4150 | dependencies = [
|
3999 4151 | "proc-macro2",
|
4000 4152 | "quote",
|
4001 4153 | "unicode-ident",
|
4002 4154 | ]
|
4003 4155 |
|
4156 + | [[package]]
|
4157 + | name = "synstructure"
|
4158 + | version = "0.13.1"
|
4159 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4160 + | checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
4161 + | dependencies = [
|
4162 + | "proc-macro2",
|
4163 + | "quote",
|
4164 + | "syn 2.0.87",
|
4165 + | ]
|
4166 + |
|
4004 4167 | [[package]]
|
4005 4168 | name = "tempfile"
|
4006 4169 | version = "3.12.0"
|
4007 4170 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4008 4171 | checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
|
4009 4172 | dependencies = [
|
4010 4173 | "cfg-if",
|
4011 4174 | "fastrand 2.0.2",
|
4012 4175 | "once_cell",
|
4013 - | "rustix 0.38.38",
|
4176 + | "rustix 0.38.39",
|
4014 4177 | "windows-sys 0.59.0",
|
4015 4178 | ]
|
4016 4179 |
|
4017 4180 | [[package]]
|
4018 4181 | name = "thiserror"
|
4019 - | version = "1.0.65"
|
4182 + | version = "1.0.68"
|
4020 4183 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4021 - | checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
|
4184 + | checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
|
4022 4185 | dependencies = [
|
4023 4186 | "thiserror-impl",
|
4024 4187 | ]
|
4025 4188 |
|
4026 4189 | [[package]]
|
4027 4190 | name = "thiserror-impl"
|
4028 - | version = "1.0.65"
|
4191 + | version = "1.0.68"
|
4029 4192 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4030 - | checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
|
4193 + | checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e"
|
4031 4194 | dependencies = [
|
4032 4195 | "proc-macro2",
|
4033 4196 | "quote",
|
4034 - | "syn 2.0.85",
|
4197 + | "syn 2.0.87",
|
4035 4198 | ]
|
4036 4199 |
|
4037 4200 | [[package]]
|
4038 4201 | name = "thread_local"
|
4039 4202 | version = "1.1.8"
|
4040 4203 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4041 4204 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
4042 4205 | dependencies = [
|
4043 4206 | "cfg-if",
|
4044 4207 | "once_cell",
|
4045 4208 | ]
|
4046 4209 |
|
4047 4210 | [[package]]
|
4048 4211 | name = "time"
|
4049 4212 | version = "0.3.36"
|
4050 4213 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4051 4214 | checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
4052 4215 | dependencies = [
|
4053 4216 | "deranged",
|
4054 4217 | "itoa",
|
4055 4218 | "num-conv",
|
4056 4219 | "powerfmt",
|
4057 4220 | "serde",
|
4058 4221 | "time-core",
|
4059 4222 | "time-macros",
|
4060 4223 | ]
|
4061 4224 |
|
4062 4225 | [[package]]
|
4063 4226 | name = "time-core"
|
4064 4227 | version = "0.1.2"
|
4065 4228 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4066 4229 | checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
4067 4230 |
|
4068 4231 | [[package]]
|
4069 4232 | name = "time-macros"
|
4070 4233 | version = "0.2.18"
|
4071 4234 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4072 4235 | checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
4073 4236 | dependencies = [
|
4074 4237 | "num-conv",
|
4075 4238 | "time-core",
|
4076 4239 | ]
|
4077 4240 |
|
4241 + | [[package]]
|
4242 + | name = "tinystr"
|
4243 + | version = "0.7.6"
|
4244 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4245 + | checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
4246 + | dependencies = [
|
4247 + | "displaydoc",
|
4248 + | "zerovec",
|
4249 + | ]
|
4250 + |
|
4078 4251 | [[package]]
|
4079 4252 | name = "tinytemplate"
|
4080 4253 | version = "1.2.1"
|
4081 4254 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4082 4255 | checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
4083 4256 | dependencies = [
|
4084 4257 | "serde",
|
4085 4258 | "serde_json",
|
4086 4259 | ]
|
4087 4260 |
|
4088 4261 | [[package]]
|
4089 4262 | name = "tinyvec"
|
4090 4263 | version = "1.8.0"
|
4091 4264 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4092 4265 | checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
4093 4266 | dependencies = [
|
4094 4267 | "tinyvec_macros",
|
4095 4268 | ]
|
4096 4269 |
|
4097 4270 | [[package]]
|
4098 4271 | name = "tinyvec_macros"
|
4099 4272 | version = "0.1.1"
|
4100 4273 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4101 4274 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
4102 4275 |
|
4103 4276 | [[package]]
|
4104 4277 | name = "tokio"
|
4105 4278 | version = "1.41.0"
|
4106 4279 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4107 4280 | checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
|
4108 4281 | dependencies = [
|
4109 4282 | "backtrace",
|
4110 4283 | "bytes",
|
4111 4284 | "libc",
|
4112 4285 | "mio",
|
4113 4286 | "parking_lot",
|
4114 4287 | "pin-project-lite",
|
4115 4288 | "signal-hook-registry",
|
4116 4289 | "socket2 0.5.7",
|
4117 4290 | "tokio-macros",
|
4118 4291 | "windows-sys 0.52.0",
|
4119 4292 | ]
|
4120 4293 |
|
4121 4294 | [[package]]
|
4122 4295 | name = "tokio-macros"
|
4123 4296 | version = "2.4.0"
|
4124 4297 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4125 4298 | checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
4126 4299 | dependencies = [
|
4127 4300 | "proc-macro2",
|
4128 4301 | "quote",
|
4129 - | "syn 2.0.85",
|
4302 + | "syn 2.0.87",
|
4130 4303 | ]
|
4131 4304 |
|
4132 4305 | [[package]]
|
4133 4306 | name = "tokio-rustls"
|
4134 4307 | version = "0.24.1"
|
4135 4308 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4136 4309 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
4137 4310 | dependencies = [
|
4138 4311 | "rustls 0.21.12",
|
4139 4312 | "tokio",
|
4140 4313 | ]
|
4141 4314 |
|
4142 4315 | [[package]]
|
4143 4316 | name = "tokio-rustls"
|
4144 4317 | version = "0.26.0"
|
4145 4318 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4146 4319 | checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
4147 4320 | dependencies = [
|
4148 4321 | "rustls 0.23.16",
|
4149 4322 | "rustls-pki-types",
|
4150 4323 | "tokio",
|
4151 4324 | ]
|
4152 4325 |
|
4153 4326 | [[package]]
|
4154 4327 | name = "tokio-stream"
|
4155 4328 | version = "0.1.16"
|
4156 4329 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4157 4330 | checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
|
4158 4331 | dependencies = [
|
4159 4332 | "futures-core",
|
@@ -4215,4388 +4275,4448 @@
4215 4388 | version = "0.1.40"
|
4216 4389 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4217 4390 | checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
4218 4391 | dependencies = [
|
4219 4392 | "log",
|
4220 4393 | "pin-project-lite",
|
4221 4394 | "tracing-attributes",
|
4222 4395 | "tracing-core",
|
4223 4396 | ]
|
4224 4397 |
|
4225 4398 | [[package]]
|
4226 4399 | name = "tracing-appender"
|
4227 4400 | version = "0.2.3"
|
4228 4401 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4229 4402 | checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
|
4230 4403 | dependencies = [
|
4231 4404 | "crossbeam-channel",
|
4232 4405 | "thiserror",
|
4233 4406 | "time",
|
4234 4407 | "tracing-subscriber",
|
4235 4408 | ]
|
4236 4409 |
|
4237 4410 | [[package]]
|
4238 4411 | name = "tracing-attributes"
|
4239 4412 | version = "0.1.27"
|
4240 4413 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4241 4414 | checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
4242 4415 | dependencies = [
|
4243 4416 | "proc-macro2",
|
4244 4417 | "quote",
|
4245 - | "syn 2.0.85",
|
4418 + | "syn 2.0.87",
|
4246 4419 | ]
|
4247 4420 |
|
4248 4421 | [[package]]
|
4249 4422 | name = "tracing-core"
|
4250 4423 | version = "0.1.32"
|
4251 4424 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4252 4425 | checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
4253 4426 | dependencies = [
|
4254 4427 | "once_cell",
|
4255 4428 | "valuable",
|
4256 4429 | ]
|
4257 4430 |
|
4258 4431 | [[package]]
|
4259 4432 | name = "tracing-log"
|
4260 4433 | version = "0.2.0"
|
4261 4434 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4262 4435 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
4263 4436 | dependencies = [
|
4264 4437 | "log",
|
4265 4438 | "once_cell",
|
4266 4439 | "tracing-core",
|
4267 4440 | ]
|
4268 4441 |
|
4269 4442 | [[package]]
|
4270 4443 | name = "tracing-serde"
|
4271 4444 | version = "0.1.3"
|
4272 4445 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4273 4446 | checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
|
4274 4447 | dependencies = [
|
4275 4448 | "serde",
|
@@ -4288,4461 +4418,4588 @@
4288 4461 | "regex",
|
4289 4462 | "serde",
|
4290 4463 | "serde_json",
|
4291 4464 | "sharded-slab",
|
4292 4465 | "smallvec",
|
4293 4466 | "thread_local",
|
4294 4467 | "tracing",
|
4295 4468 | "tracing-core",
|
4296 4469 | "tracing-log",
|
4297 4470 | "tracing-serde",
|
4298 4471 | ]
|
4299 4472 |
|
4300 4473 | [[package]]
|
4301 4474 | name = "tracing-test"
|
4302 4475 | version = "0.2.5"
|
4303 4476 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4304 4477 | checksum = "557b891436fe0d5e0e363427fc7f217abf9ccd510d5136549847bdcbcd011d68"
|
4305 4478 | dependencies = [
|
4306 4479 | "tracing-core",
|
4307 4480 | "tracing-subscriber",
|
4308 4481 | "tracing-test-macro",
|
4309 4482 | ]
|
4310 4483 |
|
4311 4484 | [[package]]
|
4312 4485 | name = "tracing-test-macro"
|
4313 4486 | version = "0.2.5"
|
4314 4487 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4315 4488 | checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568"
|
4316 4489 | dependencies = [
|
4317 4490 | "quote",
|
4318 - | "syn 2.0.85",
|
4491 + | "syn 2.0.87",
|
4319 4492 | ]
|
4320 4493 |
|
4321 4494 | [[package]]
|
4322 4495 | name = "try-lock"
|
4323 4496 | version = "0.2.5"
|
4324 4497 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4325 4498 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
4326 4499 |
|
4327 4500 | [[package]]
|
4328 4501 | name = "typenum"
|
4329 4502 | version = "1.17.0"
|
4330 4503 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4331 4504 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
4332 4505 |
|
4333 4506 | [[package]]
|
4334 4507 | name = "unarray"
|
4335 4508 | version = "0.1.4"
|
4336 4509 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4337 4510 | checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
4338 4511 |
|
4339 - | [[package]]
|
4340 - | name = "unicode-bidi"
|
4341 - | version = "0.3.17"
|
4342 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4343 - | checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
|
4344 - |
|
4345 4512 | [[package]]
|
4346 4513 | name = "unicode-ident"
|
4347 4514 | version = "1.0.13"
|
4348 4515 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4349 4516 | checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
4350 4517 |
|
4351 - | [[package]]
|
4352 - | name = "unicode-normalization"
|
4353 - | version = "0.1.24"
|
4354 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4355 - | checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
|
4356 - | dependencies = [
|
4357 - | "tinyvec",
|
4358 - | ]
|
4359 - |
|
4360 4518 | [[package]]
|
4361 4519 | name = "unicode-segmentation"
|
4362 4520 | version = "1.12.0"
|
4363 4521 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4364 4522 | checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
4365 4523 |
|
4366 4524 | [[package]]
|
4367 4525 | name = "untrusted"
|
4368 4526 | version = "0.9.0"
|
4369 4527 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4370 4528 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
4371 4529 |
|
4372 4530 | [[package]]
|
4373 4531 | name = "url"
|
4374 - | version = "2.5.2"
|
4532 + | version = "2.5.3"
|
4375 4533 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4376 - | checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
4534 + | checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada"
|
4377 4535 | dependencies = [
|
4378 4536 | "form_urlencoded",
|
4379 4537 | "idna",
|
4380 4538 | "percent-encoding",
|
4381 4539 | ]
|
4382 4540 |
|
4383 4541 | [[package]]
|
4384 4542 | name = "urlencoding"
|
4385 4543 | version = "2.1.3"
|
4386 4544 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4387 4545 | checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
4388 4546 |
|
4547 + | [[package]]
|
4548 + | name = "utf16_iter"
|
4549 + | version = "1.0.5"
|
4550 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4551 + | checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
4552 + |
|
4553 + | [[package]]
|
4554 + | name = "utf8_iter"
|
4555 + | version = "1.0.4"
|
4556 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4557 + | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
4558 + |
|
4389 4559 | [[package]]
|
4390 4560 | name = "uuid"
|
4391 4561 | version = "1.11.0"
|
4392 4562 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4393 4563 | checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
|
4394 4564 |
|
4395 4565 | [[package]]
|
4396 4566 | name = "valuable"
|
4397 4567 | version = "0.1.0"
|
4398 4568 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4399 4569 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
4400 4570 |
|
4401 4571 | [[package]]
|
4402 4572 | name = "value-bag"
|
4403 4573 | version = "1.10.0"
|
4404 4574 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4405 4575 | checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
|
4406 4576 |
|
4407 4577 | [[package]]
|
4408 4578 | name = "version_check"
|
4409 4579 | version = "0.9.5"
|
4410 4580 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4411 4581 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
4412 4582 |
|
4413 4583 | [[package]]
|
4414 4584 | name = "vsimd"
|
4415 4585 | version = "0.8.0"
|
4416 4586 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4417 4587 | checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
4418 4588 |
|
@@ -4460,4630 +4590,4760 @@
4460 4630 | name = "wasi"
|
4461 4631 | version = "0.12.1+wasi-0.2.0"
|
4462 4632 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4463 4633 | checksum = "af274f03e73b7d85551b3f9e97b8a04d5c9aec703cfc227a3fe0595a7561c67a"
|
4464 4634 | dependencies = [
|
4465 4635 | "wit-bindgen",
|
4466 4636 | ]
|
4467 4637 |
|
4468 4638 | [[package]]
|
4469 4639 | name = "wasm-bindgen"
|
4470 4640 | version = "0.2.95"
|
4471 4641 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4472 4642 | checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
|
4473 4643 | dependencies = [
|
4474 4644 | "cfg-if",
|
4475 4645 | "once_cell",
|
4476 4646 | "wasm-bindgen-macro",
|
4477 4647 | ]
|
4478 4648 |
|
4479 4649 | [[package]]
|
4480 4650 | name = "wasm-bindgen-backend"
|
4481 4651 | version = "0.2.95"
|
4482 4652 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4483 4653 | checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
|
4484 4654 | dependencies = [
|
4485 4655 | "bumpalo",
|
4486 4656 | "log",
|
4487 4657 | "once_cell",
|
4488 4658 | "proc-macro2",
|
4489 4659 | "quote",
|
4490 - | "syn 2.0.85",
|
4660 + | "syn 2.0.87",
|
4491 4661 | "wasm-bindgen-shared",
|
4492 4662 | ]
|
4493 4663 |
|
4494 4664 | [[package]]
|
4495 4665 | name = "wasm-bindgen-futures"
|
4496 4666 | version = "0.4.45"
|
4497 4667 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4498 4668 | checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b"
|
4499 4669 | dependencies = [
|
4500 4670 | "cfg-if",
|
4501 4671 | "js-sys",
|
4502 4672 | "wasm-bindgen",
|
4503 4673 | "web-sys",
|
4504 4674 | ]
|
4505 4675 |
|
4506 4676 | [[package]]
|
4507 4677 | name = "wasm-bindgen-macro"
|
4508 4678 | version = "0.2.95"
|
4509 4679 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4510 4680 | checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
|
4511 4681 | dependencies = [
|
4512 4682 | "quote",
|
4513 4683 | "wasm-bindgen-macro-support",
|
4514 4684 | ]
|
4515 4685 |
|
4516 4686 | [[package]]
|
4517 4687 | name = "wasm-bindgen-macro-support"
|
4518 4688 | version = "0.2.95"
|
4519 4689 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4520 4690 | checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
|
4521 4691 | dependencies = [
|
4522 4692 | "proc-macro2",
|
4523 4693 | "quote",
|
4524 - | "syn 2.0.85",
|
4694 + | "syn 2.0.87",
|
4525 4695 | "wasm-bindgen-backend",
|
4526 4696 | "wasm-bindgen-shared",
|
4527 4697 | ]
|
4528 4698 |
|
4529 4699 | [[package]]
|
4530 4700 | name = "wasm-bindgen-shared"
|
4531 4701 | version = "0.2.95"
|
4532 4702 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4533 4703 | checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
|
4534 4704 |
|
4535 4705 | [[package]]
|
4536 4706 | name = "web-sys"
|
4537 4707 | version = "0.3.72"
|
4538 4708 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4539 4709 | checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
|
4540 4710 | dependencies = [
|
4541 4711 | "js-sys",
|
4542 4712 | "wasm-bindgen",
|
4543 4713 | ]
|
4544 4714 |
|
4545 4715 | [[package]]
|
4546 4716 | name = "webpki-roots"
|
4547 4717 | version = "0.25.4"
|
4548 4718 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4549 4719 | checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
|
4550 4720 |
|
4551 4721 | [[package]]
|
4552 4722 | name = "which"
|
4553 4723 | version = "4.4.2"
|
4554 4724 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4555 4725 | checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
4556 4726 | dependencies = [
|
4557 4727 | "either",
|
4558 4728 | "home",
|
4559 4729 | "once_cell",
|
4560 - | "rustix 0.38.38",
|
4730 + | "rustix 0.38.39",
|
4561 4731 | ]
|
4562 4732 |
|
4563 4733 | [[package]]
|
4564 4734 | name = "winapi"
|
4565 4735 | version = "0.3.9"
|
4566 4736 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4567 4737 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
4568 4738 | dependencies = [
|
4569 4739 | "winapi-i686-pc-windows-gnu",
|
4570 4740 | "winapi-x86_64-pc-windows-gnu",
|
4571 4741 | ]
|
4572 4742 |
|
4573 4743 | [[package]]
|
4574 4744 | name = "winapi-i686-pc-windows-gnu"
|
4575 4745 | version = "0.4.0"
|
4576 4746 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4577 4747 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
4578 4748 |
|
4579 4749 | [[package]]
|
4580 4750 | name = "winapi-util"
|
4581 4751 | version = "0.1.9"
|
4582 4752 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4583 4753 | checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
4584 4754 | dependencies = [
|
4585 4755 | "windows-sys 0.59.0",
|
4586 4756 | ]
|
4587 4757 |
|
4588 4758 | [[package]]
|
4589 4759 | name = "winapi-x86_64-pc-windows-gnu"
|
4590 4760 | version = "0.4.0"
|
@@ -4721,4891 +0,5037 @@
4721 4891 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4722 4892 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
4723 4893 |
|
4724 4894 | [[package]]
|
4725 4895 | name = "windows_x86_64_gnullvm"
|
4726 4896 | version = "0.52.6"
|
4727 4897 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4728 4898 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
4729 4899 |
|
4730 4900 | [[package]]
|
4731 4901 | name = "windows_x86_64_msvc"
|
4732 4902 | version = "0.48.5"
|
4733 4903 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4734 4904 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
4735 4905 |
|
4736 4906 | [[package]]
|
4737 4907 | name = "windows_x86_64_msvc"
|
4738 4908 | version = "0.52.6"
|
4739 4909 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4740 4910 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
4741 4911 |
|
4742 4912 | [[package]]
|
4743 4913 | name = "wit-bindgen"
|
4744 4914 | version = "0.19.2"
|
4745 4915 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4746 4916 | checksum = "b37d270da94012e0ac490ac633ad5bdd76a10a3fb15069edb033c1b771ce931f"
|
4747 4917 | dependencies = [
|
4748 4918 | "bitflags 2.6.0",
|
4749 4919 | ]
|
4750 4920 |
|
4921 + | [[package]]
|
4922 + | name = "write16"
|
4923 + | version = "1.0.0"
|
4924 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4925 + | checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
4926 + |
|
4927 + | [[package]]
|
4928 + | name = "writeable"
|
4929 + | version = "0.5.5"
|
4930 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4931 + | checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
4932 + |
|
4751 4933 | [[package]]
|
4752 4934 | name = "xmlparser"
|
4753 4935 | version = "0.13.6"
|
4754 4936 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4755 4937 | checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
|
4756 4938 |
|
4757 4939 | [[package]]
|
4758 4940 | name = "yansi"
|
4759 4941 | version = "1.0.1"
|
4760 4942 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4761 4943 | checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
|
4762 4944 |
|
4945 + | [[package]]
|
4946 + | name = "yoke"
|
4947 + | version = "0.7.4"
|
4948 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4949 + | checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
|
4950 + | dependencies = [
|
4951 + | "serde",
|
4952 + | "stable_deref_trait",
|
4953 + | "yoke-derive",
|
4954 + | "zerofrom",
|
4955 + | ]
|
4956 + |
|
4957 + | [[package]]
|
4958 + | name = "yoke-derive"
|
4959 + | version = "0.7.4"
|
4960 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4961 + | checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
|
4962 + | dependencies = [
|
4963 + | "proc-macro2",
|
4964 + | "quote",
|
4965 + | "syn 2.0.87",
|
4966 + | "synstructure",
|
4967 + | ]
|
4968 + |
|
4763 4969 | [[package]]
|
4764 4970 | name = "zerocopy"
|
4765 4971 | version = "0.7.35"
|
4766 4972 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4767 4973 | checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
4768 4974 | dependencies = [
|
4769 4975 | "byteorder",
|
4770 4976 | "zerocopy-derive",
|
4771 4977 | ]
|
4772 4978 |
|
4773 4979 | [[package]]
|
4774 4980 | name = "zerocopy-derive"
|
4775 4981 | version = "0.7.35"
|
4776 4982 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4777 4983 | checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
4778 4984 | dependencies = [
|
4779 4985 | "proc-macro2",
|
4780 4986 | "quote",
|
4781 - | "syn 2.0.85",
|
4987 + | "syn 2.0.87",
|
4988 + | ]
|
4989 + |
|
4990 + | [[package]]
|
4991 + | name = "zerofrom"
|
4992 + | version = "0.1.4"
|
4993 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4994 + | checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
|
4995 + | dependencies = [
|
4996 + | "zerofrom-derive",
|
4997 + | ]
|
4998 + |
|
4999 + | [[package]]
|
5000 + | name = "zerofrom-derive"
|
5001 + | version = "0.1.4"
|
5002 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5003 + | checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
|
5004 + | dependencies = [
|
5005 + | "proc-macro2",
|
5006 + | "quote",
|
5007 + | "syn 2.0.87",
|
5008 + | "synstructure",
|
4782 5009 | ]
|
4783 5010 |
|
4784 5011 | [[package]]
|
4785 5012 | name = "zeroize"
|
4786 5013 | version = "1.8.1"
|
4787 5014 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4788 5015 | checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
5016 + |
|
5017 + | [[package]]
|
5018 + | name = "zerovec"
|
5019 + | version = "0.10.4"
|
5020 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5021 + | checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
5022 + | dependencies = [
|
5023 + | "yoke",
|
5024 + | "zerofrom",
|
5025 + | "zerovec-derive",
|
5026 + | ]
|
5027 + |
|
5028 + | [[package]]
|
5029 + | name = "zerovec-derive"
|
5030 + | version = "0.10.3"
|
5031 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5032 + | checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
5033 + | dependencies = [
|
5034 + | "proc-macro2",
|
5035 + | "quote",
|
5036 + | "syn 2.0.87",
|
5037 + | ]
|