aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-05-12 04:16:54 +0000
committerGitHub <noreply@github.com>2021-05-12 04:16:54 +0000
commitd38906802381c69af7820eea5e9d9abccbda223c (patch)
treee8dc39987d417126b0210adfbf35532e7dce8abc
parentMerge pull request #526 from svenstaro/dependabot/cargo/httparse-1.4.1 (diff)
downloadminiserve-d38906802381c69af7820eea5e9d9abccbda223c.tar.gz
miniserve-d38906802381c69af7820eea5e9d9abccbda223c.zip
Bump sha2 from 0.9.4 to 0.9.5
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.4 to 0.9.5. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.4...sha2-v0.9.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock11
1 files changed, 7 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8168748..6d6e895 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -683,9 +683,12 @@ checksum = "a2df960f5d869b2dd8532793fde43eb5427cceb126c929747a26823ab0eeb536"
[[package]]
name = "cpufeatures"
-version = "0.1.0"
+version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5cd5a7748210e7ec1a9696610b1015e6e31fbf58f77a160801f124bd1c36592a"
+checksum = "dec1028182c380cc45a2e2c5ec841134f2dfd0f8f5f0a5bcd68004f81b5efdf4"
+dependencies = [
+ "libc",
+]
[[package]]
name = "cpuid-bool"
@@ -2425,9 +2428,9 @@ checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
[[package]]
name = "sha2"
-version = "0.9.4"
+version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d8f6b75b17576b792bef0db1bcc4b8b8bcdf9506744cf34b974195487af6cff2"
+checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12"
dependencies = [
"block-buffer",
"cfg-if 1.0.0",