From e7d2d98a358fa5b63015d12395090b248127cc73 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 06:13:17 +0000 Subject: [PATCH] build(deps): bump gif from 0.11.1 to 0.11.2 Bumps [gif](https://github.com/image-rs/image-gif) from 0.11.1 to 0.11.2. - [Release notes](https://github.com/image-rs/image-gif/releases) - [Changelog](https://github.com/image-rs/image-gif/blob/master/Changes.md) - [Commits](https://github.com/image-rs/image-gif/compare/v0.11.1...v0.11.2) 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 e177b87274b..fcfb451ff93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2189,9 +2189,9 @@ dependencies = [ [[package]] name = "gif" -version = "0.11.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02efba560f227847cb41463a7395c514d127d4f74fff12ef0137fff1b84b96c4" +checksum = "5a668f699973d0f573d15749b7002a9ac9e1f9c6b220e7b165601334c173d8de" dependencies = [ "color_quant", "weezl",