diff --git a/Cargo.lock b/Cargo.lock index 5b8a6248..394998ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5702,7 +5702,7 @@ dependencies = [ "orion-sec 0.4.0", "orion-variate 0.11.1", "orion_conf 0.5.1", - "rand 0.9.2", + "rand 0.10.0", "reqwest", "semver", "serde", diff --git a/Cargo.toml b/Cargo.toml index c09cde23..f6111be3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -206,7 +206,7 @@ contracts = "0.6" ctor = "0.6" hex = "0.4" shadow-rs = { version = "1.6.0", default-features = false } -rand = "0.9" +rand = "0.10" # --- Data Structures --- lru = "0.16"