rev. 1ae04a47a8ef8ef5fbc483d469781a8446375d05 (ignoring whitespace)
@@ -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.60.0"
|
897 897 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
898 - | checksum = "0656a79cf5e6ab0d4bb2465cd750a7a2fd7ea26c062183ed94225f5782e22365"
|
898 + | checksum = "0506cc60e392e33712d47717d5ae5760a3b134bf8ee7aea7e43df3d7e2669ae0"
|
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.60.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 +2209,2209 @@
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.1"
|
2174 2174 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2175 - | checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
|
2175 + | checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800"
|
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 2199 | [[package]]
|
2200 2200 | name = "dunce"
|
2201 2201 | version = "1.0.5"
|
2202 2202 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2203 2203 | checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
2204 2204 |
|
2205 2205 | [[package]]
|
2206 2206 | name = "ecdsa"
|
2207 2207 | version = "0.14.8"
|
2208 2208 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2209 2209 | checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
|
@@ -2379,2379 +2458,2458 @@
2379 2379 |
|
2380 2380 | [[package]]
|
2381 2381 | name = "futures-core"
|
2382 2382 | version = "0.3.31"
|
2383 2383 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2384 2384 | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2385 2385 |
|
2386 2386 | [[package]]
|
2387 2387 | name = "futures-io"
|
2388 2388 | version = "0.3.31"
|
2389 2389 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2390 2390 | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
2391 2391 |
|
2392 2392 | [[package]]
|
2393 2393 | name = "futures-lite"
|
2394 2394 | version = "1.13.0"
|
2395 2395 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2396 2396 | checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
2397 2397 | dependencies = [
|
2398 2398 | "fastrand 1.9.0",
|
2399 2399 | "futures-core",
|
2400 2400 | "futures-io",
|
2401 2401 | "memchr",
|
2402 2402 | "parking",
|
2403 2403 | "pin-project-lite",
|
2404 2404 | "waker-fn",
|
2405 2405 | ]
|
2406 2406 |
|
2407 2407 | [[package]]
|
2408 2408 | name = "futures-lite"
|
2409 - | version = "2.3.0"
|
2409 + | version = "2.4.0"
|
2410 2410 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2411 - | checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
|
2411 + | checksum = "3f1fa2f9765705486b33fd2acf1577f8ec449c2ba1f318ae5447697b7c08d210"
|
2412 2412 | dependencies = [
|
2413 2413 | "fastrand 2.0.2",
|
2414 2414 | "futures-core",
|
2415 2415 | "futures-io",
|
2416 2416 | "parking",
|
2417 2417 | "pin-project-lite",
|
2418 2418 | ]
|
2419 2419 |
|
2420 2420 | [[package]]
|
2421 2421 | name = "futures-macro"
|
2422 2422 | version = "0.3.31"
|
2423 2423 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2424 2424 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2425 2425 | dependencies = [
|
2426 2426 | "proc-macro2",
|
2427 2427 | "quote",
|
2428 - | "syn 2.0.85",
|
2428 + | "syn 2.0.87",
|
2429 2429 | ]
|
2430 2430 |
|
2431 2431 | [[package]]
|
2432 2432 | name = "futures-sink"
|
2433 2433 | version = "0.3.31"
|
2434 2434 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2435 2435 | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2436 2436 |
|
2437 2437 | [[package]]
|
2438 2438 | name = "futures-task"
|
2439 2439 | version = "0.3.31"
|
2440 2440 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2441 2441 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2442 2442 |
|
2443 2443 | [[package]]
|
2444 2444 | name = "futures-util"
|
2445 2445 | version = "0.3.31"
|
2446 2446 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2447 2447 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2448 2448 | dependencies = [
|
2449 2449 | "futures-core",
|
2450 2450 | "futures-macro",
|
2451 2451 | "futures-task",
|
2452 2452 | "pin-project-lite",
|
2453 2453 | "pin-utils",
|
2454 2454 | "slab",
|
2455 2455 | ]
|
2456 2456 |
|
2457 2457 | [[package]]
|
2458 2458 | name = "generic-array"
|
@@ -2533,2533 +2595,2595 @@
2533 2533 | name = "h2"
|
2534 2534 | version = "0.4.6"
|
2535 2535 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2536 2536 | checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
|
2537 2537 | dependencies = [
|
2538 2538 | "atomic-waker",
|
2539 2539 | "bytes",
|
2540 2540 | "fnv",
|
2541 2541 | "futures-core",
|
2542 2542 | "futures-sink",
|
2543 2543 | "http 1.1.0",
|
2544 2544 | "indexmap",
|
2545 2545 | "slab",
|
2546 2546 | "tokio",
|
2547 2547 | "tokio-util",
|
2548 2548 | "tracing",
|
2549 2549 | ]
|
2550 2550 |
|
2551 2551 | [[package]]
|
2552 2552 | name = "half"
|
2553 2553 | version = "2.4.1"
|
2554 2554 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2555 2555 | checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
|
2556 2556 | dependencies = [
|
2557 2557 | "cfg-if",
|
2558 2558 | "crunchy",
|
2559 2559 | ]
|
2560 2560 |
|
2561 2561 | [[package]]
|
2562 2562 | name = "hashbrown"
|
2563 - | version = "0.15.0"
|
2563 + | version = "0.15.1"
|
2564 2564 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2565 - | checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
|
2565 + | checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3"
|
2566 2566 | dependencies = [
|
2567 2567 | "allocator-api2",
|
2568 2568 | "equivalent",
|
2569 2569 | "foldhash",
|
2570 2570 | ]
|
2571 2571 |
|
2572 2572 | [[package]]
|
2573 2573 | name = "hdrhistogram"
|
2574 2574 | version = "7.5.4"
|
2575 2575 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2576 2576 | checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
|
2577 2577 | dependencies = [
|
2578 2578 | "base64 0.21.7",
|
2579 2579 | "byteorder",
|
2580 2580 | "crossbeam-channel",
|
2581 2581 | "flate2",
|
2582 2582 | "nom",
|
2583 2583 | "num-traits",
|
2584 2584 | ]
|
2585 2585 |
|
2586 2586 | [[package]]
|
2587 2587 | name = "hermit-abi"
|
2588 2588 | version = "0.3.9"
|
2589 2589 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2590 2590 | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2591 2591 |
|
2592 2592 | [[package]]
|
2593 2593 | name = "hermit-abi"
|
2594 2594 | version = "0.4.0"
|
2595 2595 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -3001,3001 +3061,3061 @@
3001 3001 | checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
3002 3002 | dependencies = [
|
3003 3003 | "cfg-if",
|
3004 3004 | "digest",
|
3005 3005 | ]
|
3006 3006 |
|
3007 3007 | [[package]]
|
3008 3008 | name = "memchr"
|
3009 3009 | version = "2.7.4"
|
3010 3010 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3011 3011 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
3012 3012 |
|
3013 3013 | [[package]]
|
3014 3014 | name = "minicbor"
|
3015 3015 | version = "0.24.2"
|
3016 3016 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3017 3017 | checksum = "5f8e213c36148d828083ae01948eed271d03f95f7e72571fa242d78184029af2"
|
3018 3018 | dependencies = [
|
3019 3019 | "half",
|
3020 3020 | "minicbor-derive",
|
3021 3021 | ]
|
3022 3022 |
|
3023 3023 | [[package]]
|
3024 3024 | name = "minicbor-derive"
|
3025 3025 | version = "0.15.3"
|
3026 3026 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3027 3027 | checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
|
3028 3028 | dependencies = [
|
3029 3029 | "proc-macro2",
|
3030 3030 | "quote",
|
3031 - | "syn 2.0.85",
|
3031 + | "syn 2.0.87",
|
3032 3032 | ]
|
3033 3033 |
|
3034 3034 | [[package]]
|
3035 3035 | name = "minimal-lexical"
|
3036 3036 | version = "0.2.1"
|
3037 3037 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3038 3038 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
3039 3039 |
|
3040 3040 | [[package]]
|
3041 3041 | name = "miniz_oxide"
|
3042 3042 | version = "0.8.0"
|
3043 3043 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3044 3044 | checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
3045 3045 | dependencies = [
|
3046 3046 | "adler2",
|
3047 3047 | ]
|
3048 3048 |
|
3049 3049 | [[package]]
|
3050 3050 | name = "mio"
|
3051 3051 | version = "1.0.2"
|
3052 3052 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3053 3053 | checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
3054 3054 | dependencies = [
|
3055 3055 | "hermit-abi 0.3.9",
|
3056 3056 | "libc",
|
3057 3057 | "wasi 0.11.0+wasi-snapshot-preview1",
|
3058 3058 | "windows-sys 0.52.0",
|
3059 3059 | ]
|
3060 3060 |
|
3061 3061 | [[package]]
|
@@ -3281,3281 +3378,3378 @@
3281 3281 | dependencies = [
|
3282 3282 | "plotters-backend",
|
3283 3283 | ]
|
3284 3284 |
|
3285 3285 | [[package]]
|
3286 3286 | name = "polling"
|
3287 3287 | version = "2.8.0"
|
3288 3288 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3289 3289 | checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
|
3290 3290 | dependencies = [
|
3291 3291 | "autocfg",
|
3292 3292 | "bitflags 1.3.2",
|
3293 3293 | "cfg-if",
|
3294 3294 | "concurrent-queue",
|
3295 3295 | "libc",
|
3296 3296 | "log",
|
3297 3297 | "pin-project-lite",
|
3298 3298 | "windows-sys 0.48.0",
|
3299 3299 | ]
|
3300 3300 |
|
3301 3301 | [[package]]
|
3302 3302 | name = "polling"
|
3303 3303 | version = "3.7.3"
|
3304 3304 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3305 3305 | checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
|
3306 3306 | dependencies = [
|
3307 3307 | "cfg-if",
|
3308 3308 | "concurrent-queue",
|
3309 3309 | "hermit-abi 0.4.0",
|
3310 3310 | "pin-project-lite",
|
3311 - | "rustix 0.38.38",
|
3311 + | "rustix 0.38.39",
|
3312 3312 | "tracing",
|
3313 3313 | "windows-sys 0.59.0",
|
3314 3314 | ]
|
3315 3315 |
|
3316 3316 | [[package]]
|
3317 3317 | name = "powerfmt"
|
3318 3318 | version = "0.2.0"
|
3319 3319 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3320 3320 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
3321 3321 |
|
3322 3322 | [[package]]
|
3323 3323 | name = "ppv-lite86"
|
3324 3324 | version = "0.2.20"
|
3325 3325 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3326 3326 | checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
3327 3327 | dependencies = [
|
3328 3328 | "zerocopy",
|
3329 3329 | ]
|
3330 3330 |
|
3331 3331 | [[package]]
|
3332 3332 | name = "pretty_assertions"
|
3333 3333 | version = "1.4.1"
|
3334 3334 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3335 3335 | checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
|
3336 3336 | dependencies = [
|
3337 3337 | "diff",
|
3338 3338 | "yansi",
|
3339 3339 | ]
|
3340 3340 |
|
3341 3341 | [[package]]
|
3342 3342 | name = "prettyplease"
|
3343 3343 | version = "0.2.25"
|
3344 3344 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3345 3345 | checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
|
3346 3346 | dependencies = [
|
3347 3347 | "proc-macro2",
|
3348 - | "syn 2.0.85",
|
3348 + | "syn 2.0.87",
|
3349 3349 | ]
|
3350 3350 |
|
3351 3351 | [[package]]
|
3352 3352 | name = "proc-macro-error"
|
3353 3353 | version = "1.0.4"
|
3354 3354 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3355 3355 | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
3356 3356 | dependencies = [
|
3357 3357 | "proc-macro-error-attr",
|
3358 3358 | "proc-macro2",
|
3359 3359 | "quote",
|
3360 3360 | "syn 1.0.109",
|
3361 3361 | "version_check",
|
3362 3362 | ]
|
3363 3363 |
|
3364 3364 | [[package]]
|
3365 3365 | name = "proc-macro-error-attr"
|
3366 3366 | version = "1.0.4"
|
3367 3367 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3368 3368 | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
3369 3369 | dependencies = [
|
3370 3370 | "proc-macro2",
|
3371 3371 | "quote",
|
3372 3372 | "version_check",
|
3373 3373 | ]
|
3374 3374 |
|
3375 3375 | [[package]]
|
3376 3376 | name = "proc-macro2"
|
3377 3377 | version = "1.0.89"
|
3378 3378 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -3579,3579 +3641,3641 @@
3579 3579 | name = "rustc-hash"
|
3580 3580 | version = "1.1.0"
|
3581 3581 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3582 3582 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
3583 3583 |
|
3584 3584 | [[package]]
|
3585 3585 | name = "rustc_version"
|
3586 3586 | version = "0.4.1"
|
3587 3587 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3588 3588 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
3589 3589 | dependencies = [
|
3590 3590 | "semver",
|
3591 3591 | ]
|
3592 3592 |
|
3593 3593 | [[package]]
|
3594 3594 | name = "rustix"
|
3595 3595 | version = "0.37.27"
|
3596 3596 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3597 3597 | checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
|
3598 3598 | dependencies = [
|
3599 3599 | "bitflags 1.3.2",
|
3600 3600 | "errno",
|
3601 3601 | "io-lifetimes",
|
3602 3602 | "libc",
|
3603 3603 | "linux-raw-sys 0.3.8",
|
3604 3604 | "windows-sys 0.48.0",
|
3605 3605 | ]
|
3606 3606 |
|
3607 3607 | [[package]]
|
3608 3608 | name = "rustix"
|
3609 - | version = "0.38.38"
|
3609 + | version = "0.38.39"
|
3610 3610 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3611 - | checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a"
|
3611 + | checksum = "375116bee2be9ed569afe2154ea6a99dfdffd257f533f187498c2a8f5feaf4ee"
|
3612 3612 | dependencies = [
|
3613 3613 | "bitflags 2.6.0",
|
3614 3614 | "errno",
|
3615 3615 | "libc",
|
3616 3616 | "linux-raw-sys 0.4.14",
|
3617 3617 | "windows-sys 0.52.0",
|
3618 3618 | ]
|
3619 3619 |
|
3620 3620 | [[package]]
|
3621 3621 | name = "rustls"
|
3622 3622 | version = "0.21.12"
|
3623 3623 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3624 3624 | checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
3625 3625 | dependencies = [
|
3626 3626 | "log",
|
3627 3627 | "ring",
|
3628 3628 | "rustls-webpki 0.101.7",
|
3629 3629 | "sct",
|
3630 3630 | ]
|
3631 3631 |
|
3632 3632 | [[package]]
|
3633 3633 | name = "rustls"
|
3634 3634 | version = "0.23.16"
|
3635 3635 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3636 3636 | checksum = "eee87ff5d9b36712a58574e12e9f0ea80f915a5b0ac518d322b24a465617925e"
|
3637 3637 | dependencies = [
|
3638 3638 | "aws-lc-rs",
|
3639 3639 | "once_cell",
|
3640 3640 | "ring",
|
3641 3641 | "rustls-pki-types",
|
@@ -3806,3806 +3866,3866 @@
3806 3806 |
|
3807 3807 | [[package]]
|
3808 3808 | name = "semver"
|
3809 3809 | version = "1.0.23"
|
3810 3810 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3811 3811 | checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
3812 3812 |
|
3813 3813 | [[package]]
|
3814 3814 | name = "separator"
|
3815 3815 | version = "0.4.1"
|
3816 3816 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3817 3817 | checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
|
3818 3818 |
|
3819 3819 | [[package]]
|
3820 3820 | name = "serde"
|
3821 3821 | version = "1.0.214"
|
3822 3822 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3823 3823 | checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
|
3824 3824 | dependencies = [
|
3825 3825 | "serde_derive",
|
3826 3826 | ]
|
3827 3827 |
|
3828 3828 | [[package]]
|
3829 3829 | name = "serde_derive"
|
3830 3830 | version = "1.0.214"
|
3831 3831 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3832 3832 | checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
|
3833 3833 | dependencies = [
|
3834 3834 | "proc-macro2",
|
3835 3835 | "quote",
|
3836 - | "syn 2.0.85",
|
3836 + | "syn 2.0.87",
|
3837 3837 | ]
|
3838 3838 |
|
3839 3839 | [[package]]
|
3840 3840 | name = "serde_json"
|
3841 3841 | version = "1.0.132"
|
3842 3842 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3843 3843 | checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
|
3844 3844 | dependencies = [
|
3845 3845 | "indexmap",
|
3846 3846 | "itoa",
|
3847 3847 | "memchr",
|
3848 3848 | "ryu",
|
3849 3849 | "serde",
|
3850 3850 | ]
|
3851 3851 |
|
3852 3852 | [[package]]
|
3853 3853 | name = "sha1"
|
3854 3854 | version = "0.10.6"
|
3855 3855 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3856 3856 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
3857 3857 | dependencies = [
|
3858 3858 | "cfg-if",
|
3859 3859 | "cpufeatures",
|
3860 3860 | "digest",
|
3861 3861 | ]
|
3862 3862 |
|
3863 3863 | [[package]]
|
3864 3864 | name = "sha2"
|
3865 3865 | version = "0.10.8"
|
3866 3866 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -3965,3965 +4064,4064 @@
3965 3965 |
|
3966 3966 | [[package]]
|
3967 3967 | name = "spki"
|
3968 3968 | version = "0.6.0"
|
3969 3969 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3970 3970 | checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
|
3971 3971 | dependencies = [
|
3972 3972 | "base64ct",
|
3973 3973 | "der",
|
3974 3974 | ]
|
3975 3975 |
|
3976 3976 | [[package]]
|
3977 3977 | name = "subtle"
|
3978 3978 | version = "2.6.1"
|
3979 3979 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3980 3980 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
3981 3981 |
|
3982 3982 | [[package]]
|
3983 3983 | name = "syn"
|
3984 3984 | version = "1.0.109"
|
3985 3985 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3986 3986 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
3987 3987 | dependencies = [
|
3988 3988 | "proc-macro2",
|
3989 3989 | "quote",
|
3990 3990 | "unicode-ident",
|
3991 3991 | ]
|
3992 3992 |
|
3993 3993 | [[package]]
|
3994 3994 | name = "syn"
|
3995 - | version = "2.0.85"
|
3995 + | version = "2.0.87"
|
3996 3996 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3997 - | checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
|
3997 + | checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
|
3998 3998 | dependencies = [
|
3999 3999 | "proc-macro2",
|
4000 4000 | "quote",
|
4001 4001 | "unicode-ident",
|
4002 4002 | ]
|
4003 4003 |
|
4004 4004 | [[package]]
|
4005 4005 | name = "tempfile"
|
4006 4006 | version = "3.12.0"
|
4007 4007 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4008 4008 | checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
|
4009 4009 | dependencies = [
|
4010 4010 | "cfg-if",
|
4011 4011 | "fastrand 2.0.2",
|
4012 4012 | "once_cell",
|
4013 - | "rustix 0.38.38",
|
4013 + | "rustix 0.38.39",
|
4014 4014 | "windows-sys 0.59.0",
|
4015 4015 | ]
|
4016 4016 |
|
4017 4017 | [[package]]
|
4018 4018 | name = "thiserror"
|
4019 - | version = "1.0.65"
|
4019 + | version = "1.0.68"
|
4020 4020 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4021 - | checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
|
4021 + | checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
|
4022 4022 | dependencies = [
|
4023 4023 | "thiserror-impl",
|
4024 4024 | ]
|
4025 4025 |
|
4026 4026 | [[package]]
|
4027 4027 | name = "thiserror-impl"
|
4028 - | version = "1.0.65"
|
4028 + | version = "1.0.68"
|
4029 4029 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4030 - | checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
|
4030 + | checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e"
|
4031 4031 | dependencies = [
|
4032 4032 | "proc-macro2",
|
4033 4033 | "quote",
|
4034 - | "syn 2.0.85",
|
4034 + | "syn 2.0.87",
|
4035 4035 | ]
|
4036 4036 |
|
4037 4037 | [[package]]
|
4038 4038 | name = "thread_local"
|
4039 4039 | version = "1.1.8"
|
4040 4040 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4041 4041 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
4042 4042 | dependencies = [
|
4043 4043 | "cfg-if",
|
4044 4044 | "once_cell",
|
4045 4045 | ]
|
4046 4046 |
|
4047 4047 | [[package]]
|
4048 4048 | name = "time"
|
4049 4049 | version = "0.3.36"
|
4050 4050 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4051 4051 | checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
4052 4052 | dependencies = [
|
4053 4053 | "deranged",
|
4054 4054 | "itoa",
|
4055 4055 | "num-conv",
|
4056 4056 | "powerfmt",
|
4057 4057 | "serde",
|
4058 4058 | "time-core",
|
4059 4059 | "time-macros",
|
4060 4060 | ]
|
4061 4061 |
|
4062 4062 | [[package]]
|
4063 4063 | name = "time-core"
|
4064 4064 | version = "0.1.2"
|
@@ -4099,4099 +4159,4159 @@
4099 4099 | version = "0.1.1"
|
4100 4100 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4101 4101 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
4102 4102 |
|
4103 4103 | [[package]]
|
4104 4104 | name = "tokio"
|
4105 4105 | version = "1.41.0"
|
4106 4106 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4107 4107 | checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
|
4108 4108 | dependencies = [
|
4109 4109 | "backtrace",
|
4110 4110 | "bytes",
|
4111 4111 | "libc",
|
4112 4112 | "mio",
|
4113 4113 | "parking_lot",
|
4114 4114 | "pin-project-lite",
|
4115 4115 | "signal-hook-registry",
|
4116 4116 | "socket2 0.5.7",
|
4117 4117 | "tokio-macros",
|
4118 4118 | "windows-sys 0.52.0",
|
4119 4119 | ]
|
4120 4120 |
|
4121 4121 | [[package]]
|
4122 4122 | name = "tokio-macros"
|
4123 4123 | version = "2.4.0"
|
4124 4124 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4125 4125 | checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
4126 4126 | dependencies = [
|
4127 4127 | "proc-macro2",
|
4128 4128 | "quote",
|
4129 - | "syn 2.0.85",
|
4129 + | "syn 2.0.87",
|
4130 4130 | ]
|
4131 4131 |
|
4132 4132 | [[package]]
|
4133 4133 | name = "tokio-rustls"
|
4134 4134 | version = "0.24.1"
|
4135 4135 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4136 4136 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
4137 4137 | dependencies = [
|
4138 4138 | "rustls 0.21.12",
|
4139 4139 | "tokio",
|
4140 4140 | ]
|
4141 4141 |
|
4142 4142 | [[package]]
|
4143 4143 | name = "tokio-rustls"
|
4144 4144 | version = "0.26.0"
|
4145 4145 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4146 4146 | checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
4147 4147 | dependencies = [
|
4148 4148 | "rustls 0.23.16",
|
4149 4149 | "rustls-pki-types",
|
4150 4150 | "tokio",
|
4151 4151 | ]
|
4152 4152 |
|
4153 4153 | [[package]]
|
4154 4154 | name = "tokio-stream"
|
4155 4155 | version = "0.1.16"
|
4156 4156 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4157 4157 | checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
|
4158 4158 | dependencies = [
|
4159 4159 | "futures-core",
|
@@ -4215,4215 +4275,4275 @@
4215 4215 | version = "0.1.40"
|
4216 4216 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4217 4217 | checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
4218 4218 | dependencies = [
|
4219 4219 | "log",
|
4220 4220 | "pin-project-lite",
|
4221 4221 | "tracing-attributes",
|
4222 4222 | "tracing-core",
|
4223 4223 | ]
|
4224 4224 |
|
4225 4225 | [[package]]
|
4226 4226 | name = "tracing-appender"
|
4227 4227 | version = "0.2.3"
|
4228 4228 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4229 4229 | checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
|
4230 4230 | dependencies = [
|
4231 4231 | "crossbeam-channel",
|
4232 4232 | "thiserror",
|
4233 4233 | "time",
|
4234 4234 | "tracing-subscriber",
|
4235 4235 | ]
|
4236 4236 |
|
4237 4237 | [[package]]
|
4238 4238 | name = "tracing-attributes"
|
4239 4239 | version = "0.1.27"
|
4240 4240 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4241 4241 | checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
4242 4242 | dependencies = [
|
4243 4243 | "proc-macro2",
|
4244 4244 | "quote",
|
4245 - | "syn 2.0.85",
|
4245 + | "syn 2.0.87",
|
4246 4246 | ]
|
4247 4247 |
|
4248 4248 | [[package]]
|
4249 4249 | name = "tracing-core"
|
4250 4250 | version = "0.1.32"
|
4251 4251 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4252 4252 | checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
4253 4253 | dependencies = [
|
4254 4254 | "once_cell",
|
4255 4255 | "valuable",
|
4256 4256 | ]
|
4257 4257 |
|
4258 4258 | [[package]]
|
4259 4259 | name = "tracing-log"
|
4260 4260 | version = "0.2.0"
|
4261 4261 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4262 4262 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
4263 4263 | dependencies = [
|
4264 4264 | "log",
|
4265 4265 | "once_cell",
|
4266 4266 | "tracing-core",
|
4267 4267 | ]
|
4268 4268 |
|
4269 4269 | [[package]]
|
4270 4270 | name = "tracing-serde"
|
4271 4271 | version = "0.1.3"
|
4272 4272 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4273 4273 | checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
|
4274 4274 | dependencies = [
|
4275 4275 | "serde",
|
@@ -4288,4288 +4348,4348 @@
4288 4288 | "regex",
|
4289 4289 | "serde",
|
4290 4290 | "serde_json",
|
4291 4291 | "sharded-slab",
|
4292 4292 | "smallvec",
|
4293 4293 | "thread_local",
|
4294 4294 | "tracing",
|
4295 4295 | "tracing-core",
|
4296 4296 | "tracing-log",
|
4297 4297 | "tracing-serde",
|
4298 4298 | ]
|
4299 4299 |
|
4300 4300 | [[package]]
|
4301 4301 | name = "tracing-test"
|
4302 4302 | version = "0.2.5"
|
4303 4303 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4304 4304 | checksum = "557b891436fe0d5e0e363427fc7f217abf9ccd510d5136549847bdcbcd011d68"
|
4305 4305 | dependencies = [
|
4306 4306 | "tracing-core",
|
4307 4307 | "tracing-subscriber",
|
4308 4308 | "tracing-test-macro",
|
4309 4309 | ]
|
4310 4310 |
|
4311 4311 | [[package]]
|
4312 4312 | name = "tracing-test-macro"
|
4313 4313 | version = "0.2.5"
|
4314 4314 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4315 4315 | checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568"
|
4316 4316 | dependencies = [
|
4317 4317 | "quote",
|
4318 - | "syn 2.0.85",
|
4318 + | "syn 2.0.87",
|
4319 4319 | ]
|
4320 4320 |
|
4321 4321 | [[package]]
|
4322 4322 | name = "try-lock"
|
4323 4323 | version = "0.2.5"
|
4324 4324 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4325 4325 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
4326 4326 |
|
4327 4327 | [[package]]
|
4328 4328 | name = "typenum"
|
4329 4329 | version = "1.17.0"
|
4330 4330 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4331 4331 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
4332 4332 |
|
4333 4333 | [[package]]
|
4334 4334 | name = "unarray"
|
4335 4335 | version = "0.1.4"
|
4336 4336 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4337 4337 | checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
4338 4338 |
|
4339 4339 | [[package]]
|
4340 4340 | name = "unicode-bidi"
|
4341 4341 | version = "0.3.17"
|
4342 4342 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4343 4343 | checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
|
4344 4344 |
|
4345 4345 | [[package]]
|
4346 4346 | name = "unicode-ident"
|
4347 4347 | version = "1.0.13"
|
4348 4348 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -4460,4460 +4590,4590 @@
4460 4460 | name = "wasi"
|
4461 4461 | version = "0.12.1+wasi-0.2.0"
|
4462 4462 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4463 4463 | checksum = "af274f03e73b7d85551b3f9e97b8a04d5c9aec703cfc227a3fe0595a7561c67a"
|
4464 4464 | dependencies = [
|
4465 4465 | "wit-bindgen",
|
4466 4466 | ]
|
4467 4467 |
|
4468 4468 | [[package]]
|
4469 4469 | name = "wasm-bindgen"
|
4470 4470 | version = "0.2.95"
|
4471 4471 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4472 4472 | checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
|
4473 4473 | dependencies = [
|
4474 4474 | "cfg-if",
|
4475 4475 | "once_cell",
|
4476 4476 | "wasm-bindgen-macro",
|
4477 4477 | ]
|
4478 4478 |
|
4479 4479 | [[package]]
|
4480 4480 | name = "wasm-bindgen-backend"
|
4481 4481 | version = "0.2.95"
|
4482 4482 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4483 4483 | checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
|
4484 4484 | dependencies = [
|
4485 4485 | "bumpalo",
|
4486 4486 | "log",
|
4487 4487 | "once_cell",
|
4488 4488 | "proc-macro2",
|
4489 4489 | "quote",
|
4490 - | "syn 2.0.85",
|
4490 + | "syn 2.0.87",
|
4491 4491 | "wasm-bindgen-shared",
|
4492 4492 | ]
|
4493 4493 |
|
4494 4494 | [[package]]
|
4495 4495 | name = "wasm-bindgen-futures"
|
4496 4496 | version = "0.4.45"
|
4497 4497 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4498 4498 | checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b"
|
4499 4499 | dependencies = [
|
4500 4500 | "cfg-if",
|
4501 4501 | "js-sys",
|
4502 4502 | "wasm-bindgen",
|
4503 4503 | "web-sys",
|
4504 4504 | ]
|
4505 4505 |
|
4506 4506 | [[package]]
|
4507 4507 | name = "wasm-bindgen-macro"
|
4508 4508 | version = "0.2.95"
|
4509 4509 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4510 4510 | checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
|
4511 4511 | dependencies = [
|
4512 4512 | "quote",
|
4513 4513 | "wasm-bindgen-macro-support",
|
4514 4514 | ]
|
4515 4515 |
|
4516 4516 | [[package]]
|
4517 4517 | name = "wasm-bindgen-macro-support"
|
4518 4518 | version = "0.2.95"
|
4519 4519 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4520 4520 | checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
|
4521 4521 | dependencies = [
|
4522 4522 | "proc-macro2",
|
4523 4523 | "quote",
|
4524 - | "syn 2.0.85",
|
4524 + | "syn 2.0.87",
|
4525 4525 | "wasm-bindgen-backend",
|
4526 4526 | "wasm-bindgen-shared",
|
4527 4527 | ]
|
4528 4528 |
|
4529 4529 | [[package]]
|
4530 4530 | name = "wasm-bindgen-shared"
|
4531 4531 | version = "0.2.95"
|
4532 4532 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4533 4533 | checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
|
4534 4534 |
|
4535 4535 | [[package]]
|
4536 4536 | name = "web-sys"
|
4537 4537 | version = "0.3.72"
|
4538 4538 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4539 4539 | checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
|
4540 4540 | dependencies = [
|
4541 4541 | "js-sys",
|
4542 4542 | "wasm-bindgen",
|
4543 4543 | ]
|
4544 4544 |
|
4545 4545 | [[package]]
|
4546 4546 | name = "webpki-roots"
|
4547 4547 | version = "0.25.4"
|
4548 4548 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4549 4549 | checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
|
4550 4550 |
|
4551 4551 | [[package]]
|
4552 4552 | name = "which"
|
4553 4553 | version = "4.4.2"
|
4554 4554 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4555 4555 | checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
4556 4556 | dependencies = [
|
4557 4557 | "either",
|
4558 4558 | "home",
|
4559 4559 | "once_cell",
|
4560 - | "rustix 0.38.38",
|
4560 + | "rustix 0.38.39",
|
4561 4561 | ]
|
4562 4562 |
|
4563 4563 | [[package]]
|
4564 4564 | name = "winapi"
|
4565 4565 | version = "0.3.9"
|
4566 4566 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4567 4567 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
4568 4568 | dependencies = [
|
4569 4569 | "winapi-i686-pc-windows-gnu",
|
4570 4570 | "winapi-x86_64-pc-windows-gnu",
|
4571 4571 | ]
|
4572 4572 |
|
4573 4573 | [[package]]
|
4574 4574 | name = "winapi-i686-pc-windows-gnu"
|
4575 4575 | version = "0.4.0"
|
4576 4576 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4577 4577 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
4578 4578 |
|
4579 4579 | [[package]]
|
4580 4580 | name = "winapi-util"
|
4581 4581 | version = "0.1.9"
|
4582 4582 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4583 4583 | checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
4584 4584 | dependencies = [
|
4585 4585 | "windows-sys 0.59.0",
|
4586 4586 | ]
|
4587 4587 |
|
4588 4588 | [[package]]
|
4589 4589 | name = "winapi-x86_64-pc-windows-gnu"
|
4590 4590 | version = "0.4.0"
|
@@ -4751,4751 +4788,4788 @@
4751 4751 | [[package]]
|
4752 4752 | name = "xmlparser"
|
4753 4753 | version = "0.13.6"
|
4754 4754 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4755 4755 | checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
|
4756 4756 |
|
4757 4757 | [[package]]
|
4758 4758 | name = "yansi"
|
4759 4759 | version = "1.0.1"
|
4760 4760 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4761 4761 | checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
|
4762 4762 |
|
4763 4763 | [[package]]
|
4764 4764 | name = "zerocopy"
|
4765 4765 | version = "0.7.35"
|
4766 4766 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4767 4767 | checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
4768 4768 | dependencies = [
|
4769 4769 | "byteorder",
|
4770 4770 | "zerocopy-derive",
|
4771 4771 | ]
|
4772 4772 |
|
4773 4773 | [[package]]
|
4774 4774 | name = "zerocopy-derive"
|
4775 4775 | version = "0.7.35"
|
4776 4776 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4777 4777 | checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
4778 4778 | dependencies = [
|
4779 4779 | "proc-macro2",
|
4780 4780 | "quote",
|
4781 - | "syn 2.0.85",
|
4781 + | "syn 2.0.87",
|
4782 4782 | ]
|
4783 4783 |
|
4784 4784 | [[package]]
|
4785 4785 | name = "zeroize"
|
4786 4786 | version = "1.8.1"
|
4787 4787 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4788 4788 | checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|