From 879f3752f9c9acad536f189cb1919bcdbf1f1ed9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2019 05:30:40 +0000 Subject: [PATCH] Update ring requirement from 0.14 to 0.16 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 c80baf8..993a752 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ ws = { version = "0.8", features = ["ssl"] } log = "0.4" url = "~1.7" json = "0.11" -ring = "0.14" +ring = "0.16" base64 = "0.10" qrcode = "0.10" image = { version = "0.21", optional = true }