diff --git a/Cargo.toml b/Cargo.toml index 470d7e5..f8c4181 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ optional = true [dependencies.rand] optional = true -version = "0.3" +version = "0.4" [dependencies.digest] version = "0.6" @@ -51,7 +51,7 @@ version = "0.6" [build-dependencies] subtle = "^0.3" -rand = "0.3" +rand = "0.4" generic-array = "^0.8" digest = "0.6" arrayref = "0.3.4"