aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-09-10 04:25:39 +0000
committerGitHub <noreply@github.com>2021-09-10 04:25:39 +0000
commit43fda3ba4230b33b2eb22dabb2f394bbbfa9ee4c (patch)
treefe493cedd0a052954a01eddbeaf7c94a57eceaee
parentMerge pull request #593 from svenstaro/dependabot/cargo/assert_fs-1.0.5 (diff)
downloadminiserve-43fda3ba4230b33b2eb22dabb2f394bbbfa9ee4c.tar.gz
miniserve-43fda3ba4230b33b2eb22dabb2f394bbbfa9ee4c.zip
Bump sha2 from 0.9.6 to 0.9.8
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.6 to 0.9.8. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.6...sha2-v0.9.8) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4fde0a2..7c549e6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2257,9 +2257,9 @@ checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
[[package]]
name = "sha2"
-version = "0.9.6"
+version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9204c41a1597a8c5af23c82d1c921cb01ec0a4c59e07a9c7306062829a3903f3"
+checksum = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa"
dependencies = [
"block-buffer",
"cfg-if",