Switch to rand_os for random bytes.
This commit is contained in:
parent
392b1c66b1
commit
506d0b17fc
3 changed files with 15 additions and 11 deletions
|
|
@ -20,6 +20,7 @@ scram = ["openssl"]
|
|||
|
||||
[dependencies]
|
||||
base64 = "0.10"
|
||||
rand_os = "0.1"
|
||||
sha-1 = "0.8"
|
||||
sha2 = "0.8"
|
||||
hmac = "0.7"
|
||||
|
|
|
|||
Loading…
Reference in a new issue