Skip to content

Commit

Permalink
Upgrade libimagequant
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jan 9, 2022
1 parent 3a29451 commit e69fc0e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
20 changes: 9 additions & 11 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "AGPL-3.0+"
name = "gifski"
readme = "README.md"
repository = "https://github.com/ImageOptim/gifski"
version = "1.6.0"
version = "1.6.1"
autobins = false
edition = "2018"

Expand All @@ -23,17 +23,17 @@ gifsicle = { version = "1.92.5", optional = true }
clap = "2.34.0"
gif = "0.11.3"
gif-dispose = "3.1.1"
imagequant = "4.0.0-beta.2"
imagequant = "4.0.0-beta.4"
imgref = "1.9.1"
lodepng = "3.4.7"
pbr = "1.0.4"
resize = "0.7.2"
rgb = "0.8.29"
rgb = "0.8.31"
wild = "2.0.4"
natord = "1.0.9"
quick-error = "2.0.1"
dunce = "1.0.2"
crossbeam-channel = "0.5.1"
crossbeam-channel = "0.5.2"

[dependencies.ffmpeg]
package = "ffmpeg-next"
Expand Down

0 comments on commit e69fc0e

Please sign in to comment.