Update "rand" dependency to 0.4.

This commit is contained in:
Jason Davies 2018-02-13 15:51:16 +00:00
parent a8583dd818
commit 2338174244
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ homepage = "https://github.com/ebfull/pairing"
repository = "https://github.com/ebfull/pairing" repository = "https://github.com/ebfull/pairing"
[dependencies] [dependencies]
rand = "0.3" rand = "0.4"
byteorder = "1" byteorder = "1"
clippy = { version = "0.0.174", optional = true } clippy = { version = "0.0.174", optional = true }