diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-06-02 08:15:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-02 08:15:22 +0000 |
commit | 8971f03ccd91ea23d6d82ff31efd38a5171fd068 (patch) | |
tree | 7938fe6595fee4bb1d55078d69621da121291117 | |
parent | c4ea4b1d7789f6c9130496a7819fed75967ea5cd (diff) | |
download | servo-8971f03ccd91ea23d6d82ff31efd38a5171fd068.tar.gz servo-8971f03ccd91ea23d6d82ff31efd38a5171fd068.zip |
Bump block-buffer from 0.7.0 to 0.7.3
Bumps [block-buffer](https://github.com/RustCrypto/utils) from 0.7.0 to 0.7.3.
- [Release notes](https://github.com/RustCrypto/utils/releases)
- [Commits](https://github.com/RustCrypto/utils/compare/block-buffer-v0.7.0...block-buffer-v0.7.3)
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 217efc13e9f..f7a683665b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -316,9 +316,9 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" [[package]] name = "block-buffer" -version = "0.7.0" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49665c62e0e700857531fa5d3763e91b539ff1abeebd56808d378b495870d60d" +checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" dependencies = [ "block-padding", "byte-tools", |