diff --git a/Cargo.lock b/Cargo.lock index 97632a2..d1f7d8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -453,7 +453,7 @@ dependencies = [ "fastdivide", "hybrid-array", "libote-codes", - "rand 0.10.1", + "rand 0.10.2", "seq-macro", ] @@ -470,7 +470,7 @@ dependencies = [ "libc", "num-traits", "proptest", - "rand 0.10.1", + "rand 0.10.2", "rand_core 0.10.1", "rand_core 0.6.4", "rayon", @@ -521,7 +521,7 @@ dependencies = [ "hybrid-array", "ml-kem", "module-lattice", - "rand 0.10.1", + "rand 0.10.2", "serde", "serde_bytes", "sha3 0.12.0", @@ -543,7 +543,7 @@ dependencies = [ "cryprot-net", "futures", "ndarray", - "rand 0.10.1", + "rand 0.10.2", "serde", "thiserror", "tokio", @@ -1525,9 +1525,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" +checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" dependencies = [ "chacha20", "getrandom 0.4.2", @@ -1778,7 +1778,7 @@ dependencies = [ "cuckoofilter", "futures", "hash_hasher", - "rand 0.10.1", + "rand 0.10.2", "s2n-codec", "s2n-quic-core", "s2n-quic-crypto", @@ -2153,7 +2153,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.4.2", + "getrandom 0.3.4", "once_cell", "rustix", "windows-sys 0.61.2",