From 3575c1f499b78a273987bbcb3825b1c396fe9051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 16:00:45 +0000 Subject: [PATCH] cargo: bump digest from 0.10.6 to 0.10.7 Bumps [digest](https://github.com/RustCrypto/traits) from 0.10.6 to 0.10.7. - [Commits](https://github.com/RustCrypto/traits/compare/digest-v0.10.6...digest-v0.10.7) --- updated-dependencies: - dependency-name: digest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46951e9c9..f92eeb338 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -496,9 +496,9 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" [[package]] name = "digest" -version = "0.10.6" +version = "0.10.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" +checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" dependencies = [ "block-buffer", "crypto-common", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index c37df6271..00c14cf91 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -27,7 +27,7 @@ byteorder = "1.4.3" bytes = "1.4.0" chrono = { version = "0.4.24", default-features = false, features = ["std", "clock"] } config = { version = "0.13.3", default-features = false, features = ["toml"] } -digest = "0.10.6" +digest = "0.10.7" git2 = "0.17.1" hex = "0.4.3" itertools = "0.10.5"