Skip to content

Commit

Permalink
Merge pull request #131 from SalOne22/combined-prs-branch
Browse files Browse the repository at this point in the history
Combined PRs
  • Loading branch information
SalOne22 committed Oct 16, 2023
2 parents 44c7903 + 225370b commit c69a399
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cli = ["dep:clap", "dep:glob", "quantization", "resizing", "exif"]

[dependencies]
rgb = "0.8.36"
thiserror = "1.0.47"
thiserror = "1.0.49"
png = "0.17.10"
rayon = { version = "1.7.0", optional = true }
resize = { version = "0.8.0", optional = true }
Expand All @@ -45,7 +45,7 @@ kamadak-exif = { version = "0.5.5", optional = true }
clap = { version = "4.4.2", optional = true }

[dependencies.imagequant]
version = "4.2.0"
version = "4.2.1"
default-features = false
optional = true

Expand All @@ -61,7 +61,7 @@ default-features = false
optional = true

[dependencies.webp]
version = "0.2.5"
version = "0.2.6"
default-features = false
optional = true

Expand Down

0 comments on commit c69a399

Please sign in to comment.