From c07ccd70ce5eaa30b8f339b64408e3f7f330b0b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 12:33:40 +0000 Subject: [PATCH] Bump digest from 0.9.0 to 0.10.0 Bumps [digest](https://github.com/RustCrypto/traits) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/RustCrypto/traits/releases) - [Commits](https://github.com/RustCrypto/traits/compare/digest-v0.9.0...digest-v0.10.0) --- updated-dependencies: - dependency-name: digest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf21fbd..750f36c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -87,7 +87,7 @@ dependencies = [ "chacha20poly1305", "chrono", "derive_more", - "digest 0.9.0", + "digest 0.10.0", "ecies-ed25519", "ed25519-dalek", "getopts", diff --git a/Cargo.toml b/Cargo.toml index b5a2d4f..e9c7dda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ getopts = "0.2.21" log = "0.4.14" simplelog = "0.11.0" toml = "0.5.8" -digest = "0.9.0" +digest = "0.10.0" sha2 = "0.10.0" ed25519-dalek = "1.0" x25519-dalek = "1.2"