From 5bac4021c08daf027c962a38126fc3d5542524a1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2019 06:08:27 +0000 Subject: [PATCH] Update ring requirement from 0.14.6 to 0.15.0 Updates the requirements on [ring](https://github.com/briansmith/ring) to permit the latest version. - [Release notes](https://github.com/briansmith/ring/releases) - [Commits](https://github.com/briansmith/ring/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 477663b..7f75341 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ use_openssl = ["openssl"] [dependencies] base64 = "0.10.1" -ring = { version = "0.14.6", optional = true } +ring = { version = "0.15.0", optional = true } openssl = { version = "0.10.20", optional = true } url = "1.7.2" rand = "0.7.0"