Skip to content

Commit

Permalink
Merge pull request #7 from printify/dependencies
Browse files Browse the repository at this point in the history
Upgraded dependencies
  • Loading branch information
ChrisRega committed Mar 21, 2024
2 parents 7642ff2 + c4b1ec9 commit 57c1b37
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ description = "Image comparison library based upon the image crate. Currently it

[dependencies]
thiserror = "1.0"
image = { version = "0.24", default-features = false }
rayon = "1.7"
itertools = "0.10"
image = { version = "0.25", default-features = false }
rayon = "1.9"
itertools = "0.12"

[dev-dependencies]
cucumber = "0.19"
cucumber = "0.20"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "time"] }
image = { version = "0.24", default-features = false, features = ["png"] }
image = { version = "0.25", default-features = false, features = ["png"] }

[[test]]
name = "compare"
harness = false

[profile.release-with-debug]
inherits = "release"
debug = true
debug = true

0 comments on commit 57c1b37

Please sign in to comment.