diff --git a/rand/Cargo.lock b/rand/Cargo.lock index 2baac66..51e32a8 100644 --- a/rand/Cargo.lock +++ b/rand/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "anstream" @@ -240,15 +240,15 @@ name = "rand" version = "0.1.0" dependencies = [ "clap", - "rand 0.8.5", + "rand 0.8.6", "rand_distr", ] [[package]] name = "rand" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" dependencies = [ "libc", "rand_chacha", @@ -281,7 +281,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" dependencies = [ "num-traits", - "rand 0.8.5", + "rand 0.8.6", ] [[package]] diff --git a/rand/Cargo.toml b/rand/Cargo.toml index 2836212..b64cb25 100644 --- a/rand/Cargo.toml +++ b/rand/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" [dependencies] clap = { version = "4.3.17", features = ["derive"] } -rand = "0.8.5" +rand = "0.8.6" rand_distr = "0.4.3" \ No newline at end of file