mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +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]
|
[dependencies.rand]
|
||||||
optional = true
|
optional = true
|
||||||
version = "0.3"
|
version = "0.4"
|
||||||
|
|
||||||
[dependencies.digest]
|
[dependencies.digest]
|
||||||
version = "0.6"
|
version = "0.6"
|
||||||
|
|
@ -51,7 +51,7 @@ version = "0.6"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
subtle = "^0.3"
|
subtle = "^0.3"
|
||||||
rand = "0.3"
|
rand = "0.4"
|
||||||
generic-array = "^0.8"
|
generic-array = "^0.8"
|
||||||
digest = "0.6"
|
digest = "0.6"
|
||||||
arrayref = "0.3.4"
|
arrayref = "0.3.4"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue