mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Update rand >= 0.4
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
This commit is contained in:
parent
251b1d591d
commit
b7376512dd
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ optional = true
|
|||
|
||||
[dependencies.rand]
|
||||
optional = true
|
||||
version = "0.3"
|
||||
version = "0.4"
|
||||
|
||||
[dependencies.digest]
|
||||
version = "0.6"
|
||||
|
|
@ -51,7 +51,7 @@ version = "0.6"
|
|||
|
||||
[build-dependencies]
|
||||
subtle = "^0.3"
|
||||
rand = "0.3"
|
||||
rand = "0.4"
|
||||
generic-array = "^0.8"
|
||||
digest = "0.6"
|
||||
arrayref = "0.3.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue