mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Replace rand with rand_core where possible
Turns out rand_core offers OsRng.
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1795,7 +1795,7 @@ dependencies = [
|
||||
"hex-literal",
|
||||
"k256",
|
||||
"modular-frost",
|
||||
"rand 0.8.5",
|
||||
"rand_core 0.6.3",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sha3 0.10.1",
|
||||
@@ -4531,7 +4531,6 @@ dependencies = [
|
||||
"k256",
|
||||
"multiexp",
|
||||
"p256",
|
||||
"rand 0.8.5",
|
||||
"rand_core 0.6.3",
|
||||
"sha2 0.10.2",
|
||||
"thiserror",
|
||||
@@ -7532,7 +7531,6 @@ dependencies = [
|
||||
"modular-frost",
|
||||
"monero",
|
||||
"monero-serai",
|
||||
"rand 0.8.5",
|
||||
"rand_core 0.6.3",
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
||||
Reference in New Issue
Block a user