Skip to content

Commit

Permalink
fix(deps): update rust crate oxipng to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 13, 2023
1 parent c97acb2 commit 82d10ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/packsquash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jsonpath_lib = "0.3.0"
spng = { version = "0.2.0-alpha.2", default-features = false }
rgb = "0.8.36"
imagequant = { version = "4.2.2", default-features = false }
oxipng = { version = "8.0.0", default-features = false, features = ["zopfli"] }
oxipng = { version = "9.0.0", default-features = false, features = ["zopfli"] }

symphonia = { version = "0.5.3", default-features = false, features = ["wav", "isomp4", "flac", "pcm", "mp3", "aac"] }
vorbis_rs = { version = "0.5.0", default-features = false }
Expand Down

0 comments on commit 82d10ed

Please sign in to comment.