Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump webp version #2046

Closed
wants to merge 1 commit into from
Closed

Bump webp version #2046

wants to merge 1 commit into from

Conversation

MidasLamb
Copy link

There is a security advisory for the libwebp-sys that webp uses. It's suggested to upgrade to libwebp-sys 0.9.3, which happens in webp 0.2.6

I license past and future contributions under the dual MIT/Apache-2.0 license,
allowing licensees to choose either at their option.

There is a security advisory for the `libwebp-sys` that `webp` uses. It's suggested to upgrade to `libwebp-sys` 0.9.3, which happens in `webp` 0.2.6
@MidasLamb
Copy link
Author

Seems that this would also raise the MSRV to 1.64, I'm not sure if that's fine?

@fintelia
Copy link
Contributor

fintelia commented Nov 3, 2023

In a Cargo.toml version = "0.2.2" actually means "any version 0.2.x where x>=2". Thus, even without this change anyone who runs cargo update will pull in the latest version of webp. And if we published a new version of this crate, users would still need to update to get that newly published version

@fintelia fintelia closed this Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants