diff --git a/Cargo.toml b/Cargo.toml index 56cb4bd..5e4db43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ categories = ["cryptography", "algorithms"] readme = "README.md" [dependencies] -ring = "^0.9.3" +ring = "^0.11.0" rand = "^0.3.0"