aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-01-06 04:14:51 +0000
committerGitHub <noreply@github.com>2020-01-06 04:14:51 +0000
commit4ab443afb3e68c329a98d07d64a7c68549566dea (patch)
tree8ebe99544039f6fb845b95854221d5b823b0e138 /Cargo.toml
parentMerge pull request #242 from svenstaro/dependabot/cargo/rstest-0.5.2 (diff)
downloadminiserve-4ab443afb3e68c329a98d07d64a7c68549566dea.tar.gz
miniserve-4ab443afb3e68c329a98d07d64a7c68549566dea.zip
Bump sha2 from 0.8.0 to 0.8.1
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.8.0...sha2-v0.8.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 909e40e..93ed712 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,7 +44,7 @@ failure = "0.1.5"
log = "0.4.8"
strum = "0.17.1"
strum_macros = "0.17.1"
-sha2 = "0.8.0"
+sha2 = "0.8.1"
hex = "0.4.0"
[dev-dependencies]