From cde47570a1d8be99279377d09b20b66beb642919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 20:40:45 +0000 Subject: [PATCH] build(deps): bump weezl from 0.1.5 to 0.1.7 (#30395) Bumps [weezl](https://github.com/image-rs/lzw) from 0.1.5 to 0.1.7. - [Changelog](https://github.com/image-rs/lzw/blob/master/Changes.md) - [Commits](https://github.com/image-rs/lzw/compare/v0.1.5...v0.1.7) --- updated-dependencies: - dependency-name: weezl dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 976280f3f2c..286c0e01ece 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6947,9 +6947,9 @@ dependencies = [ [[package]] name = "weezl" -version = "0.1.5" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8b77fdfd5a253be4ab714e4ffa3c49caf146b4de743e97510c0656cf90f1e8e" +checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" [[package]] name = "wgpu-core"