ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

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

fix(deps): update rust crate rand to 0.10.0 (#443)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
523189c6 dfa034d6

+22 -22
+21 -21
Cargo.lock
··· 235 235 checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 236 236 237 237 [[package]] 238 + name = "chacha20" 239 + version = "0.10.0" 240 + source = "registry+https://github.com/rust-lang/crates.io-index" 241 + checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" 242 + dependencies = [ 243 + "cfg-if", 244 + "cpufeatures 0.3.0", 245 + "rand_core 0.10.0", 246 + ] 247 + 248 + [[package]] 238 249 name = "clap" 239 250 version = "4.6.0" 240 251 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 902 913 "cfg-if", 903 914 "libc", 904 915 "r-efi 6.0.0", 916 + "rand_core 0.10.0", 905 917 "wasip2", 906 918 "wasip3", 907 919 ] ··· 1802 1814 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1803 1815 dependencies = [ 1804 1816 "libc", 1805 - "rand_chacha 0.3.1", 1817 + "rand_chacha", 1806 1818 "rand_core 0.6.4", 1807 1819 ] 1808 1820 1809 1821 [[package]] 1810 1822 name = "rand" 1811 - version = "0.9.2" 1823 + version = "0.10.0" 1812 1824 source = "registry+https://github.com/rust-lang/crates.io-index" 1813 - checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 1825 + checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" 1814 1826 dependencies = [ 1815 - "rand_chacha 0.9.0", 1816 - "rand_core 0.9.5", 1827 + "chacha20", 1828 + "getrandom 0.4.2", 1829 + "rand_core 0.10.0", 1817 1830 ] 1818 1831 1819 1832 [[package]] ··· 1824 1837 dependencies = [ 1825 1838 "ppv-lite86", 1826 1839 "rand_core 0.6.4", 1827 - ] 1828 - 1829 - [[package]] 1830 - name = "rand_chacha" 1831 - version = "0.9.0" 1832 - source = "registry+https://github.com/rust-lang/crates.io-index" 1833 - checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1834 - dependencies = [ 1835 - "ppv-lite86", 1836 - "rand_core 0.9.5", 1837 1840 ] 1838 1841 1839 1842 [[package]] ··· 1862 1865 1863 1866 [[package]] 1864 1867 name = "rand_core" 1865 - version = "0.9.5" 1868 + version = "0.10.0" 1866 1869 source = "registry+https://github.com/rust-lang/crates.io-index" 1867 - checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 1868 - dependencies = [ 1869 - "getrandom 0.3.4", 1870 - ] 1870 + checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba" 1871 1871 1872 1872 [[package]] 1873 1873 name = "rand_xoshiro" ··· 3278 3278 "portable-pty", 3279 3279 "proc-macro2", 3280 3280 "prost", 3281 - "rand 0.9.2", 3281 + "rand 0.10.0", 3282 3282 "serde", 3283 3283 "serde_json", 3284 3284 "sha2 0.11.0",
+1 -1
crates/core/Cargo.toml
··· 23 23 gethostname = "1.1.0" 24 24 nix.workspace = true 25 25 miette = { workspace = true } 26 - rand = "0.9.2" 26 + rand = "0.10.0" 27 27 tokio-util = { workspace = true } 28 28 portable-pty = "0.9.0" 29 29 anyhow.workspace = true