From d770b7ad3f467af2008fa2d979e69a409ad0f1f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 11:36:58 +0000 Subject: [PATCH] Bump libwebp-sys2 from 0.1.2 to 0.1.9 in /fuzz Bumps [libwebp-sys2](https://github.com/qnighy/libwebp-sys2-rs) from 0.1.2 to 0.1.9. - [Release notes](https://github.com/qnighy/libwebp-sys2-rs/releases) - [Changelog](https://github.com/qnighy/libwebp-sys2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/qnighy/libwebp-sys2-rs/compare/v0.1.2...v0.1.9) --- updated-dependencies: - dependency-name: libwebp-sys2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- fuzz/Cargo.lock | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 0d4626a..7809cfe 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -14,12 +14,6 @@ version = "1.0.67" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd" -[[package]] -name = "cfg-if" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" - [[package]] name = "cfg-if" version = "1.0.0" @@ -52,12 +46,12 @@ dependencies = [ [[package]] name = "libwebp-sys2" -version = "0.1.2" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8357b017b613841a0c8c3462491af8a7f3c1ed197eb026b94932ebc4643339a8" +checksum = "0e2ae528b6c8f543825990b24c00cfd8fe64dde126c8288f4972b18e3d558072" dependencies = [ "cc", - "cfg-if 0.1.10", + "cfg-if", "libc", "pkg-config", "vcpkg", @@ -69,7 +63,7 @@ version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", ] [[package]] @@ -86,7 +80,7 @@ checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb" [[package]] name = "webp-animation" -version = "0.2.0" +version = "0.9.0" dependencies = [ "libwebp-sys2", "log",