Auto merge of #73 - plutomonkey:update-rand-dependency, r=ebfull

Update "rand" dependency to 0.4.
This commit is contained in:
bmerge 2018-02-21 16:33:33 +00:00
commit d51a5b0122
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"
[dependencies]
rand = "0.3"
rand = "0.4"
byteorder = "1"
clippy = { version = "0.0.186", optional = true }