Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Feb 6, 2024
1 parent 48e5f86 commit 2a677a8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "AGPL-3.0-or-later"
name = "gifski"
readme = "README.md"
repository = "https://github.com/ImageOptim/gifski"
version = "1.14.1"
version = "1.14.2"
autobins = false
edition = "2021"
rust-version = "1.65"
Expand All @@ -23,7 +23,7 @@ required-features = ["binary"]
[dependencies]
clap = { version = "4.3.24", features = ["cargo"], optional = true }
imgref = "1.10.0"
gif = { version = "0.13", default-features = false, features = ["std", "raii_no_panic"] }
gif = { version = "0.13.1", default-features = false, features = ["std", "raii_no_panic"] }
gif-dispose = "5.0.0-beta.2"
imagequant = "4.3.0"
lodepng = { version = "3.10.1", optional = true }
Expand Down

0 comments on commit 2a677a8

Please sign in to comment.