diff --git a/Cargo.lock b/Cargo.lock index 28756d8..7037d6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5387,7 +5387,7 @@ dependencies = [ "orion-sec", "orion-variate", "orion_conf", - "rand 0.9.2", + "rand 0.10.0", "serde", "serde_json", "serial_test", diff --git a/Cargo.toml b/Cargo.toml index a54be81..d87f30f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -204,7 +204,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"