diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-18 04:19:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-18 04:19:48 +0000 |
commit | e3bdac18e8c11b54b9ee19f07bfec1463517cc5c (patch) | |
tree | fb2811379ab120f8d0fe018cea268adb48f79a09 | |
parent | (cargo-release) version 0.19.1 (diff) | |
download | miniserve-e3bdac18e8c11b54b9ee19f07bfec1463517cc5c.tar.gz miniserve-e3bdac18e8c11b54b9ee19f07bfec1463517cc5c.zip |
Bump sha2 from 0.10.1 to 0.10.2
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.1 to 0.10.2.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.1...sha2-v0.10.2)
---
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.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2238,9 +2238,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec" +checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676" dependencies = [ "cfg-if", "cpufeatures", |