aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-07 04:16:15 +0000
committerGitHub <noreply@github.com>2022-01-07 04:16:15 +0000
commit114dc679c4bb28c5c7b12138285969098b862e76 (patch)
tree04a2c5d40303e834fb4937701365380b5a4a69f8
parentMerge pull request #694 from svenstaro/dependabot/cargo/clap-3.0.5 (diff)
downloadminiserve-114dc679c4bb28c5c7b12138285969098b862e76.tar.gz
miniserve-114dc679c4bb28c5c7b12138285969098b862e76.zip
Bump sha2 from 0.10.0 to 0.10.1
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.0...sha2-v0.10.1) --- 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 277db63..4b55111 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2312,9 +2312,9 @@ checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
[[package]]
name = "sha2"
-version = "0.10.0"
+version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "900d964dd36bb15bcf2f2b35694c072feab74969a54f2bbeec7a2d725d2bdcb6"
+checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec"
dependencies = [
"cfg-if",
"cpufeatures",