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.

chore(deps): update rust crate rand to v0.10.1 (#455)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
d5f25aa4 15f687e3

+4 -4
+4 -4
Cargo.lock
··· 1820 1820 1821 1821 [[package]] 1822 1822 name = "rand" 1823 - version = "0.10.0" 1823 + version = "0.10.1" 1824 1824 source = "registry+https://github.com/rust-lang/crates.io-index" 1825 - checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" 1825 + checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" 1826 1826 dependencies = [ 1827 1827 "chacha20", 1828 1828 "getrandom 0.4.2", ··· 2582 2582 checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" 2583 2583 dependencies = [ 2584 2584 "fastrand", 2585 - "getrandom 0.4.2", 2585 + "getrandom 0.3.4", 2586 2586 "once_cell", 2587 2587 "rustix", 2588 2588 "windows-sys 0.61.2", ··· 3268 3268 "portable-pty", 3269 3269 "proc-macro2", 3270 3270 "prost", 3271 - "rand 0.10.0", 3271 + "rand 0.10.1", 3272 3272 "serde", 3273 3273 "serde_json", 3274 3274 "sha2 0.11.0",