From 268b3709fdf18e1794d59460bdf3df30baed54b0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 13:37:06 +0000 Subject: [PATCH] Bump ring from 0.16.10 to 0.16.11 Bumps [ring](https://github.com/briansmith/ring) from 0.16.10 to 0.16.11. - [Release notes](https://github.com/briansmith/ring/releases) - [Commits](https://github.com/briansmith/ring/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 85196d2..c00d78c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -702,9 +702,9 @@ checksum = "e734e891f5b408a29efbf8309e656876276f49ab6a6ac208600b4419bd893d90" [[package]] name = "ring" -version = "0.16.10" +version = "0.16.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "113f53b644c5442e20ff3a299be3d6c61ba143737af5bd2ab298e248a7575b2d" +checksum = "741ba1704ae21999c00942f9f5944f801e977f54302af346b596287599ad1862" dependencies = [ "cc", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index bba288c..611ccc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ zeroize = "1" [dev-dependencies] env_logger = "0.7" -ring = "0.16.10" +ring = "0.16.11" lazy_static = "1" [features]