The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(deps): bump sha2 from 0.9.9 to 0.10.6

Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.9 to 0.10.6.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.9...sha2-v0.10.6)

authored by

dependabot[bot] and committed by
Xe Iaso
072d6e33 b714a457

+5 -42
+4 -41
Cargo.lock
··· 302 302 303 303 [[package]] 304 304 name = "block-buffer" 305 - version = "0.9.0" 306 - source = "registry+https://github.com/rust-lang/crates.io-index" 307 - checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" 308 - dependencies = [ 309 - "generic-array 0.14.5", 310 - ] 311 - 312 - [[package]] 313 - name = "block-buffer" 314 305 version = "0.10.2" 315 306 source = "registry+https://github.com/rust-lang/crates.io-index" 316 307 checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324" ··· 595 586 "pest_generator", 596 587 "quote", 597 588 "reqwest", 598 - "sha2 0.10.6", 589 + "sha2", 599 590 "url", 600 591 ] 601 592 ··· 617 608 checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" 618 609 dependencies = [ 619 610 "generic-array 0.12.4", 620 - ] 621 - 622 - [[package]] 623 - name = "digest" 624 - version = "0.9.0" 625 - source = "registry+https://github.com/rust-lang/crates.io-index" 626 - checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" 627 - dependencies = [ 628 - "generic-array 0.14.5", 629 611 ] 630 612 631 613 [[package]] ··· 1697 1679 checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" 1698 1680 1699 1681 [[package]] 1700 - name = "opaque-debug" 1701 - version = "0.3.0" 1702 - source = "registry+https://github.com/rust-lang/crates.io-index" 1703 - checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 1704 - 1705 - [[package]] 1706 1682 name = "openssl" 1707 1683 version = "0.10.40" 1708 1684 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2531 2507 "block-buffer 0.7.3", 2532 2508 "digest 0.8.1", 2533 2509 "fake-simd", 2534 - "opaque-debug 0.2.3", 2510 + "opaque-debug", 2535 2511 ] 2536 2512 2537 2513 [[package]] ··· 2543 2519 "cfg-if", 2544 2520 "cpufeatures", 2545 2521 "digest 0.10.5", 2546 - ] 2547 - 2548 - [[package]] 2549 - name = "sha2" 2550 - version = "0.9.9" 2551 - source = "registry+https://github.com/rust-lang/crates.io-index" 2552 - checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" 2553 - dependencies = [ 2554 - "block-buffer 0.9.0", 2555 - "cfg-if", 2556 - "cpufeatures", 2557 - "digest 0.9.0", 2558 - "opaque-debug 0.3.0", 2559 2522 ] 2560 2523 2561 2524 [[package]] ··· 3492 3455 "serde_dhall", 3493 3456 "serde_json", 3494 3457 "serde_yaml", 3495 - "sha2 0.9.9", 3458 + "sha2", 3496 3459 "sitemap", 3497 3460 "thiserror", 3498 3461 "tokio", ··· 3522 3485 "lol_html", 3523 3486 "maud", 3524 3487 "serde_json", 3525 - "sha2 0.10.6", 3488 + "sha2", 3526 3489 "thiserror", 3527 3490 "tracing", 3528 3491 "url",
+1 -1
Cargo.toml
··· 38 38 serde_json = "1" 39 39 serde_dhall = "0.12.0" 40 40 serde_yaml = "0.9" 41 - sha2 = "0.9" 41 + sha2 = "0.10" 42 42 sitemap = "0.4" 43 43 thiserror = "1" 44 44 tokio = { version = "1", features = ["full"] }