Skip to content

Commit

Permalink
chore(deps): bump libavif from 0.13.0 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [libavif](https://github.com/njaard/libavif-rs) from 0.13.0 to 0.14.0.
- [Commits](https://github.com/njaard/libavif-rs/commits)

---
updated-dependencies:
- dependency-name: libavif
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 8, 2024
1 parent edea0ef commit b06f737
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ mozjpeg = { version = "0.10.7", default-features = false, features = ["with_simd
oxipng = { version = "9.1", default-features = false, features = ["zopfli", "filetime"], optional = true }
webp = { version = "0.3.0", default-features = false, optional = true }
ravif = { version = "0.11.4", optional = true }
libavif = { version = "0.13.0", default-features = false, features = ["codec-aom"], optional = true }
libavif = { version = "0.14.0", default-features = false, features = ["codec-aom"], optional = true }
lcms2 = { version = "6.1.0", optional = true }

# cli
Expand Down

0 comments on commit b06f737

Please sign in to comment.