Merge pull request #152 from isislovecruft/feature/update-rand-0.5.3

Update rand dependency to 0.5.3.
This commit is contained in:
Henry de Valence 2018-07-05 11:52:46 -07:00 committed by GitHub
commit f6f20f4598
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ harness = false
# match exactly, since the build.rs uses the crate itself as a library.
[dependencies]
rand = { version = "0.5.0", default-features = false }
rand = { version = "0.5", default-features = false }
byteorder = { version = "1", default-features = false }
digest = "0.7"
generic-array = "0.9"
@ -50,7 +50,7 @@ subtle = { version = "0.7", features = ["generic-impls"], default-features = fal
serde = { version = "1.0", optional = true }
[build-dependencies]
rand = { version = "0.5.0", default-features = false }
rand = { version = "0.5", default-features = false }
byteorder = { version = "1", default-features = false }
digest = "0.7"
generic-array = "0.9"