From 9e28d4dda1ba8f5dcf840cd1237539d9be98bf38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 01:02:35 +0000 Subject: [PATCH] Update opencv requirement from 0.93.1 to 0.94.2 Updates the requirements on [opencv](https://github.com/twistedfall/opencv-rust) to permit the latest version. - [Changelog](https://github.com/twistedfall/opencv-rust/blob/master/CHANGES.md) - [Commits](https://github.com/twistedfall/opencv-rust/compare/v0.93.1...v0.94.2) --- updated-dependencies: - dependency-name: opencv dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2549803..b2a07a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ clap = { version = "4.5.11", features = ["derive"], optional = true } env_logger = { version = "0.11.0" } hf-hub = { version = "0.3.2" } log = { version = "0.4.20" } -opencv = { version = "0.93.1", default-features = false, features = [ +opencv = { version = "0.94.2", default-features = false, features = [ 'imgproc', 'imgcodecs', ] }