diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-02-09 04:25:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 04:25:22 +0000 |
commit | 6b3e134b3058ce936a64df7a97813b9451887992 (patch) | |
tree | 0524fd003e0d5ea2bb47610b17698b65a237fa74 | |
parent | 67be5a7d31fe03ae59c5f99943ff0072c423ab8c (diff) | |
download | servo-6b3e134b3058ce936a64df7a97813b9451887992.tar.gz servo-6b3e134b3058ce936a64df7a97813b9451887992.zip |
Bump weezl from 0.1.3 to 0.1.4
Bumps [weezl](https://github.com/image-rs/lzw) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/image-rs/lzw/releases)
- [Changelog](https://github.com/image-rs/lzw/blob/master/Changes.md)
- [Commits](https://github.com/image-rs/lzw/compare/v0.1.3...v0.1.4)
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 fdda86223ee..6b3acd223d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7153,9 +7153,9 @@ dependencies = [ [[package]] name = "weezl" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e2bb9fc8309084dd7cd651336673844c1d47f8ef6d2091ec160b27f5c4aa277" +checksum = "4a32b378380f4e9869b22f0b5177c68a5519f03b3454fde0b291455ddbae266c" [[package]] name = "wgpu-core" |