mirror of
https://github.com/mii443/RustySecrets.git
synced 2025-08-22 16:25:32 +00:00
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:
committed by
Romain Ruetschi
parent
8bf1c8bf54
commit
e34f45d954
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user