Use OsRng consistently from rand

rand_os disappears part-way through the rand 0.7 series, so may as well
move away from it now.
This commit is contained in:
Jack Grigg 2019-11-17 21:33:08 +00:00
parent e5e883fa65
commit e873f47c56
No known key found for this signature in database
GPG key ID: 9E8255172BBF9898
3 changed files with 3 additions and 5 deletions

View file

@ -26,7 +26,6 @@ hkdf = "0.8"
hmac = "0.7"
nom = "5"
num-bigint-dig = "0.4"
rand_os = "0.1"
rand = "0.6"
rsa = { git = "https://github.com/lucdew/RSA", branch = "oaep" }
scrypt = { version = "0.2", default-features = false }