From 504fbc35a50657d89e1ff49a5b768dc2ffbc3cdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 17:09:38 +0000 Subject: [PATCH] build(deps): bump weezl from 0.1.7 to 0.1.8 (#31153) Bumps [weezl](https://github.com/image-rs/lzw) from 0.1.7 to 0.1.8. - [Changelog](https://github.com/image-rs/lzw/blob/master/Changes.md) - [Commits](https://github.com/image-rs/lzw/compare/v0.1.7...v0.1.8) --- 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 f4e28b023ed..1bf5b0a4200 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7044,9 +7044,9 @@ dependencies = [ [[package]] name = "weezl" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" +checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082" [[package]] name = "wgpu-core"