diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-06-10 08:09:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-10 08:09:43 +0000 |
commit | c53c5816ad82e2bc3ac0316938e82a41e35f0b8c (patch) | |
tree | cad38b31580d9d4ec7fa8fe1103fc00fe1f71a95 | |
parent | 554af02ab44f6dc96b8ebc570cdb01708a5a44bb (diff) | |
download | servo-c53c5816ad82e2bc3ac0316938e82a41e35f0b8c.tar.gz servo-c53c5816ad82e2bc3ac0316938e82a41e35f0b8c.zip |
build(deps): bump sha-1 from 0.8.1 to 0.8.2
Bumps [sha-1](https://github.com/RustCrypto/hashes) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha1-v0.8.1...sha1-v0.8.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 59001b76b45..1c63b3f1b69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5144,9 +5144,9 @@ dependencies = [ [[package]] name = "sha-1" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23962131a91661d643c98940b20fcaffe62d776a823247be80a48fcb8b6fce68" +checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df" dependencies = [ "block-buffer", "digest", |