From fd9d632cd6f401f100a51ed2448746018259b18d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 May 2021 00:56:03 +0000 Subject: [PATCH] cargo: bump sha-1 from 0.9.5 to 0.9.6 Bumps [sha-1](https://github.com/RustCrypto/hashes) from 0.9.5 to 0.9.6. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha-1-v0.9.5...sha-1-v0.9.6) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e06a86b06..b5bccdd89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3341,9 +3341,9 @@ dependencies = [ [[package]] name = "sha-1" -version = "0.9.5" +version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b659df5fc3ce22274daac600ffb845300bd2125bcfaec047823075afdab81c00" +checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16" dependencies = [ "block-buffer", "cfg-if 1.0.0", diff --git a/Cargo.toml b/Cargo.toml index de439237a..f9d051fe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ rustyline = { version = "8.0.0", optional = true } sanitize-filename = "0.3.0" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -sha-1 = "0.9.5" +sha-1 = "0.9.6" sha2 = "0.9.5" smallvec = "1.0.0" stop-token = "0.2.0"