From 6b3e134b3058ce936a64df7a97813b9451887992 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Feb 2021 04:25:22 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- 1 file 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"