From aff82ab119e538e46e15b5065863bc8a2cb46d5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 06:51:08 +0000 Subject: [PATCH] Update ring-compat requirement from 0.2.1 to 0.3.1 Updates the requirements on [ring-compat](https://github.com/RustCrypto/ring-compat) to permit the latest version. - [Release notes](https://github.com/RustCrypto/ring-compat/releases) - [Changelog](https://github.com/RustCrypto/ring-compat/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/ring-compat/commits) --- updated-dependencies: - dependency-name: ring-compat dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07c93ec..1a99974 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ rand_core = {version = "0.6", features = ["getrandom"]} hkdf = "0.11.0" hmac = "0.11.0" aes-gcm-siv = {version = "0.10.0"} -ring-compat = {version = "0.2.1", optional = true, features = ["digest"]} +ring-compat = {version = "0.3.1", optional = true, features = ["digest"]} sha2 = {version = "0.9.5", optional = true} serde = {version = "1.0.125", default-features = false, features = ["derive"]} serde_bytes = "0.11.5"