diff --git a/Cargo.lock b/Cargo.lock index 05956ce782..304d74ce43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2054,7 +2054,7 @@ dependencies = [ "deunicode", "dummy", "either", - "rand 0.10.1", + "rand 0.10.2", ] [[package]] @@ -2740,7 +2740,7 @@ dependencies = [ "forge_domain", "indicatif", "pretty_assertions", - "rand 0.10.1", + "rand 0.10.2", "terminal_size", "tokio", "unicode-width 0.2.2", @@ -4027,7 +4027,7 @@ dependencies = [ "google-cloud-wkt", "http 1.4.2", "pin-project", - "rand 0.10.1", + "rand 0.10.2", "serde", "serde_json", "thiserror 2.0.18", @@ -6681,9 +6681,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", @@ -8226,7 +8226,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 1.1.4", "windows-sys 0.52.0", @@ -9078,7 +9078,7 @@ checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53" dependencies = [ "getrandom 0.4.2", "js-sys", - "rand 0.10.1", + "rand 0.10.2", "serde_core", "wasm-bindgen", ]