From c4b1ec937d585618fefe400e346ad2b08df10242 Mon Sep 17 00:00:00 2001 From: Nikolay Arhipov Date: Thu, 21 Mar 2024 10:52:33 +0200 Subject: [PATCH] Upgraded dependencies --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5367478..715a0dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,14 +14,14 @@ 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" @@ -29,4 +29,4 @@ harness = false [profile.release-with-debug] inherits = "release" -debug = true \ No newline at end of file +debug = true