This repository has no description
0

Configure Feed

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

⬆️ Lock file maintenance (#66)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

+40 -9
+40 -9
Cargo.lock
··· 341 341 342 342 [[package]] 343 343 name = "bstr" 344 - version = "1.12.0" 344 + version = "1.12.1" 345 345 source = "registry+https://github.com/rust-lang/crates.io-index" 346 - checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4" 346 + checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" 347 347 dependencies = [ 348 348 "memchr", 349 349 "regex-automata", ··· 2635 2635 "js-sys", 2636 2636 "log", 2637 2637 "wasm-bindgen", 2638 - "windows-core", 2638 + "windows-core 0.62.2", 2639 2639 ] 2640 2640 2641 2641 [[package]] ··· 5767 5767 checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 5768 5768 dependencies = [ 5769 5769 "windows-collections", 5770 - "windows-core", 5770 + "windows-core 0.61.2", 5771 5771 "windows-future", 5772 5772 "windows-link 0.1.3", 5773 5773 "windows-numerics", ··· 5779 5779 source = "registry+https://github.com/rust-lang/crates.io-index" 5780 5780 checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 5781 5781 dependencies = [ 5782 - "windows-core", 5782 + "windows-core 0.61.2", 5783 5783 ] 5784 5784 5785 5785 [[package]] ··· 5791 5791 "windows-implement", 5792 5792 "windows-interface", 5793 5793 "windows-link 0.1.3", 5794 - "windows-result", 5795 - "windows-strings", 5794 + "windows-result 0.3.4", 5795 + "windows-strings 0.4.2", 5796 + ] 5797 + 5798 + [[package]] 5799 + name = "windows-core" 5800 + version = "0.62.2" 5801 + source = "registry+https://github.com/rust-lang/crates.io-index" 5802 + checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 5803 + dependencies = [ 5804 + "windows-implement", 5805 + "windows-interface", 5806 + "windows-link 0.2.1", 5807 + "windows-result 0.4.1", 5808 + "windows-strings 0.5.1", 5796 5809 ] 5797 5810 5798 5811 [[package]] ··· 5801 5814 source = "registry+https://github.com/rust-lang/crates.io-index" 5802 5815 checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 5803 5816 dependencies = [ 5804 - "windows-core", 5817 + "windows-core 0.61.2", 5805 5818 "windows-link 0.1.3", 5806 5819 "windows-threading", 5807 5820 ] ··· 5846 5859 source = "registry+https://github.com/rust-lang/crates.io-index" 5847 5860 checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 5848 5861 dependencies = [ 5849 - "windows-core", 5862 + "windows-core 0.61.2", 5850 5863 "windows-link 0.1.3", 5851 5864 ] 5852 5865 ··· 5860 5873 ] 5861 5874 5862 5875 [[package]] 5876 + name = "windows-result" 5877 + version = "0.4.1" 5878 + source = "registry+https://github.com/rust-lang/crates.io-index" 5879 + checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 5880 + dependencies = [ 5881 + "windows-link 0.2.1", 5882 + ] 5883 + 5884 + [[package]] 5863 5885 name = "windows-strings" 5864 5886 version = "0.4.2" 5865 5887 source = "registry+https://github.com/rust-lang/crates.io-index" 5866 5888 checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 5867 5889 dependencies = [ 5868 5890 "windows-link 0.1.3", 5891 + ] 5892 + 5893 + [[package]] 5894 + name = "windows-strings" 5895 + version = "0.5.1" 5896 + source = "registry+https://github.com/rust-lang/crates.io-index" 5897 + checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 5898 + dependencies = [ 5899 + "windows-link 0.2.1", 5869 5900 ] 5870 5901 5871 5902 [[package]]