diff --git a/Cargo.toml b/Cargo.toml index 0960fd4..052b9cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"