diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-02-01 04:14:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-01 04:14:58 +0000 |
commit | 334be30996fbcfe7d190717ad41366c7f020d0bb (patch) | |
tree | 4d482a2708c357e6804f64909bdd0ecfa0577c1c | |
parent | Merge pull request #439 from svenstaro/dependabot/cargo/log-0.4.14 (diff) | |
download | miniserve-334be30996fbcfe7d190717ad41366c7f020d0bb.tar.gz miniserve-334be30996fbcfe7d190717ad41366c7f020d0bb.zip |
Bump sha2 from 0.9.2 to 0.9.3
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.2 to 0.9.3.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.2...sha2-v0.9.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2568,9 +2568,9 @@ checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d" [[package]] name = "sha2" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8" +checksum = "fa827a14b29ab7f44778d14a88d3cb76e949c45083f7dbfa507d0cb699dc12de" dependencies = [ "block-buffer", "cfg-if 1.0.0", |