Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jan 15, 2022
1 parent 3b91e42 commit 8167c36
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 44 deletions.
83 changes: 42 additions & 41 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "AGPL-3.0"
name = "dssim"
readme = "README.md"
repository = "https://github.com/kornelski/dssim.git"
version = "3.1.1"
version = "3.1.2"
edition = "2018"

[[bin]]
Expand All @@ -23,9 +23,9 @@ dssim-core = { path = "./dssim-core", version = "3.1" }
imgref = "1.9.1"
getopts = "0.2.21"
rayon = "1.5.1"
rgb = "0.8.29"
rgb = "0.8.31"
lodepng = "3.4.7"
load_image = { version = "2.15.1", features = ["lcms2-static"] }
load_image = { version = "2.16.1", features = ["lcms2-static"] }

[features]
avif = ["load_image/avif"]
Expand Down

0 comments on commit 8167c36

Please sign in to comment.