Next Generation WASM Microkernel Operating System

chore(deps): update rust crate rand to v0.9.2 (#505)

authored by

renovate[bot] and committed by
GitHub
af1f141c 683daf6c

+2 -2
+2 -2
Cargo.lock
··· 1484 1484 1485 1485 [[package]] 1486 1486 name = "rand" 1487 - version = "0.9.1" 1487 + version = "0.9.2" 1488 1488 source = "registry+https://github.com/rust-lang/crates.io-index" 1489 - checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" 1489 + checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 1490 1490 dependencies = [ 1491 1491 "rand_chacha", 1492 1492 "rand_core",