diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-06-10 08:08:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-10 08:08:05 +0000 |
commit | 69118f196988be955de884bf75ac7ecd4b964cd7 (patch) | |
tree | b270059ea8fca75306563b5fe8761c594dfca8fe | |
parent | 554af02ab44f6dc96b8ebc570cdb01708a5a44bb (diff) | |
download | servo-69118f196988be955de884bf75ac7ecd4b964cd7.tar.gz servo-69118f196988be955de884bf75ac7ecd4b964cd7.zip |
build(deps): bump digest from 0.8.0 to 0.8.1
Bumps [digest](https://github.com/RustCrypto/traits) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/RustCrypto/traits/releases)
- [Commits](https://github.com/RustCrypto/traits/compare/digest-v0.8.0...digest-v0.8.1)
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..43434542110 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1225,9 +1225,9 @@ dependencies = [ [[package]] name = "digest" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05f47366984d3ad862010e22c7ce81a7dbcaebbdfb37241a620f8b6596ee135c" +checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" dependencies = [ "generic-array", ] |