this repo has no description
0
fork

Configure Feed

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

chore(deps): bump rand to 0.10.1 for GHSA-cq8v-f236-94qc

+3 -3
+3 -3
Cargo.lock
··· 976 976 977 977 [[package]] 978 978 name = "rand" 979 - version = "0.10.0" 979 + version = "0.10.1" 980 980 source = "registry+https://github.com/rust-lang/crates.io-index" 981 - checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" 981 + checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" 982 982 dependencies = [ 983 983 "chacha20", 984 984 "getrandom 0.4.2", ··· 1210 1210 checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" 1211 1211 dependencies = [ 1212 1212 "fastrand", 1213 - "getrandom 0.4.2", 1213 + "getrandom 0.3.4", 1214 1214 "once_cell", 1215 1215 "rustix", 1216 1216 "windows-sys",