diff --git a/Cargo.lock b/Cargo.lock index 8412d3c10..9765cc30c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1484,9 +1484,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" +checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.2", @@ -1705,7 +1705,7 @@ dependencies = [ "log", "once_cell", "parameterized", - "rand 0.9.1", + "rand 0.9.2", "rlimit", "serde", "serde_derive", diff --git a/Cargo.toml b/Cargo.toml index 01e8c6377..25921085c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ env_logger = "0.11.8" anstream = "=0.6.19" dirs = "6.0.0" gcd = "2.0.1" -rand = "0.9.1" +rand = "0.9.2" colorful = "0.3.2" ansi_term = "0.12.1" toml = "0.9.2"