Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

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

Update dependencies

+91 -27
+91 -27
Cargo.lock
··· 14 14 source = "registry+https://github.com/rust-lang/crates.io-index" 15 15 checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" 16 16 dependencies = [ 17 - "crypto-common", 17 + "crypto-common 0.1.6", 18 18 "generic-array", 19 19 ] 20 20 ··· 38 38 "rand 0.8.5", 39 39 "rust-embed", 40 40 "scrypt", 41 - "sha2", 41 + "sha2 0.10.9", 42 42 "subtle", 43 43 "x25519-dalek", 44 44 "zeroize", ··· 58 58 "nom", 59 59 "rand 0.8.5", 60 60 "secrecy", 61 - "sha2", 61 + "sha2 0.10.9", 62 62 ] 63 63 64 64 [[package]] ··· 347 347 ] 348 348 349 349 [[package]] 350 + name = "block-buffer" 351 + version = "0.12.0" 352 + source = "registry+https://github.com/rust-lang/crates.io-index" 353 + checksum = "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be" 354 + dependencies = [ 355 + "hybrid-array", 356 + ] 357 + 358 + [[package]] 350 359 name = "block2" 351 360 version = "0.6.2" 352 361 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 417 426 dependencies = [ 418 427 "cfg-if", 419 428 "cipher", 420 - "cpufeatures", 429 + "cpufeatures 0.2.12", 421 430 ] 422 431 423 432 [[package]] ··· 439 448 source = "registry+https://github.com/rust-lang/crates.io-index" 440 449 checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 441 450 dependencies = [ 442 - "crypto-common", 451 + "crypto-common 0.1.6", 443 452 "inout", 444 453 "zeroize", 445 454 ] ··· 524 533 ] 525 534 526 535 [[package]] 536 + name = "const-oid" 537 + version = "0.10.2" 538 + source = "registry+https://github.com/rust-lang/crates.io-index" 539 + checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c" 540 + 541 + [[package]] 527 542 name = "cookie-factory" 528 543 version = "0.3.3" 529 544 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 542 557 ] 543 558 544 559 [[package]] 560 + name = "cpufeatures" 561 + version = "0.3.0" 562 + source = "registry+https://github.com/rust-lang/crates.io-index" 563 + checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" 564 + dependencies = [ 565 + "libc", 566 + ] 567 + 568 + [[package]] 545 569 name = "crc32fast" 546 570 version = "1.4.0" 547 571 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 595 619 ] 596 620 597 621 [[package]] 622 + name = "crypto-common" 623 + version = "0.2.1" 624 + source = "registry+https://github.com/rust-lang/crates.io-index" 625 + checksum = "77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710" 626 + dependencies = [ 627 + "hybrid-array", 628 + ] 629 + 630 + [[package]] 598 631 name = "ctrlc" 599 632 version = "3.5.1" 600 633 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 612 645 checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" 613 646 dependencies = [ 614 647 "cfg-if", 615 - "cpufeatures", 648 + "cpufeatures 0.2.12", 616 649 "curve25519-dalek-derive", 617 650 "fiat-crypto", 618 651 "rustc_version", ··· 692 725 source = "registry+https://github.com/rust-lang/crates.io-index" 693 726 checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 694 727 dependencies = [ 695 - "block-buffer", 696 - "crypto-common", 728 + "block-buffer 0.10.4", 729 + "crypto-common 0.1.6", 697 730 "subtle", 698 731 ] 699 732 700 733 [[package]] 734 + name = "digest" 735 + version = "0.11.2" 736 + source = "registry+https://github.com/rust-lang/crates.io-index" 737 + checksum = "4850db49bf08e663084f7fb5c87d202ef91a3907271aff24a94eb97ff039153c" 738 + dependencies = [ 739 + "block-buffer 0.12.0", 740 + "const-oid", 741 + "crypto-common 0.2.1", 742 + ] 743 + 744 + [[package]] 701 745 name = "dirs-next" 702 746 version = "2.0.0" 703 747 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1090 1134 "same-file", 1091 1135 "serde", 1092 1136 "serde_json", 1093 - "sha2", 1137 + "sha2 0.11.0", 1094 1138 "strum", 1095 1139 "tar", 1096 1140 "tempfile", ··· 1285 1329 source = "registry+https://github.com/rust-lang/crates.io-index" 1286 1330 checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1287 1331 dependencies = [ 1288 - "digest", 1332 + "digest 0.10.7", 1289 1333 ] 1290 1334 1291 1335 [[package]] ··· 1367 1411 ] 1368 1412 1369 1413 [[package]] 1414 + name = "hybrid-array" 1415 + version = "0.4.10" 1416 + source = "registry+https://github.com/rust-lang/crates.io-index" 1417 + checksum = "3944cf8cf766b40e2a1a333ee5e9b563f854d5fa49d6a8ca2764e97c6eddb214" 1418 + dependencies = [ 1419 + "typenum", 1420 + ] 1421 + 1422 + [[package]] 1370 1423 name = "hyper" 1371 1424 version = "1.8.1" 1372 1425 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1607 1660 1608 1661 [[package]] 1609 1662 name = "ignore" 1610 - version = "0.4.22" 1663 + version = "0.4.25" 1611 1664 source = "registry+https://github.com/rust-lang/crates.io-index" 1612 - checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1" 1665 + checksum = "d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a" 1613 1666 dependencies = [ 1614 1667 "crossbeam-deque", 1615 1668 "globset", ··· 1812 1865 1813 1866 [[package]] 1814 1867 name = "lsp-server" 1815 - version = "0.7.8" 1868 + version = "0.7.9" 1816 1869 source = "registry+https://github.com/rust-lang/crates.io-index" 1817 - checksum = "9462c4dc73e17f971ec1f171d44bfffb72e65a130117233388a0ebc7ec5656f9" 1870 + checksum = "7d6ada348dbc2703cbe7637b2dda05cff84d3da2819c24abcb305dd613e0ba2e" 1818 1871 dependencies = [ 1819 1872 "crossbeam-channel", 1820 1873 "log", ··· 2075 2128 source = "registry+https://github.com/rust-lang/crates.io-index" 2076 2129 checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" 2077 2130 dependencies = [ 2078 - "digest", 2131 + "digest 0.10.7", 2079 2132 "hmac", 2080 2133 ] 2081 2134 ··· 2135 2188 source = "registry+https://github.com/rust-lang/crates.io-index" 2136 2189 checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" 2137 2190 dependencies = [ 2138 - "cpufeatures", 2191 + "cpufeatures 0.2.12", 2139 2192 "opaque-debug", 2140 2193 "universal-hash", 2141 2194 ] ··· 2509 2562 2510 2563 [[package]] 2511 2564 name = "regex" 2512 - version = "1.10.5" 2565 + version = "1.12.3" 2513 2566 source = "registry+https://github.com/rust-lang/crates.io-index" 2514 - checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" 2567 + checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 2515 2568 dependencies = [ 2516 2569 "aho-corasick", 2517 2570 "memchr", ··· 2639 2692 source = "registry+https://github.com/rust-lang/crates.io-index" 2640 2693 checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d" 2641 2694 dependencies = [ 2642 - "sha2", 2695 + "sha2 0.10.9", 2643 2696 "walkdir", 2644 2697 ] 2645 2698 ··· 2771 2824 dependencies = [ 2772 2825 "pbkdf2", 2773 2826 "salsa20", 2774 - "sha2", 2827 + "sha2 0.10.9", 2775 2828 ] 2776 2829 2777 2830 [[package]] ··· 2901 2954 2902 2955 [[package]] 2903 2956 name = "sha2" 2904 - version = "0.10.8" 2957 + version = "0.10.9" 2958 + source = "registry+https://github.com/rust-lang/crates.io-index" 2959 + checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 2960 + dependencies = [ 2961 + "cfg-if", 2962 + "cpufeatures 0.2.12", 2963 + "digest 0.10.7", 2964 + ] 2965 + 2966 + [[package]] 2967 + name = "sha2" 2968 + version = "0.11.0" 2905 2969 source = "registry+https://github.com/rust-lang/crates.io-index" 2906 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 2970 + checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" 2907 2971 dependencies = [ 2908 2972 "cfg-if", 2909 - "cpufeatures", 2910 - "digest", 2973 + "cpufeatures 0.3.0", 2974 + "digest 0.11.2", 2911 2975 ] 2912 2976 2913 2977 [[package]] ··· 3584 3648 source = "registry+https://github.com/rust-lang/crates.io-index" 3585 3649 checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" 3586 3650 dependencies = [ 3587 - "crypto-common", 3651 + "crypto-common 0.1.6", 3588 3652 "subtle", 3589 3653 ] 3590 3654 ··· 4120 4184 4121 4185 [[package]] 4122 4186 name = "x509-parser" 4123 - version = "0.18.0" 4187 + version = "0.18.1" 4124 4188 source = "registry+https://github.com/rust-lang/crates.io-index" 4125 - checksum = "eb3e137310115a65136898d2079f003ce33331a6c4b0d51f1531d1be082b6425" 4189 + checksum = "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202" 4126 4190 dependencies = [ 4127 4191 "asn1-rs", 4128 4192 "data-encoding",