@@ -142,12 +142,482 @@ version = "1.5.0" |
| 142 | 142 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 143 | 143 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 144 | 144 | |
| 145 | +[[package]] |
| 146 | +name = "aws-config" |
| 147 | +version = "1.8.12" |
| 148 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 149 | +checksum = "96571e6996817bf3d58f6b569e4b9fd2e9d2fcf9f7424eed07b2ce9bb87535e5" |
| 150 | +dependencies = [ |
| 151 | + "aws-credential-types", |
| 152 | + "aws-runtime", |
| 153 | + "aws-sdk-sso", |
| 154 | + "aws-sdk-ssooidc", |
| 155 | + "aws-sdk-sts", |
| 156 | + "aws-smithy-async", |
| 157 | + "aws-smithy-http", |
| 158 | + "aws-smithy-json", |
| 159 | + "aws-smithy-runtime", |
| 160 | + "aws-smithy-runtime-api", |
| 161 | + "aws-smithy-types", |
| 162 | + "aws-types", |
| 163 | + "bytes", |
| 164 | + "fastrand", |
| 165 | + "hex", |
| 166 | + "http 1.4.0", |
| 167 | + "ring", |
| 168 | + "time", |
| 169 | + "tokio", |
| 170 | + "tracing", |
| 171 | + "url", |
| 172 | + "zeroize", |
| 173 | +] |
| 174 | + |
| 175 | +[[package]] |
| 176 | +name = "aws-credential-types" |
| 177 | +version = "1.2.11" |
| 178 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 179 | +checksum = "3cd362783681b15d136480ad555a099e82ecd8e2d10a841e14dfd0078d67fee3" |
| 180 | +dependencies = [ |
| 181 | + "aws-smithy-async", |
| 182 | + "aws-smithy-runtime-api", |
| 183 | + "aws-smithy-types", |
| 184 | + "zeroize", |
| 185 | +] |
| 186 | + |
| 187 | +[[package]] |
| 188 | +name = "aws-lc-rs" |
| 189 | +version = "1.15.2" |
| 190 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 191 | +checksum = "6a88aab2464f1f25453baa7a07c84c5b7684e274054ba06817f382357f77a288" |
| 192 | +dependencies = [ |
| 193 | + "aws-lc-sys", |
| 194 | + "zeroize", |
| 195 | +] |
| 196 | + |
| 197 | +[[package]] |
| 198 | +name = "aws-lc-sys" |
| 199 | +version = "0.35.0" |
| 200 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 201 | +checksum = "b45afffdee1e7c9126814751f88dddc747f41d91da16c9551a0f1e8a11e788a1" |
| 202 | +dependencies = [ |
| 203 | + "cc", |
| 204 | + "cmake", |
| 205 | + "dunce", |
| 206 | + "fs_extra", |
| 207 | +] |
| 208 | + |
| 209 | +[[package]] |
| 210 | +name = "aws-runtime" |
| 211 | +version = "1.5.17" |
| 212 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 213 | +checksum = "d81b5b2898f6798ad58f484856768bca817e3cd9de0974c24ae0f1113fe88f1b" |
| 214 | +dependencies = [ |
| 215 | + "aws-credential-types", |
| 216 | + "aws-sigv4", |
| 217 | + "aws-smithy-async", |
| 218 | + "aws-smithy-eventstream", |
| 219 | + "aws-smithy-http", |
| 220 | + "aws-smithy-runtime", |
| 221 | + "aws-smithy-runtime-api", |
| 222 | + "aws-smithy-types", |
| 223 | + "aws-types", |
| 224 | + "bytes", |
| 225 | + "fastrand", |
| 226 | + "http 0.2.12", |
| 227 | + "http-body 0.4.6", |
| 228 | + "percent-encoding", |
| 229 | + "pin-project-lite", |
| 230 | + "tracing", |
| 231 | + "uuid", |
| 232 | +] |
| 233 | + |
| 234 | +[[package]] |
| 235 | +name = "aws-sdk-s3" |
| 236 | +version = "1.119.0" |
| 237 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 238 | +checksum = "1d65fddc3844f902dfe1864acb8494db5f9342015ee3ab7890270d36fbd2e01c" |
| 239 | +dependencies = [ |
| 240 | + "aws-credential-types", |
| 241 | + "aws-runtime", |
| 242 | + "aws-sigv4", |
| 243 | + "aws-smithy-async", |
| 244 | + "aws-smithy-checksums", |
| 245 | + "aws-smithy-eventstream", |
| 246 | + "aws-smithy-http", |
| 247 | + "aws-smithy-json", |
| 248 | + "aws-smithy-runtime", |
| 249 | + "aws-smithy-runtime-api", |
| 250 | + "aws-smithy-types", |
| 251 | + "aws-smithy-xml", |
| 252 | + "aws-types", |
| 253 | + "bytes", |
| 254 | + "fastrand", |
| 255 | + "hex", |
| 256 | + "hmac", |
| 257 | + "http 0.2.12", |
| 258 | + "http 1.4.0", |
| 259 | + "http-body 0.4.6", |
| 260 | + "lru", |
| 261 | + "percent-encoding", |
| 262 | + "regex-lite", |
| 263 | + "sha2", |
| 264 | + "tracing", |
| 265 | + "url", |
| 266 | +] |
| 267 | + |
| 268 | +[[package]] |
| 269 | +name = "aws-sdk-sso" |
| 270 | +version = "1.91.0" |
| 271 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 272 | +checksum = "8ee6402a36f27b52fe67661c6732d684b2635152b676aa2babbfb5204f99115d" |
| 273 | +dependencies = [ |
| 274 | + "aws-credential-types", |
| 275 | + "aws-runtime", |
| 276 | + "aws-smithy-async", |
| 277 | + "aws-smithy-http", |
| 278 | + "aws-smithy-json", |
| 279 | + "aws-smithy-runtime", |
| 280 | + "aws-smithy-runtime-api", |
| 281 | + "aws-smithy-types", |
| 282 | + "aws-types", |
| 283 | + "bytes", |
| 284 | + "fastrand", |
| 285 | + "http 0.2.12", |
| 286 | + "regex-lite", |
| 287 | + "tracing", |
| 288 | +] |
| 289 | + |
| 290 | +[[package]] |
| 291 | +name = "aws-sdk-ssooidc" |
| 292 | +version = "1.93.0" |
| 293 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 294 | +checksum = "a45a7f750bbd170ee3677671ad782d90b894548f4e4ae168302c57ec9de5cb3e" |
| 295 | +dependencies = [ |
| 296 | + "aws-credential-types", |
| 297 | + "aws-runtime", |
| 298 | + "aws-smithy-async", |
| 299 | + "aws-smithy-http", |
| 300 | + "aws-smithy-json", |
| 301 | + "aws-smithy-runtime", |
| 302 | + "aws-smithy-runtime-api", |
| 303 | + "aws-smithy-types", |
| 304 | + "aws-types", |
| 305 | + "bytes", |
| 306 | + "fastrand", |
| 307 | + "http 0.2.12", |
| 308 | + "regex-lite", |
| 309 | + "tracing", |
| 310 | +] |
| 311 | + |
| 312 | +[[package]] |
| 313 | +name = "aws-sdk-sts" |
| 314 | +version = "1.95.0" |
| 315 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 316 | +checksum = "55542378e419558e6b1f398ca70adb0b2088077e79ad9f14eb09441f2f7b2164" |
| 317 | +dependencies = [ |
| 318 | + "aws-credential-types", |
| 319 | + "aws-runtime", |
| 320 | + "aws-smithy-async", |
| 321 | + "aws-smithy-http", |
| 322 | + "aws-smithy-json", |
| 323 | + "aws-smithy-query", |
| 324 | + "aws-smithy-runtime", |
| 325 | + "aws-smithy-runtime-api", |
| 326 | + "aws-smithy-types", |
| 327 | + "aws-smithy-xml", |
| 328 | + "aws-types", |
| 329 | + "fastrand", |
| 330 | + "http 0.2.12", |
| 331 | + "regex-lite", |
| 332 | + "tracing", |
| 333 | +] |
| 334 | + |
| 335 | +[[package]] |
| 336 | +name = "aws-sigv4" |
| 337 | +version = "1.3.7" |
| 338 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 339 | +checksum = "69e523e1c4e8e7e8ff219d732988e22bfeae8a1cafdbe6d9eca1546fa080be7c" |
| 340 | +dependencies = [ |
| 341 | + "aws-credential-types", |
| 342 | + "aws-smithy-eventstream", |
| 343 | + "aws-smithy-http", |
| 344 | + "aws-smithy-runtime-api", |
| 345 | + "aws-smithy-types", |
| 346 | + "bytes", |
| 347 | + "crypto-bigint 0.5.5", |
| 348 | + "form_urlencoded", |
| 349 | + "hex", |
| 350 | + "hmac", |
| 351 | + "http 0.2.12", |
| 352 | + "http 1.4.0", |
| 353 | + "p256", |
| 354 | + "percent-encoding", |
| 355 | + "ring", |
| 356 | + "sha2", |
| 357 | + "subtle", |
| 358 | + "time", |
| 359 | + "tracing", |
| 360 | + "zeroize", |
| 361 | +] |
| 362 | + |
| 363 | +[[package]] |
| 364 | +name = "aws-smithy-async" |
| 365 | +version = "1.2.7" |
| 366 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 367 | +checksum = "9ee19095c7c4dda59f1697d028ce704c24b2d33c6718790c7f1d5a3015b4107c" |
| 368 | +dependencies = [ |
| 369 | + "futures-util", |
| 370 | + "pin-project-lite", |
| 371 | + "tokio", |
| 372 | +] |
| 373 | + |
| 374 | +[[package]] |
| 375 | +name = "aws-smithy-checksums" |
| 376 | +version = "0.63.12" |
| 377 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 378 | +checksum = "87294a084b43d649d967efe58aa1f9e0adc260e13a6938eb904c0ae9b45824ae" |
| 379 | +dependencies = [ |
| 380 | + "aws-smithy-http", |
| 381 | + "aws-smithy-types", |
| 382 | + "bytes", |
| 383 | + "crc-fast", |
| 384 | + "hex", |
| 385 | + "http 0.2.12", |
| 386 | + "http-body 0.4.6", |
| 387 | + "md-5", |
| 388 | + "pin-project-lite", |
| 389 | + "sha1", |
| 390 | + "sha2", |
| 391 | + "tracing", |
| 392 | +] |
| 393 | + |
| 394 | +[[package]] |
| 395 | +name = "aws-smithy-eventstream" |
| 396 | +version = "0.60.14" |
| 397 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 398 | +checksum = "dc12f8b310e38cad85cf3bef45ad236f470717393c613266ce0a89512286b650" |
| 399 | +dependencies = [ |
| 400 | + "aws-smithy-types", |
| 401 | + "bytes", |
| 402 | + "crc32fast", |
| 403 | +] |
| 404 | + |
| 405 | +[[package]] |
| 406 | +name = "aws-smithy-http" |
| 407 | +version = "0.62.6" |
| 408 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 409 | +checksum = "826141069295752372f8203c17f28e30c464d22899a43a0c9fd9c458d469c88b" |
| 410 | +dependencies = [ |
| 411 | + "aws-smithy-eventstream", |
| 412 | + "aws-smithy-runtime-api", |
| 413 | + "aws-smithy-types", |
| 414 | + "bytes", |
| 415 | + "bytes-utils", |
| 416 | + "futures-core", |
| 417 | + "futures-util", |
| 418 | + "http 0.2.12", |
| 419 | + "http 1.4.0", |
| 420 | + "http-body 0.4.6", |
| 421 | + "percent-encoding", |
| 422 | + "pin-project-lite", |
| 423 | + "pin-utils", |
| 424 | + "tracing", |
| 425 | +] |
| 426 | + |
| 427 | +[[package]] |
| 428 | +name = "aws-smithy-http-client" |
| 429 | +version = "1.1.5" |
| 430 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 431 | +checksum = "59e62db736db19c488966c8d787f52e6270be565727236fd5579eaa301e7bc4a" |
| 432 | +dependencies = [ |
| 433 | + "aws-smithy-async", |
| 434 | + "aws-smithy-runtime-api", |
| 435 | + "aws-smithy-types", |
| 436 | + "h2 0.3.27", |
| 437 | + "h2 0.4.13", |
| 438 | + "http 0.2.12", |
| 439 | + "http 1.4.0", |
| 440 | + "http-body 0.4.6", |
| 441 | + "hyper 0.14.32", |
| 442 | + "hyper 1.8.1", |
| 443 | + "hyper-rustls 0.24.2", |
| 444 | + "hyper-rustls 0.27.7", |
| 445 | + "hyper-util", |
| 446 | + "pin-project-lite", |
| 447 | + "rustls 0.21.12", |
| 448 | + "rustls 0.23.36", |
| 449 | + "rustls-native-certs", |
| 450 | + "rustls-pki-types", |
| 451 | + "tokio", |
| 452 | + "tokio-rustls 0.26.4", |
| 453 | + "tower", |
| 454 | + "tracing", |
| 455 | +] |
| 456 | + |
| 457 | +[[package]] |
| 458 | +name = "aws-smithy-json" |
| 459 | +version = "0.61.9" |
| 460 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 461 | +checksum = "49fa1213db31ac95288d981476f78d05d9cbb0353d22cdf3472cc05bb02f6551" |
| 462 | +dependencies = [ |
| 463 | + "aws-smithy-types", |
| 464 | +] |
| 465 | + |
| 466 | +[[package]] |
| 467 | +name = "aws-smithy-observability" |
| 468 | +version = "0.1.5" |
| 469 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 470 | +checksum = "17f616c3f2260612fe44cede278bafa18e73e6479c4e393e2c4518cf2a9a228a" |
| 471 | +dependencies = [ |
| 472 | + "aws-smithy-runtime-api", |
| 473 | +] |
| 474 | + |
| 475 | +[[package]] |
| 476 | +name = "aws-smithy-query" |
| 477 | +version = "0.60.9" |
| 478 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 479 | +checksum = "ae5d689cf437eae90460e944a58b5668530d433b4ff85789e69d2f2a556e057d" |
| 480 | +dependencies = [ |
| 481 | + "aws-smithy-types", |
| 482 | + "urlencoding", |
| 483 | +] |
| 484 | + |
| 485 | +[[package]] |
| 486 | +name = "aws-smithy-runtime" |
| 487 | +version = "1.9.5" |
| 488 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 489 | +checksum = "a392db6c583ea4a912538afb86b7be7c5d8887d91604f50eb55c262ee1b4a5f5" |
| 490 | +dependencies = [ |
| 491 | + "aws-smithy-async", |
| 492 | + "aws-smithy-http", |
| 493 | + "aws-smithy-http-client", |
| 494 | + "aws-smithy-observability", |
| 495 | + "aws-smithy-runtime-api", |
| 496 | + "aws-smithy-types", |
| 497 | + "bytes", |
| 498 | + "fastrand", |
| 499 | + "http 0.2.12", |
| 500 | + "http 1.4.0", |
| 501 | + "http-body 0.4.6", |
| 502 | + "http-body 1.0.1", |
| 503 | + "pin-project-lite", |
| 504 | + "pin-utils", |
| 505 | + "tokio", |
| 506 | + "tracing", |
| 507 | +] |
| 508 | + |
| 509 | +[[package]] |
| 510 | +name = "aws-smithy-runtime-api" |
| 511 | +version = "1.9.3" |
| 512 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 513 | +checksum = "ab0d43d899f9e508300e587bf582ba54c27a452dd0a9ea294690669138ae14a2" |
| 514 | +dependencies = [ |
| 515 | + "aws-smithy-async", |
| 516 | + "aws-smithy-types", |
| 517 | + "bytes", |
| 518 | + "http 0.2.12", |
| 519 | + "http 1.4.0", |
| 520 | + "pin-project-lite", |
| 521 | + "tokio", |
| 522 | + "tracing", |
| 523 | + "zeroize", |
| 524 | +] |
| 525 | + |
| 526 | +[[package]] |
| 527 | +name = "aws-smithy-types" |
| 528 | +version = "1.3.5" |
| 529 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 530 | +checksum = "905cb13a9895626d49cf2ced759b062d913834c7482c38e49557eac4e6193f01" |
| 531 | +dependencies = [ |
| 532 | + "base64-simd", |
| 533 | + "bytes", |
| 534 | + "bytes-utils", |
| 535 | + "futures-core", |
| 536 | + "http 0.2.12", |
| 537 | + "http 1.4.0", |
| 538 | + "http-body 0.4.6", |
| 539 | + "http-body 1.0.1", |
| 540 | + "http-body-util", |
| 541 | + "itoa", |
| 542 | + "num-integer", |
| 543 | + "pin-project-lite", |
| 544 | + "pin-utils", |
| 545 | + "ryu", |
| 546 | + "serde", |
| 547 | + "time", |
| 548 | + "tokio", |
| 549 | + "tokio-util", |
| 550 | +] |
| 551 | + |
| 552 | +[[package]] |
| 553 | +name = "aws-smithy-xml" |
| 554 | +version = "0.60.13" |
| 555 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 556 | +checksum = "11b2f670422ff42bf7065031e72b45bc52a3508bd089f743ea90731ca2b6ea57" |
| 557 | +dependencies = [ |
| 558 | + "xmlparser", |
| 559 | +] |
| 560 | + |
| 561 | +[[package]] |
| 562 | +name = "aws-types" |
| 563 | +version = "1.3.11" |
| 564 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 565 | +checksum = "1d980627d2dd7bfc32a3c025685a033eeab8d365cc840c631ef59d1b8f428164" |
| 566 | +dependencies = [ |
| 567 | + "aws-credential-types", |
| 568 | + "aws-smithy-async", |
| 569 | + "aws-smithy-runtime-api", |
| 570 | + "aws-smithy-types", |
| 571 | + "rustc_version", |
| 572 | + "tracing", |
| 573 | +] |
| 574 | + |
| 575 | +[[package]] |
| 576 | +name = "base16ct" |
| 577 | +version = "0.1.1" |
| 578 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 579 | +checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" |
| 580 | + |
| 145 | 581 | [[package]] |
| 146 | 582 | name = "base64" |
| 147 | 583 | version = "0.22.1" |
| 148 | 584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 149 | 585 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 150 | 586 | |
| 587 | +[[package]] |
| 588 | +name = "base64-simd" |
| 589 | +version = "0.8.0" |
| 590 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 591 | +checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" |
| 592 | +dependencies = [ |
| 593 | + "outref", |
| 594 | + "vsimd", |
| 595 | +] |
| 596 | + |
| 597 | +[[package]] |
| 598 | +name = "base64ct" |
| 599 | +version = "1.8.3" |
| 600 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 601 | +checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" |
| 602 | + |
| 603 | +[[package]] |
| 604 | +name = "bindgen" |
| 605 | +version = "0.70.1" |
| 606 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 607 | +checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f" |
| 608 | +dependencies = [ |
| 609 | + "bitflags", |
| 610 | + "cexpr", |
| 611 | + "clang-sys", |
| 612 | + "itertools", |
| 613 | + "proc-macro2", |
| 614 | + "quote", |
| 615 | + "regex", |
| 616 | + "rustc-hash", |
| 617 | + "shlex", |
| 618 | + "syn", |
| 619 | +] |
| 620 | + |
| 151 | 621 | [[package]] |
| 152 | 622 | name = "bitflags" |
| 153 | 623 | version = "2.10.0" |
@@ -168,6 +638,15 @@ dependencies = [ |
| 168 | 638 | "cpufeatures", |
| 169 | 639 | ] |
| 170 | 640 | |
| 641 | +[[package]] |
| 642 | +name = "block-buffer" |
| 643 | +version = "0.10.4" |
| 644 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 645 | +checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 646 | +dependencies = [ |
| 647 | + "generic-array", |
| 648 | +] |
| 649 | + |
| 171 | 650 | [[package]] |
| 172 | 651 | name = "bumpalo" |
| 173 | 652 | version = "3.19.1" |
@@ -198,6 +677,16 @@ version = "1.11.0" |
| 198 | 677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 199 | 678 | checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" |
| 200 | 679 | |
| 680 | +[[package]] |
| 681 | +name = "bytes-utils" |
| 682 | +version = "0.1.4" |
| 683 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 684 | +checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35" |
| 685 | +dependencies = [ |
| 686 | + "bytes", |
| 687 | + "either", |
| 688 | +] |
| 689 | + |
| 201 | 690 | [[package]] |
| 202 | 691 | name = "cc" |
| 203 | 692 | version = "1.2.52" |
@@ -205,9 +694,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 205 | 694 | checksum = "cd4932aefd12402b36c60956a4fe0035421f544799057659ff86f923657aada3" |
| 206 | 695 | dependencies = [ |
| 207 | 696 | "find-msvc-tools", |
| 697 | + "jobserver", |
| 698 | + "libc", |
| 208 | 699 | "shlex", |
| 209 | 700 | ] |
| 210 | 701 | |
| 702 | +[[package]] |
| 703 | +name = "cexpr" |
| 704 | +version = "0.6.0" |
| 705 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 706 | +checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" |
| 707 | +dependencies = [ |
| 708 | + "nom", |
| 709 | +] |
| 710 | + |
| 211 | 711 | [[package]] |
| 212 | 712 | name = "cfg-if" |
| 213 | 713 | version = "1.0.4" |
@@ -228,6 +728,17 @@ dependencies = [ |
| 228 | 728 | "windows-link", |
| 229 | 729 | ] |
| 230 | 730 | |
| 731 | +[[package]] |
| 732 | +name = "clang-sys" |
| 733 | +version = "1.8.1" |
| 734 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 735 | +checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" |
| 736 | +dependencies = [ |
| 737 | + "glob", |
| 738 | + "libc", |
| 739 | + "libloading", |
| 740 | +] |
| 741 | + |
| 231 | 742 | [[package]] |
| 232 | 743 | name = "clap" |
| 233 | 744 | version = "4.5.54" |
@@ -268,6 +779,15 @@ version = "0.7.6" |
| 268 | 779 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 269 | 780 | checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" |
| 270 | 781 | |
| 782 | +[[package]] |
| 783 | +name = "cmake" |
| 784 | +version = "0.1.57" |
| 785 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 786 | +checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d" |
| 787 | +dependencies = [ |
| 788 | + "cc", |
| 789 | +] |
| 790 | + |
| 271 | 791 | [[package]] |
| 272 | 792 | name = "color_quant" |
| 273 | 793 | version = "1.1.0" |
@@ -280,6 +800,25 @@ version = "1.0.4" |
| 280 | 800 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 281 | 801 | checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
| 282 | 802 | |
| 803 | +[[package]] |
| 804 | +name = "console" |
| 805 | +version = "0.15.11" |
| 806 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 807 | +checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" |
| 808 | +dependencies = [ |
| 809 | + "encode_unicode", |
| 810 | + "libc", |
| 811 | + "once_cell", |
| 812 | + "unicode-width", |
| 813 | + "windows-sys 0.59.0", |
| 814 | +] |
| 815 | + |
| 816 | +[[package]] |
| 817 | +name = "const-oid" |
| 818 | +version = "0.9.6" |
| 819 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 820 | +checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" |
| 821 | + |
| 283 | 822 | [[package]] |
| 284 | 823 | name = "constant_time_eq" |
| 285 | 824 | version = "0.4.2" |
@@ -296,6 +835,16 @@ dependencies = [ |
| 296 | 835 | "libc", |
| 297 | 836 | ] |
| 298 | 837 | |
| 838 | +[[package]] |
| 839 | +name = "core-foundation" |
| 840 | +version = "0.10.1" |
| 841 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 842 | +checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" |
| 843 | +dependencies = [ |
| 844 | + "core-foundation-sys", |
| 845 | + "libc", |
| 846 | +] |
| 847 | + |
| 299 | 848 | [[package]] |
| 300 | 849 | name = "core-foundation-sys" |
| 301 | 850 | version = "0.8.7" |
@@ -311,6 +860,34 @@ dependencies = [ |
| 311 | 860 | "libc", |
| 312 | 861 | ] |
| 313 | 862 | |
| 863 | +[[package]] |
| 864 | +name = "crc" |
| 865 | +version = "3.4.0" |
| 866 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 867 | +checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" |
| 868 | +dependencies = [ |
| 869 | + "crc-catalog", |
| 870 | +] |
| 871 | + |
| 872 | +[[package]] |
| 873 | +name = "crc-catalog" |
| 874 | +version = "2.4.0" |
| 875 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 876 | +checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" |
| 877 | + |
| 878 | +[[package]] |
| 879 | +name = "crc-fast" |
| 880 | +version = "1.6.0" |
| 881 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 882 | +checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3" |
| 883 | +dependencies = [ |
| 884 | + "crc", |
| 885 | + "digest", |
| 886 | + "rand 0.9.2", |
| 887 | + "regex", |
| 888 | + "rustversion", |
| 889 | +] |
| 890 | + |
| 314 | 891 | [[package]] |
| 315 | 892 | name = "crc32fast" |
| 316 | 893 | version = "1.5.0" |
@@ -335,6 +912,38 @@ version = "0.8.21" |
| 335 | 912 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 336 | 913 | checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 337 | 914 | |
| 915 | +[[package]] |
| 916 | +name = "crypto-bigint" |
| 917 | +version = "0.4.9" |
| 918 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 919 | +checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" |
| 920 | +dependencies = [ |
| 921 | + "generic-array", |
| 922 | + "rand_core 0.6.4", |
| 923 | + "subtle", |
| 924 | + "zeroize", |
| 925 | +] |
| 926 | + |
| 927 | +[[package]] |
| 928 | +name = "crypto-bigint" |
| 929 | +version = "0.5.5" |
| 930 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 931 | +checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" |
| 932 | +dependencies = [ |
| 933 | + "rand_core 0.6.4", |
| 934 | + "subtle", |
| 935 | +] |
| 936 | + |
| 937 | +[[package]] |
| 938 | +name = "crypto-common" |
| 939 | +version = "0.1.7" |
| 940 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 941 | +checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 942 | +dependencies = [ |
| 943 | + "generic-array", |
| 944 | + "typenum", |
| 945 | +] |
| 946 | + |
| 338 | 947 | [[package]] |
| 339 | 948 | name = "cssparser" |
| 340 | 949 | version = "0.31.2" |
@@ -358,6 +967,25 @@ dependencies = [ |
| 358 | 967 | "syn", |
| 359 | 968 | ] |
| 360 | 969 | |
| 970 | +[[package]] |
| 971 | +name = "der" |
| 972 | +version = "0.6.1" |
| 973 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 974 | +checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" |
| 975 | +dependencies = [ |
| 976 | + "const-oid", |
| 977 | + "zeroize", |
| 978 | +] |
| 979 | + |
| 980 | +[[package]] |
| 981 | +name = "deranged" |
| 982 | +version = "0.5.5" |
| 983 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 984 | +checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" |
| 985 | +dependencies = [ |
| 986 | + "powerfmt", |
| 987 | +] |
| 988 | + |
| 361 | 989 | [[package]] |
| 362 | 990 | name = "derive_more" |
| 363 | 991 | version = "0.99.20" |
@@ -369,6 +997,17 @@ dependencies = [ |
| 369 | 997 | "syn", |
| 370 | 998 | ] |
| 371 | 999 | |
| 1000 | +[[package]] |
| 1001 | +name = "digest" |
| 1002 | +version = "0.10.7" |
| 1003 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1004 | +checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 1005 | +dependencies = [ |
| 1006 | + "block-buffer", |
| 1007 | + "crypto-common", |
| 1008 | + "subtle", |
| 1009 | +] |
| 1010 | + |
| 372 | 1011 | [[package]] |
| 373 | 1012 | name = "dirs" |
| 374 | 1013 | version = "6.0.0" |
@@ -416,12 +1055,62 @@ dependencies = [ |
| 416 | 1055 | "dtoa", |
| 417 | 1056 | ] |
| 418 | 1057 | |
| 1058 | +[[package]] |
| 1059 | +name = "dunce" |
| 1060 | +version = "1.0.5" |
| 1061 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1062 | +checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" |
| 1063 | + |
| 1064 | +[[package]] |
| 1065 | +name = "ecdsa" |
| 1066 | +version = "0.14.8" |
| 1067 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1068 | +checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" |
| 1069 | +dependencies = [ |
| 1070 | + "der", |
| 1071 | + "elliptic-curve", |
| 1072 | + "rfc6979", |
| 1073 | + "signature", |
| 1074 | +] |
| 1075 | + |
| 419 | 1076 | [[package]] |
| 420 | 1077 | name = "ego-tree" |
| 421 | 1078 | version = "0.6.3" |
| 422 | 1079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 423 | 1080 | checksum = "12a0bb14ac04a9fcf170d0bbbef949b44cc492f4452bd20c095636956f653642" |
| 424 | 1081 | |
| 1082 | +[[package]] |
| 1083 | +name = "either" |
| 1084 | +version = "1.15.0" |
| 1085 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1086 | +checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 1087 | + |
| 1088 | +[[package]] |
| 1089 | +name = "elliptic-curve" |
| 1090 | +version = "0.12.3" |
| 1091 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1092 | +checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" |
| 1093 | +dependencies = [ |
| 1094 | + "base16ct", |
| 1095 | + "crypto-bigint 0.4.9", |
| 1096 | + "der", |
| 1097 | + "digest", |
| 1098 | + "ff", |
| 1099 | + "generic-array", |
| 1100 | + "group", |
| 1101 | + "pkcs8", |
| 1102 | + "rand_core 0.6.4", |
| 1103 | + "sec1", |
| 1104 | + "subtle", |
| 1105 | + "zeroize", |
| 1106 | +] |
| 1107 | + |
| 1108 | +[[package]] |
| 1109 | +name = "encode_unicode" |
| 1110 | +version = "1.0.0" |
| 1111 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1112 | +checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" |
| 1113 | + |
| 425 | 1114 | [[package]] |
| 426 | 1115 | name = "encoding_rs" |
| 427 | 1116 | version = "0.8.35" |
@@ -462,6 +1151,41 @@ dependencies = [ |
| 462 | 1151 | "simd-adler32", |
| 463 | 1152 | ] |
| 464 | 1153 | |
| 1154 | +[[package]] |
| 1155 | +name = "ff" |
| 1156 | +version = "0.12.1" |
| 1157 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1158 | +checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" |
| 1159 | +dependencies = [ |
| 1160 | + "rand_core 0.6.4", |
| 1161 | + "subtle", |
| 1162 | +] |
| 1163 | + |
| 1164 | +[[package]] |
| 1165 | +name = "ffmpeg-next" |
| 1166 | +version = "7.1.0" |
| 1167 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1168 | +checksum = "da02698288e0275e442a47fc12ca26d50daf0d48b15398ba5906f20ac2e2a9f9" |
| 1169 | +dependencies = [ |
| 1170 | + "bitflags", |
| 1171 | + "ffmpeg-sys-next", |
| 1172 | + "libc", |
| 1173 | +] |
| 1174 | + |
| 1175 | +[[package]] |
| 1176 | +name = "ffmpeg-sys-next" |
| 1177 | +version = "7.1.3" |
| 1178 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1179 | +checksum = "f9e9c75ebd4463de9d8998fb134ba26347fe5faee62fabf0a4b4d41bd500b4ad" |
| 1180 | +dependencies = [ |
| 1181 | + "bindgen", |
| 1182 | + "cc", |
| 1183 | + "libc", |
| 1184 | + "num_cpus", |
| 1185 | + "pkg-config", |
| 1186 | + "vcpkg", |
| 1187 | +] |
| 1188 | + |
| 465 | 1189 | [[package]] |
| 466 | 1190 | name = "find-msvc-tools" |
| 467 | 1191 | version = "0.1.7" |
@@ -514,6 +1238,12 @@ dependencies = [ |
| 514 | 1238 | "percent-encoding", |
| 515 | 1239 | ] |
| 516 | 1240 | |
| 1241 | +[[package]] |
| 1242 | +name = "fs_extra" |
| 1243 | +version = "1.3.0" |
| 1244 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1245 | +checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| 1246 | + |
| 517 | 1247 | [[package]] |
| 518 | 1248 | name = "futf" |
| 519 | 1249 | version = "0.1.5" |
@@ -601,15 +1331,19 @@ version = "0.1.0" |
| 601 | 1331 | dependencies = [ |
| 602 | 1332 | "anyhow", |
| 603 | 1333 | "async-trait", |
| 1334 | + "aws-config", |
| 1335 | + "aws-sdk-s3", |
| 604 | 1336 | "blake3", |
| 605 | 1337 | "chrono", |
| 606 | 1338 | "clap", |
| 607 | 1339 | "crossbeam-channel", |
| 608 | 1340 | "dirs", |
| 1341 | + "ffmpeg-next", |
| 609 | 1342 | "humantime", |
| 610 | 1343 | "image", |
| 1344 | + "indicatif", |
| 611 | 1345 | "lru", |
| 612 | | - "rand", |
| 1346 | + "rand 0.8.5", |
| 613 | 1347 | "reqwest", |
| 614 | 1348 | "scraper", |
| 615 | 1349 | "serde", |
@@ -624,6 +1358,16 @@ dependencies = [ |
| 624 | 1358 | "x11rb", |
| 625 | 1359 | ] |
| 626 | 1360 | |
| 1361 | +[[package]] |
| 1362 | +name = "generic-array" |
| 1363 | +version = "0.14.7" |
| 1364 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1365 | +checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 1366 | +dependencies = [ |
| 1367 | + "typenum", |
| 1368 | + "version_check", |
| 1369 | +] |
| 1370 | + |
| 627 | 1371 | [[package]] |
| 628 | 1372 | name = "gethostname" |
| 629 | 1373 | version = "1.1.0" |
@@ -676,6 +1420,42 @@ dependencies = [ |
| 676 | 1420 | "weezl", |
| 677 | 1421 | ] |
| 678 | 1422 | |
| 1423 | +[[package]] |
| 1424 | +name = "glob" |
| 1425 | +version = "0.3.3" |
| 1426 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1427 | +checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" |
| 1428 | + |
| 1429 | +[[package]] |
| 1430 | +name = "group" |
| 1431 | +version = "0.12.1" |
| 1432 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1433 | +checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" |
| 1434 | +dependencies = [ |
| 1435 | + "ff", |
| 1436 | + "rand_core 0.6.4", |
| 1437 | + "subtle", |
| 1438 | +] |
| 1439 | + |
| 1440 | +[[package]] |
| 1441 | +name = "h2" |
| 1442 | +version = "0.3.27" |
| 1443 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1444 | +checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d" |
| 1445 | +dependencies = [ |
| 1446 | + "bytes", |
| 1447 | + "fnv", |
| 1448 | + "futures-core", |
| 1449 | + "futures-sink", |
| 1450 | + "futures-util", |
| 1451 | + "http 0.2.12", |
| 1452 | + "indexmap", |
| 1453 | + "slab", |
| 1454 | + "tokio", |
| 1455 | + "tokio-util", |
| 1456 | + "tracing", |
| 1457 | +] |
| 1458 | + |
| 679 | 1459 | [[package]] |
| 680 | 1460 | name = "h2" |
| 681 | 1461 | version = "0.4.13" |
@@ -687,7 +1467,7 @@ dependencies = [ |
| 687 | 1467 | "fnv", |
| 688 | 1468 | "futures-core", |
| 689 | 1469 | "futures-sink", |
| 690 | | - "http", |
| 1470 | + "http 1.4.0", |
| 691 | 1471 | "indexmap", |
| 692 | 1472 | "slab", |
| 693 | 1473 | "tokio", |
@@ -718,6 +1498,27 @@ version = "0.5.0" |
| 718 | 1498 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 719 | 1499 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 720 | 1500 | |
| 1501 | +[[package]] |
| 1502 | +name = "hermit-abi" |
| 1503 | +version = "0.5.2" |
| 1504 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1505 | +checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| 1506 | + |
| 1507 | +[[package]] |
| 1508 | +name = "hex" |
| 1509 | +version = "0.4.3" |
| 1510 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1511 | +checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 1512 | + |
| 1513 | +[[package]] |
| 1514 | +name = "hmac" |
| 1515 | +version = "0.12.1" |
| 1516 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1517 | +checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
| 1518 | +dependencies = [ |
| 1519 | + "digest", |
| 1520 | +] |
| 1521 | + |
| 721 | 1522 | [[package]] |
| 722 | 1523 | name = "html5ever" |
| 723 | 1524 | version = "0.27.0" |
@@ -732,6 +1533,17 @@ dependencies = [ |
| 732 | 1533 | "syn", |
| 733 | 1534 | ] |
| 734 | 1535 | |
| 1536 | +[[package]] |
| 1537 | +name = "http" |
| 1538 | +version = "0.2.12" |
| 1539 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1540 | +checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" |
| 1541 | +dependencies = [ |
| 1542 | + "bytes", |
| 1543 | + "fnv", |
| 1544 | + "itoa", |
| 1545 | +] |
| 1546 | + |
| 735 | 1547 | [[package]] |
| 736 | 1548 | name = "http" |
| 737 | 1549 | version = "1.4.0" |
@@ -742,6 +1554,17 @@ dependencies = [ |
| 742 | 1554 | "itoa", |
| 743 | 1555 | ] |
| 744 | 1556 | |
| 1557 | +[[package]] |
| 1558 | +name = "http-body" |
| 1559 | +version = "0.4.6" |
| 1560 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1561 | +checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" |
| 1562 | +dependencies = [ |
| 1563 | + "bytes", |
| 1564 | + "http 0.2.12", |
| 1565 | + "pin-project-lite", |
| 1566 | +] |
| 1567 | + |
| 745 | 1568 | [[package]] |
| 746 | 1569 | name = "http-body" |
| 747 | 1570 | version = "1.0.1" |
@@ -749,7 +1572,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 749 | 1572 | checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| 750 | 1573 | dependencies = [ |
| 751 | 1574 | "bytes", |
| 752 | | - "http", |
| 1575 | + "http 1.4.0", |
| 753 | 1576 | ] |
| 754 | 1577 | |
| 755 | 1578 | [[package]] |
@@ -760,8 +1583,8 @@ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
| 760 | 1583 | dependencies = [ |
| 761 | 1584 | "bytes", |
| 762 | 1585 | "futures-core", |
| 763 | | - "http", |
| 764 | | - "http-body", |
| 1586 | + "http 1.4.0", |
| 1587 | + "http-body 1.0.1", |
| 765 | 1588 | "pin-project-lite", |
| 766 | 1589 | ] |
| 767 | 1590 | |
@@ -771,12 +1594,42 @@ version = "1.10.1" |
| 771 | 1594 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 772 | 1595 | checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| 773 | 1596 | |
| 1597 | +[[package]] |
| 1598 | +name = "httpdate" |
| 1599 | +version = "1.0.3" |
| 1600 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1601 | +checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
| 1602 | + |
| 774 | 1603 | [[package]] |
| 775 | 1604 | name = "humantime" |
| 776 | 1605 | version = "2.3.0" |
| 777 | 1606 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 778 | 1607 | checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424" |
| 779 | 1608 | |
| 1609 | +[[package]] |
| 1610 | +name = "hyper" |
| 1611 | +version = "0.14.32" |
| 1612 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1613 | +checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" |
| 1614 | +dependencies = [ |
| 1615 | + "bytes", |
| 1616 | + "futures-channel", |
| 1617 | + "futures-core", |
| 1618 | + "futures-util", |
| 1619 | + "h2 0.3.27", |
| 1620 | + "http 0.2.12", |
| 1621 | + "http-body 0.4.6", |
| 1622 | + "httparse", |
| 1623 | + "httpdate", |
| 1624 | + "itoa", |
| 1625 | + "pin-project-lite", |
| 1626 | + "socket2 0.5.10", |
| 1627 | + "tokio", |
| 1628 | + "tower-service", |
| 1629 | + "tracing", |
| 1630 | + "want", |
| 1631 | +] |
| 1632 | + |
| 780 | 1633 | [[package]] |
| 781 | 1634 | name = "hyper" |
| 782 | 1635 | version = "1.8.1" |
@@ -787,9 +1640,9 @@ dependencies = [ |
| 787 | 1640 | "bytes", |
| 788 | 1641 | "futures-channel", |
| 789 | 1642 | "futures-core", |
| 790 | | - "h2", |
| 791 | | - "http", |
| 792 | | - "http-body", |
| 1643 | + "h2 0.4.13", |
| 1644 | + "http 1.4.0", |
| 1645 | + "http-body 1.0.1", |
| 793 | 1646 | "httparse", |
| 794 | 1647 | "itoa", |
| 795 | 1648 | "pin-project-lite", |
@@ -799,19 +1652,35 @@ dependencies = [ |
| 799 | 1652 | "want", |
| 800 | 1653 | ] |
| 801 | 1654 | |
| 1655 | +[[package]] |
| 1656 | +name = "hyper-rustls" |
| 1657 | +version = "0.24.2" |
| 1658 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1659 | +checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" |
| 1660 | +dependencies = [ |
| 1661 | + "futures-util", |
| 1662 | + "http 0.2.12", |
| 1663 | + "hyper 0.14.32", |
| 1664 | + "log", |
| 1665 | + "rustls 0.21.12", |
| 1666 | + "tokio", |
| 1667 | + "tokio-rustls 0.24.1", |
| 1668 | +] |
| 1669 | + |
| 802 | 1670 | [[package]] |
| 803 | 1671 | name = "hyper-rustls" |
| 804 | 1672 | version = "0.27.7" |
| 805 | 1673 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 806 | 1674 | checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" |
| 807 | 1675 | dependencies = [ |
| 808 | | - "http", |
| 809 | | - "hyper", |
| 1676 | + "http 1.4.0", |
| 1677 | + "hyper 1.8.1", |
| 810 | 1678 | "hyper-util", |
| 811 | | - "rustls", |
| 1679 | + "rustls 0.23.36", |
| 1680 | + "rustls-native-certs", |
| 812 | 1681 | "rustls-pki-types", |
| 813 | 1682 | "tokio", |
| 814 | | - "tokio-rustls", |
| 1683 | + "tokio-rustls 0.26.4", |
| 815 | 1684 | "tower-service", |
| 816 | 1685 | ] |
| 817 | 1686 | |
@@ -823,7 +1692,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" |
| 823 | 1692 | dependencies = [ |
| 824 | 1693 | "bytes", |
| 825 | 1694 | "http-body-util", |
| 826 | | - "hyper", |
| 1695 | + "hyper 1.8.1", |
| 827 | 1696 | "hyper-util", |
| 828 | 1697 | "native-tls", |
| 829 | 1698 | "tokio", |
@@ -842,14 +1711,14 @@ dependencies = [ |
| 842 | 1711 | "futures-channel", |
| 843 | 1712 | "futures-core", |
| 844 | 1713 | "futures-util", |
| 845 | | - "http", |
| 846 | | - "http-body", |
| 847 | | - "hyper", |
| 1714 | + "http 1.4.0", |
| 1715 | + "http-body 1.0.1", |
| 1716 | + "hyper 1.8.1", |
| 848 | 1717 | "ipnet", |
| 849 | 1718 | "libc", |
| 850 | 1719 | "percent-encoding", |
| 851 | 1720 | "pin-project-lite", |
| 852 | | - "socket2", |
| 1721 | + "socket2 0.6.1", |
| 853 | 1722 | "system-configuration", |
| 854 | 1723 | "tokio", |
| 855 | 1724 | "tower-service", |
@@ -1021,6 +1890,19 @@ dependencies = [ |
| 1021 | 1890 | "hashbrown 0.16.1", |
| 1022 | 1891 | ] |
| 1023 | 1892 | |
| 1893 | +[[package]] |
| 1894 | +name = "indicatif" |
| 1895 | +version = "0.17.11" |
| 1896 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1897 | +checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" |
| 1898 | +dependencies = [ |
| 1899 | + "console", |
| 1900 | + "number_prefix", |
| 1901 | + "portable-atomic", |
| 1902 | + "unicode-width", |
| 1903 | + "web-time", |
| 1904 | +] |
| 1905 | + |
| 1024 | 1906 | [[package]] |
| 1025 | 1907 | name = "ipnet" |
| 1026 | 1908 | version = "2.11.0" |
@@ -1043,12 +1925,31 @@ version = "1.70.2" |
| 1043 | 1925 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1044 | 1926 | checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 1045 | 1927 | |
| 1928 | +[[package]] |
| 1929 | +name = "itertools" |
| 1930 | +version = "0.13.0" |
| 1931 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1932 | +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" |
| 1933 | +dependencies = [ |
| 1934 | + "either", |
| 1935 | +] |
| 1936 | + |
| 1046 | 1937 | [[package]] |
| 1047 | 1938 | name = "itoa" |
| 1048 | 1939 | version = "1.0.17" |
| 1049 | 1940 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1050 | 1941 | checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
| 1051 | 1942 | |
| 1943 | +[[package]] |
| 1944 | +name = "jobserver" |
| 1945 | +version = "0.1.34" |
| 1946 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1947 | +checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" |
| 1948 | +dependencies = [ |
| 1949 | + "getrandom 0.3.4", |
| 1950 | + "libc", |
| 1951 | +] |
| 1952 | + |
| 1052 | 1953 | [[package]] |
| 1053 | 1954 | name = "js-sys" |
| 1054 | 1955 | version = "0.3.83" |
@@ -1071,6 +1972,16 @@ version = "0.2.180" |
| 1071 | 1972 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1072 | 1973 | checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" |
| 1073 | 1974 | |
| 1975 | +[[package]] |
| 1976 | +name = "libloading" |
| 1977 | +version = "0.8.9" |
| 1978 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1979 | +checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" |
| 1980 | +dependencies = [ |
| 1981 | + "cfg-if", |
| 1982 | + "windows-link", |
| 1983 | +] |
| 1984 | + |
| 1074 | 1985 | [[package]] |
| 1075 | 1986 | name = "libredox" |
| 1076 | 1987 | version = "0.1.12" |
@@ -1146,6 +2057,16 @@ dependencies = [ |
| 1146 | 2057 | "regex-automata", |
| 1147 | 2058 | ] |
| 1148 | 2059 | |
| 2060 | +[[package]] |
| 2061 | +name = "md-5" |
| 2062 | +version = "0.10.6" |
| 2063 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2064 | +checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
| 2065 | +dependencies = [ |
| 2066 | + "cfg-if", |
| 2067 | + "digest", |
| 2068 | +] |
| 2069 | + |
| 1149 | 2070 | [[package]] |
| 1150 | 2071 | name = "memchr" |
| 1151 | 2072 | version = "2.7.6" |
@@ -1158,6 +2079,12 @@ version = "0.3.17" |
| 1158 | 2079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1159 | 2080 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| 1160 | 2081 | |
| 2082 | +[[package]] |
| 2083 | +name = "minimal-lexical" |
| 2084 | +version = "0.2.1" |
| 2085 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2086 | +checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 2087 | + |
| 1161 | 2088 | [[package]] |
| 1162 | 2089 | name = "miniz_oxide" |
| 1163 | 2090 | version = "0.8.9" |
@@ -1198,10 +2125,10 @@ dependencies = [ |
| 1198 | 2125 | "libc", |
| 1199 | 2126 | "log", |
| 1200 | 2127 | "openssl", |
| 1201 | | - "openssl-probe", |
| 2128 | + "openssl-probe 0.1.6", |
| 1202 | 2129 | "openssl-sys", |
| 1203 | 2130 | "schannel", |
| 1204 | | - "security-framework", |
| 2131 | + "security-framework 2.11.1", |
| 1205 | 2132 | "security-framework-sys", |
| 1206 | 2133 | "tempfile", |
| 1207 | 2134 | ] |
@@ -1212,6 +2139,16 @@ version = "1.0.6" |
| 1212 | 2139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1213 | 2140 | checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
| 1214 | 2141 | |
| 2142 | +[[package]] |
| 2143 | +name = "nom" |
| 2144 | +version = "7.1.3" |
| 2145 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2146 | +checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| 2147 | +dependencies = [ |
| 2148 | + "memchr", |
| 2149 | + "minimal-lexical", |
| 2150 | +] |
| 2151 | + |
| 1215 | 2152 | [[package]] |
| 1216 | 2153 | name = "nu-ansi-term" |
| 1217 | 2154 | version = "0.50.3" |
@@ -1221,6 +2158,21 @@ dependencies = [ |
| 1221 | 2158 | "windows-sys 0.61.2", |
| 1222 | 2159 | ] |
| 1223 | 2160 | |
| 2161 | +[[package]] |
| 2162 | +name = "num-conv" |
| 2163 | +version = "0.1.0" |
| 2164 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2165 | +checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
| 2166 | + |
| 2167 | +[[package]] |
| 2168 | +name = "num-integer" |
| 2169 | +version = "0.1.46" |
| 2170 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2171 | +checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 2172 | +dependencies = [ |
| 2173 | + "num-traits", |
| 2174 | +] |
| 2175 | + |
| 1224 | 2176 | [[package]] |
| 1225 | 2177 | name = "num-traits" |
| 1226 | 2178 | version = "0.2.19" |
@@ -1230,6 +2182,22 @@ dependencies = [ |
| 1230 | 2182 | "autocfg", |
| 1231 | 2183 | ] |
| 1232 | 2184 | |
| 2185 | +[[package]] |
| 2186 | +name = "num_cpus" |
| 2187 | +version = "1.17.0" |
| 2188 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2189 | +checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" |
| 2190 | +dependencies = [ |
| 2191 | + "hermit-abi", |
| 2192 | + "libc", |
| 2193 | +] |
| 2194 | + |
| 2195 | +[[package]] |
| 2196 | +name = "number_prefix" |
| 2197 | +version = "0.4.0" |
| 2198 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2199 | +checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" |
| 2200 | + |
| 1233 | 2201 | [[package]] |
| 1234 | 2202 | name = "once_cell" |
| 1235 | 2203 | version = "1.21.3" |
@@ -1274,6 +2242,12 @@ version = "0.1.6" |
| 1274 | 2242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1275 | 2243 | checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" |
| 1276 | 2244 | |
| 2245 | +[[package]] |
| 2246 | +name = "openssl-probe" |
| 2247 | +version = "0.2.0" |
| 2248 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2249 | +checksum = "9f50d9b3dabb09ecd771ad0aa242ca6894994c130308ca3d7684634df8037391" |
| 2250 | + |
| 1277 | 2251 | [[package]] |
| 1278 | 2252 | name = "openssl-sys" |
| 1279 | 2253 | version = "0.9.111" |
@@ -1292,6 +2266,23 @@ version = "0.2.0" |
| 1292 | 2266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1293 | 2267 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 1294 | 2268 | |
| 2269 | +[[package]] |
| 2270 | +name = "outref" |
| 2271 | +version = "0.5.2" |
| 2272 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2273 | +checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" |
| 2274 | + |
| 2275 | +[[package]] |
| 2276 | +name = "p256" |
| 2277 | +version = "0.11.1" |
| 2278 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2279 | +checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594" |
| 2280 | +dependencies = [ |
| 2281 | + "ecdsa", |
| 2282 | + "elliptic-curve", |
| 2283 | + "sha2", |
| 2284 | +] |
| 2285 | + |
| 1295 | 2286 | [[package]] |
| 1296 | 2287 | name = "parking_lot" |
| 1297 | 2288 | version = "0.12.5" |
@@ -1367,7 +2358,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1367 | 2358 | checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" |
| 1368 | 2359 | dependencies = [ |
| 1369 | 2360 | "phf_shared 0.10.0", |
| 1370 | | - "rand", |
| 2361 | + "rand 0.8.5", |
| 1371 | 2362 | ] |
| 1372 | 2363 | |
| 1373 | 2364 | [[package]] |
@@ -1377,7 +2368,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1377 | 2368 | checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" |
| 1378 | 2369 | dependencies = [ |
| 1379 | 2370 | "phf_shared 0.11.3", |
| 1380 | | - "rand", |
| 2371 | + "rand 0.8.5", |
| 1381 | 2372 | ] |
| 1382 | 2373 | |
| 1383 | 2374 | [[package]] |
@@ -1423,6 +2414,16 @@ version = "0.1.0" |
| 1423 | 2414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1424 | 2415 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 1425 | 2416 | |
| 2417 | +[[package]] |
| 2418 | +name = "pkcs8" |
| 2419 | +version = "0.9.0" |
| 2420 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2421 | +checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" |
| 2422 | +dependencies = [ |
| 2423 | + "der", |
| 2424 | + "spki", |
| 2425 | +] |
| 2426 | + |
| 1426 | 2427 | [[package]] |
| 1427 | 2428 | name = "pkg-config" |
| 1428 | 2429 | version = "0.3.32" |
@@ -1442,6 +2443,12 @@ dependencies = [ |
| 1442 | 2443 | "miniz_oxide", |
| 1443 | 2444 | ] |
| 1444 | 2445 | |
| 2446 | +[[package]] |
| 2447 | +name = "portable-atomic" |
| 2448 | +version = "1.13.0" |
| 2449 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2450 | +checksum = "f89776e4d69bb58bc6993e99ffa1d11f228b839984854c7daeb5d37f87cbe950" |
| 2451 | + |
| 1445 | 2452 | [[package]] |
| 1446 | 2453 | name = "potential_utf" |
| 1447 | 2454 | version = "0.1.4" |
@@ -1451,6 +2458,12 @@ dependencies = [ |
| 1451 | 2458 | "zerovec", |
| 1452 | 2459 | ] |
| 1453 | 2460 | |
| 2461 | +[[package]] |
| 2462 | +name = "powerfmt" |
| 2463 | +version = "0.2.0" |
| 2464 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2465 | +checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 2466 | + |
| 1454 | 2467 | [[package]] |
| 1455 | 2468 | name = "ppv-lite86" |
| 1456 | 2469 | version = "0.2.21" |
@@ -1512,8 +2525,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1512 | 2525 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| 1513 | 2526 | dependencies = [ |
| 1514 | 2527 | "libc", |
| 1515 | | - "rand_chacha", |
| 1516 | | - "rand_core", |
| 2528 | + "rand_chacha 0.3.1", |
| 2529 | + "rand_core 0.6.4", |
| 2530 | +] |
| 2531 | + |
| 2532 | +[[package]] |
| 2533 | +name = "rand" |
| 2534 | +version = "0.9.2" |
| 2535 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2536 | +checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" |
| 2537 | +dependencies = [ |
| 2538 | + "rand_chacha 0.9.0", |
| 2539 | + "rand_core 0.9.4", |
| 1517 | 2540 | ] |
| 1518 | 2541 | |
| 1519 | 2542 | [[package]] |
@@ -1523,7 +2546,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1523 | 2546 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 1524 | 2547 | dependencies = [ |
| 1525 | 2548 | "ppv-lite86", |
| 1526 | | - "rand_core", |
| 2549 | + "rand_core 0.6.4", |
| 2550 | +] |
| 2551 | + |
| 2552 | +[[package]] |
| 2553 | +name = "rand_chacha" |
| 2554 | +version = "0.9.0" |
| 2555 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2556 | +checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| 2557 | +dependencies = [ |
| 2558 | + "ppv-lite86", |
| 2559 | + "rand_core 0.9.4", |
| 1527 | 2560 | ] |
| 1528 | 2561 | |
| 1529 | 2562 | [[package]] |
@@ -1535,6 +2568,15 @@ dependencies = [ |
| 1535 | 2568 | "getrandom 0.2.17", |
| 1536 | 2569 | ] |
| 1537 | 2570 | |
| 2571 | +[[package]] |
| 2572 | +name = "rand_core" |
| 2573 | +version = "0.9.4" |
| 2574 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2575 | +checksum = "4f1b3bc831f92381018fd9c6350b917c7b21f1eed35a65a51900e0e55a3d7afa" |
| 2576 | +dependencies = [ |
| 2577 | + "getrandom 0.3.4", |
| 2578 | +] |
| 2579 | + |
| 1538 | 2580 | [[package]] |
| 1539 | 2581 | name = "redox_syscall" |
| 1540 | 2582 | version = "0.5.18" |
@@ -1555,6 +2597,18 @@ dependencies = [ |
| 1555 | 2597 | "thiserror", |
| 1556 | 2598 | ] |
| 1557 | 2599 | |
| 2600 | +[[package]] |
| 2601 | +name = "regex" |
| 2602 | +version = "1.12.2" |
| 2603 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2604 | +checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" |
| 2605 | +dependencies = [ |
| 2606 | + "aho-corasick", |
| 2607 | + "memchr", |
| 2608 | + "regex-automata", |
| 2609 | + "regex-syntax", |
| 2610 | +] |
| 2611 | + |
| 1558 | 2612 | [[package]] |
| 1559 | 2613 | name = "regex-automata" |
| 1560 | 2614 | version = "0.4.13" |
@@ -1566,6 +2620,12 @@ dependencies = [ |
| 1566 | 2620 | "regex-syntax", |
| 1567 | 2621 | ] |
| 1568 | 2622 | |
| 2623 | +[[package]] |
| 2624 | +name = "regex-lite" |
| 2625 | +version = "0.1.8" |
| 2626 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2627 | +checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da" |
| 2628 | + |
| 1569 | 2629 | [[package]] |
| 1570 | 2630 | name = "regex-syntax" |
| 1571 | 2631 | version = "0.8.8" |
@@ -1584,12 +2644,12 @@ dependencies = [ |
| 1584 | 2644 | "futures-channel", |
| 1585 | 2645 | "futures-core", |
| 1586 | 2646 | "futures-util", |
| 1587 | | - "h2", |
| 1588 | | - "http", |
| 1589 | | - "http-body", |
| 2647 | + "h2 0.4.13", |
| 2648 | + "http 1.4.0", |
| 2649 | + "http-body 1.0.1", |
| 1590 | 2650 | "http-body-util", |
| 1591 | | - "hyper", |
| 1592 | | - "hyper-rustls", |
| 2651 | + "hyper 1.8.1", |
| 2652 | + "hyper-rustls 0.27.7", |
| 1593 | 2653 | "hyper-tls", |
| 1594 | 2654 | "hyper-util", |
| 1595 | 2655 | "js-sys", |
@@ -1616,6 +2676,17 @@ dependencies = [ |
| 1616 | 2676 | "web-sys", |
| 1617 | 2677 | ] |
| 1618 | 2678 | |
| 2679 | +[[package]] |
| 2680 | +name = "rfc6979" |
| 2681 | +version = "0.3.1" |
| 2682 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2683 | +checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" |
| 2684 | +dependencies = [ |
| 2685 | + "crypto-bigint 0.4.9", |
| 2686 | + "hmac", |
| 2687 | + "zeroize", |
| 2688 | +] |
| 2689 | + |
| 1619 | 2690 | [[package]] |
| 1620 | 2691 | name = "ring" |
| 1621 | 2692 | version = "0.17.14" |
@@ -1630,6 +2701,21 @@ dependencies = [ |
| 1630 | 2701 | "windows-sys 0.52.0", |
| 1631 | 2702 | ] |
| 1632 | 2703 | |
| 2704 | +[[package]] |
| 2705 | +name = "rustc-hash" |
| 2706 | +version = "1.1.0" |
| 2707 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2708 | +checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| 2709 | + |
| 2710 | +[[package]] |
| 2711 | +name = "rustc_version" |
| 2712 | +version = "0.4.1" |
| 2713 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2714 | +checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| 2715 | +dependencies = [ |
| 2716 | + "semver", |
| 2717 | +] |
| 2718 | + |
| 1633 | 2719 | [[package]] |
| 1634 | 2720 | name = "rustix" |
| 1635 | 2721 | version = "1.1.3" |
@@ -1643,19 +2729,44 @@ dependencies = [ |
| 1643 | 2729 | "windows-sys 0.61.2", |
| 1644 | 2730 | ] |
| 1645 | 2731 | |
| 2732 | +[[package]] |
| 2733 | +name = "rustls" |
| 2734 | +version = "0.21.12" |
| 2735 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2736 | +checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" |
| 2737 | +dependencies = [ |
| 2738 | + "log", |
| 2739 | + "ring", |
| 2740 | + "rustls-webpki 0.101.7", |
| 2741 | + "sct", |
| 2742 | +] |
| 2743 | + |
| 1646 | 2744 | [[package]] |
| 1647 | 2745 | name = "rustls" |
| 1648 | 2746 | version = "0.23.36" |
| 1649 | 2747 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1650 | 2748 | checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b" |
| 1651 | 2749 | dependencies = [ |
| 2750 | + "aws-lc-rs", |
| 1652 | 2751 | "once_cell", |
| 1653 | 2752 | "rustls-pki-types", |
| 1654 | | - "rustls-webpki", |
| 2753 | + "rustls-webpki 0.103.8", |
| 1655 | 2754 | "subtle", |
| 1656 | 2755 | "zeroize", |
| 1657 | 2756 | ] |
| 1658 | 2757 | |
| 2758 | +[[package]] |
| 2759 | +name = "rustls-native-certs" |
| 2760 | +version = "0.8.3" |
| 2761 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2762 | +checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" |
| 2763 | +dependencies = [ |
| 2764 | + "openssl-probe 0.2.0", |
| 2765 | + "rustls-pki-types", |
| 2766 | + "schannel", |
| 2767 | + "security-framework 3.5.1", |
| 2768 | +] |
| 2769 | + |
| 1659 | 2770 | [[package]] |
| 1660 | 2771 | name = "rustls-pki-types" |
| 1661 | 2772 | version = "1.13.2" |
@@ -1665,12 +2776,23 @@ dependencies = [ |
| 1665 | 2776 | "zeroize", |
| 1666 | 2777 | ] |
| 1667 | 2778 | |
| 2779 | +[[package]] |
| 2780 | +name = "rustls-webpki" |
| 2781 | +version = "0.101.7" |
| 2782 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2783 | +checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" |
| 2784 | +dependencies = [ |
| 2785 | + "ring", |
| 2786 | + "untrusted", |
| 2787 | +] |
| 2788 | + |
| 1668 | 2789 | [[package]] |
| 1669 | 2790 | name = "rustls-webpki" |
| 1670 | 2791 | version = "0.103.8" |
| 1671 | 2792 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1672 | 2793 | checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52" |
| 1673 | 2794 | dependencies = [ |
| 2795 | + "aws-lc-rs", |
| 1674 | 2796 | "ring", |
| 1675 | 2797 | "rustls-pki-types", |
| 1676 | 2798 | "untrusted", |
@@ -1719,6 +2841,30 @@ dependencies = [ |
| 1719 | 2841 | "tendril", |
| 1720 | 2842 | ] |
| 1721 | 2843 | |
| 2844 | +[[package]] |
| 2845 | +name = "sct" |
| 2846 | +version = "0.7.1" |
| 2847 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2848 | +checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" |
| 2849 | +dependencies = [ |
| 2850 | + "ring", |
| 2851 | + "untrusted", |
| 2852 | +] |
| 2853 | + |
| 2854 | +[[package]] |
| 2855 | +name = "sec1" |
| 2856 | +version = "0.3.0" |
| 2857 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2858 | +checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" |
| 2859 | +dependencies = [ |
| 2860 | + "base16ct", |
| 2861 | + "der", |
| 2862 | + "generic-array", |
| 2863 | + "pkcs8", |
| 2864 | + "subtle", |
| 2865 | + "zeroize", |
| 2866 | +] |
| 2867 | + |
| 1722 | 2868 | [[package]] |
| 1723 | 2869 | name = "security-framework" |
| 1724 | 2870 | version = "2.11.1" |
@@ -1726,7 +2872,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1726 | 2872 | checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" |
| 1727 | 2873 | dependencies = [ |
| 1728 | 2874 | "bitflags", |
| 1729 | | - "core-foundation", |
| 2875 | + "core-foundation 0.9.4", |
| 2876 | + "core-foundation-sys", |
| 2877 | + "libc", |
| 2878 | + "security-framework-sys", |
| 2879 | +] |
| 2880 | + |
| 2881 | +[[package]] |
| 2882 | +name = "security-framework" |
| 2883 | +version = "3.5.1" |
| 2884 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2885 | +checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef" |
| 2886 | +dependencies = [ |
| 2887 | + "bitflags", |
| 2888 | + "core-foundation 0.10.1", |
| 1730 | 2889 | "core-foundation-sys", |
| 1731 | 2890 | "libc", |
| 1732 | 2891 | "security-framework-sys", |
@@ -1761,6 +2920,12 @@ dependencies = [ |
| 1761 | 2920 | "smallvec", |
| 1762 | 2921 | ] |
| 1763 | 2922 | |
| 2923 | +[[package]] |
| 2924 | +name = "semver" |
| 2925 | +version = "1.0.27" |
| 2926 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2927 | +checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" |
| 2928 | + |
| 1764 | 2929 | [[package]] |
| 1765 | 2930 | name = "serde" |
| 1766 | 2931 | version = "1.0.228" |
@@ -1834,6 +2999,28 @@ dependencies = [ |
| 1834 | 2999 | "stable_deref_trait", |
| 1835 | 3000 | ] |
| 1836 | 3001 | |
| 3002 | +[[package]] |
| 3003 | +name = "sha1" |
| 3004 | +version = "0.10.6" |
| 3005 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3006 | +checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| 3007 | +dependencies = [ |
| 3008 | + "cfg-if", |
| 3009 | + "cpufeatures", |
| 3010 | + "digest", |
| 3011 | +] |
| 3012 | + |
| 3013 | +[[package]] |
| 3014 | +name = "sha2" |
| 3015 | +version = "0.10.9" |
| 3016 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3017 | +checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| 3018 | +dependencies = [ |
| 3019 | + "cfg-if", |
| 3020 | + "cpufeatures", |
| 3021 | + "digest", |
| 3022 | +] |
| 3023 | + |
| 1837 | 3024 | [[package]] |
| 1838 | 3025 | name = "sharded-slab" |
| 1839 | 3026 | version = "0.1.7" |
@@ -1868,6 +3055,16 @@ dependencies = [ |
| 1868 | 3055 | "libc", |
| 1869 | 3056 | ] |
| 1870 | 3057 | |
| 3058 | +[[package]] |
| 3059 | +name = "signature" |
| 3060 | +version = "1.6.4" |
| 3061 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3062 | +checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" |
| 3063 | +dependencies = [ |
| 3064 | + "digest", |
| 3065 | + "rand_core 0.6.4", |
| 3066 | +] |
| 3067 | + |
| 1871 | 3068 | [[package]] |
| 1872 | 3069 | name = "simd-adler32" |
| 1873 | 3070 | version = "0.3.8" |
@@ -1898,6 +3095,16 @@ version = "1.15.1" |
| 1898 | 3095 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1899 | 3096 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 1900 | 3097 | |
| 3098 | +[[package]] |
| 3099 | +name = "socket2" |
| 3100 | +version = "0.5.10" |
| 3101 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3102 | +checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" |
| 3103 | +dependencies = [ |
| 3104 | + "libc", |
| 3105 | + "windows-sys 0.52.0", |
| 3106 | +] |
| 3107 | + |
| 1901 | 3108 | [[package]] |
| 1902 | 3109 | name = "socket2" |
| 1903 | 3110 | version = "0.6.1" |
@@ -1908,6 +3115,16 @@ dependencies = [ |
| 1908 | 3115 | "windows-sys 0.60.2", |
| 1909 | 3116 | ] |
| 1910 | 3117 | |
| 3118 | +[[package]] |
| 3119 | +name = "spki" |
| 3120 | +version = "0.6.0" |
| 3121 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3122 | +checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" |
| 3123 | +dependencies = [ |
| 3124 | + "base64ct", |
| 3125 | + "der", |
| 3126 | +] |
| 3127 | + |
| 1911 | 3128 | [[package]] |
| 1912 | 3129 | name = "stable_deref_trait" |
| 1913 | 3130 | version = "1.2.1" |
@@ -1989,7 +3206,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1989 | 3206 | checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" |
| 1990 | 3207 | dependencies = [ |
| 1991 | 3208 | "bitflags", |
| 1992 | | - "core-foundation", |
| 3209 | + "core-foundation 0.9.4", |
| 1993 | 3210 | "system-configuration-sys", |
| 1994 | 3211 | ] |
| 1995 | 3212 | |
@@ -2056,6 +3273,36 @@ dependencies = [ |
| 2056 | 3273 | "cfg-if", |
| 2057 | 3274 | ] |
| 2058 | 3275 | |
| 3276 | +[[package]] |
| 3277 | +name = "time" |
| 3278 | +version = "0.3.44" |
| 3279 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3280 | +checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" |
| 3281 | +dependencies = [ |
| 3282 | + "deranged", |
| 3283 | + "num-conv", |
| 3284 | + "powerfmt", |
| 3285 | + "serde", |
| 3286 | + "time-core", |
| 3287 | + "time-macros", |
| 3288 | +] |
| 3289 | + |
| 3290 | +[[package]] |
| 3291 | +name = "time-core" |
| 3292 | +version = "0.1.6" |
| 3293 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3294 | +checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" |
| 3295 | + |
| 3296 | +[[package]] |
| 3297 | +name = "time-macros" |
| 3298 | +version = "0.2.24" |
| 3299 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3300 | +checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" |
| 3301 | +dependencies = [ |
| 3302 | + "num-conv", |
| 3303 | + "time-core", |
| 3304 | +] |
| 3305 | + |
| 2059 | 3306 | [[package]] |
| 2060 | 3307 | name = "tinystr" |
| 2061 | 3308 | version = "0.8.2" |
@@ -2078,7 +3325,7 @@ dependencies = [ |
| 2078 | 3325 | "parking_lot", |
| 2079 | 3326 | "pin-project-lite", |
| 2080 | 3327 | "signal-hook-registry", |
| 2081 | | - "socket2", |
| 3328 | + "socket2 0.6.1", |
| 2082 | 3329 | "tokio-macros", |
| 2083 | 3330 | "windows-sys 0.61.2", |
| 2084 | 3331 | ] |
@@ -2104,13 +3351,23 @@ dependencies = [ |
| 2104 | 3351 | "tokio", |
| 2105 | 3352 | ] |
| 2106 | 3353 | |
| 3354 | +[[package]] |
| 3355 | +name = "tokio-rustls" |
| 3356 | +version = "0.24.1" |
| 3357 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3358 | +checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" |
| 3359 | +dependencies = [ |
| 3360 | + "rustls 0.21.12", |
| 3361 | + "tokio", |
| 3362 | +] |
| 3363 | + |
| 2107 | 3364 | [[package]] |
| 2108 | 3365 | name = "tokio-rustls" |
| 2109 | 3366 | version = "0.26.4" |
| 2110 | 3367 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2111 | 3368 | checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" |
| 2112 | 3369 | dependencies = [ |
| 2113 | | - "rustls", |
| 3370 | + "rustls 0.23.36", |
| 2114 | 3371 | "tokio", |
| 2115 | 3372 | ] |
| 2116 | 3373 | |
@@ -2192,8 +3449,8 @@ dependencies = [ |
| 2192 | 3449 | "bitflags", |
| 2193 | 3450 | "bytes", |
| 2194 | 3451 | "futures-util", |
| 2195 | | - "http", |
| 2196 | | - "http-body", |
| 3452 | + "http 1.4.0", |
| 3453 | + "http-body 1.0.1", |
| 2197 | 3454 | "iri-string", |
| 2198 | 3455 | "pin-project-lite", |
| 2199 | 3456 | "tower", |
@@ -2280,6 +3537,12 @@ version = "0.2.5" |
| 2280 | 3537 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2281 | 3538 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| 2282 | 3539 | |
| 3540 | +[[package]] |
| 3541 | +name = "typenum" |
| 3542 | +version = "1.19.0" |
| 3543 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3544 | +checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" |
| 3545 | + |
| 2283 | 3546 | [[package]] |
| 2284 | 3547 | name = "unicode-ident" |
| 2285 | 3548 | version = "1.0.22" |
@@ -2310,6 +3573,12 @@ dependencies = [ |
| 2310 | 3573 | "serde", |
| 2311 | 3574 | ] |
| 2312 | 3575 | |
| 3576 | +[[package]] |
| 3577 | +name = "urlencoding" |
| 3578 | +version = "2.1.3" |
| 3579 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3580 | +checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" |
| 3581 | + |
| 2313 | 3582 | [[package]] |
| 2314 | 3583 | name = "utf-8" |
| 2315 | 3584 | version = "0.7.6" |
@@ -2328,6 +3597,16 @@ version = "0.2.2" |
| 2328 | 3597 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2329 | 3598 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 2330 | 3599 | |
| 3600 | +[[package]] |
| 3601 | +name = "uuid" |
| 3602 | +version = "1.19.0" |
| 3603 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3604 | +checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" |
| 3605 | +dependencies = [ |
| 3606 | + "js-sys", |
| 3607 | + "wasm-bindgen", |
| 3608 | +] |
| 3609 | + |
| 2331 | 3610 | [[package]] |
| 2332 | 3611 | name = "valuable" |
| 2333 | 3612 | version = "0.1.1" |
@@ -2346,6 +3625,12 @@ version = "0.9.5" |
| 2346 | 3625 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2347 | 3626 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 2348 | 3627 | |
| 3628 | +[[package]] |
| 3629 | +name = "vsimd" |
| 3630 | +version = "0.8.0" |
| 3631 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3632 | +checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" |
| 3633 | + |
| 2349 | 3634 | [[package]] |
| 2350 | 3635 | name = "want" |
| 2351 | 3636 | version = "0.3.1" |
@@ -2451,6 +3736,16 @@ dependencies = [ |
| 2451 | 3736 | "wasm-bindgen", |
| 2452 | 3737 | ] |
| 2453 | 3738 | |
| 3739 | +[[package]] |
| 3740 | +name = "web-time" |
| 3741 | +version = "1.1.0" |
| 3742 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3743 | +checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
| 3744 | +dependencies = [ |
| 3745 | + "js-sys", |
| 3746 | + "wasm-bindgen", |
| 3747 | +] |
| 3748 | + |
| 2454 | 3749 | [[package]] |
| 2455 | 3750 | name = "weezl" |
| 2456 | 3751 | version = "0.1.12" |
@@ -2536,6 +3831,15 @@ dependencies = [ |
| 2536 | 3831 | "windows-targets 0.52.6", |
| 2537 | 3832 | ] |
| 2538 | 3833 | |
| 3834 | +[[package]] |
| 3835 | +name = "windows-sys" |
| 3836 | +version = "0.59.0" |
| 3837 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3838 | +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 3839 | +dependencies = [ |
| 3840 | + "windows-targets 0.52.6", |
| 3841 | +] |
| 3842 | + |
| 2539 | 3843 | [[package]] |
| 2540 | 3844 | name = "windows-sys" |
| 2541 | 3845 | version = "0.60.2" |
@@ -2723,6 +4027,12 @@ version = "0.13.2" |
| 2723 | 4027 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2724 | 4028 | checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" |
| 2725 | 4029 | |
| 4030 | +[[package]] |
| 4031 | +name = "xmlparser" |
| 4032 | +version = "0.13.6" |
| 4033 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4034 | +checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" |
| 4035 | + |
| 2726 | 4036 | [[package]] |
| 2727 | 4037 | name = "yoke" |
| 2728 | 4038 | version = "0.8.1" |