Update rand to ^0.4.2

RustySecrets makes minimal use of the rand library. It only initializes
the `ChaChaRng` with a seed, and `OsRng` in the standard way, and then calls
their `fill_bytes` methods, provided by the same Trait, and whose function
signature has not changed.  I have confirmed by looking at the code changes,
that there have been no changes to the relevant interfaces this library uses.
This commit is contained in:
Noah Vesely
2018-03-16 15:32:58 -06:00
committed by Romain Ruetschi
parent 8bf1c8bf54
commit e34f45d954

View File

@ -23,7 +23,7 @@ dss = []
[dependencies]
base64 = "0.9.0"
rand = "^0.3"
rand = "^0.4.2"
ring = "^0.12"
merkle_sigs = "^1.4"
protobuf = ">= 1.4, < 1.6"
@ -63,4 +63,3 @@ tag-prefix = "v"
tag-message = "Release version {{version}}."
doc-commit-message = "Update documentation."
dev-version-ext = "pre"