From 7da3f75010ceb1a4cfe15b7d42bc6c2c264eaa83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 18:20:15 +0000 Subject: [PATCH] Update libwebp-sys2 requirement from 0.1.0 to 0.2.0 Updates the requirements on [libwebp-sys2](https://github.com/qnighy/libwebp-sys2-rs) to permit the latest version. - [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.1...v0.2.0) --- updated-dependencies: - dependency-name: libwebp-sys2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d5b5f72..f1b2795 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ is-it-maintained-issue-resolution = { repository = "qnighy/libwebp-rs" } is-it-maintained-open-issues = { repository = "qnighy/libwebp-rs" } [dependencies] -libwebp-sys2 = "0.1.0" +libwebp-sys2 = "0.2.0" [dev-dependencies] rand = "0.8.0"