diff --git a/src/Cargo.lock b/src/Cargo.lock index deee1d4..6dd20a1 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -1850,9 +1850,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.1" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" +checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" dependencies = [ "rand_core 0.9.3", ] diff --git a/src/Cargo.toml b/src/Cargo.toml index dba5d6e..dd60580 100644 --- a/src/Cargo.toml +++ b/src/Cargo.toml @@ -169,7 +169,7 @@ ractor = { version = "0.15.6", default-features = false, features = [ #--------------- Rand getrandom = { version = "0.3.3", default-features = false } -rand = { version = "0.9.1", default-features = false, features = [ +rand = { version = "0.9.3", default-features = false, features = [ "alloc", ] } rand_core = { version = "0.9.3", default-features = false, features = ["std"] }