diff --git a/Cargo.lock b/Cargo.lock index dec9be9c..1a32382d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -966,9 +966,9 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "rand" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" dependencies = [ "rand_chacha", "rand_core", diff --git a/src/cli/Cargo.toml b/src/cli/Cargo.toml index d61bc929..2eecbe19 100644 --- a/src/cli/Cargo.toml +++ b/src/cli/Cargo.toml @@ -17,7 +17,7 @@ clap_complete = "4.5.60" cubing = { workspace = true } derive_more = { version = "2.0.1", features = ["from"] } instant = "0.1.13" -rand = "0.9.2" +rand = "0.9.3" serde = "1.0.228" tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] } tower-http = { version = "0.6.6", features = ["cors"] } diff --git a/src/lib/Cargo.toml b/src/lib/Cargo.toml index 6a50ee84..7e8bb0e1 100644 --- a/src/lib/Cargo.toml +++ b/src/lib/Cargo.toml @@ -21,7 +21,7 @@ indicatif = "0.18.2" instant = { version = "0.1.13", features = ["wasm-bindgen"] } multiset = "0.0.5" num-integer = "0.1.46" -rand = "0.9.2" +rand = "0.9.3" serde = { version = "1.0.228", features = ["derive", "rc"] } sha2 = "0.10.9" serde_json = "1.0.145"