From 708e31ab7d9bcde092084085bfe5ea4f5a8a6f12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 19:10:15 +0000 Subject: [PATCH] Bump opencv from 0.88.5 to 0.88.7 Bumps [opencv](https://github.com/twistedfall/opencv-rust) from 0.88.5 to 0.88.7. - [Changelog](https://github.com/twistedfall/opencv-rust/blob/master/CHANGES.md) - [Commits](https://github.com/twistedfall/opencv-rust/compare/v0.88.5...v0.88.7) --- updated-dependencies: - dependency-name: opencv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f24f6c1..0e11a3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -228,9 +228,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "opencv" -version = "0.88.5" +version = "0.88.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "980aa24534b9bcfb03c259779ffcbe422e0395cf45700d6d85657734ea1d5c57" +checksum = "461ace7d1fd13b846ef1096dc7cac0f2ac39e8803360953eb869a42e8e1e5baa" dependencies = [ "cc", "dunce", @@ -247,9 +247,9 @@ dependencies = [ [[package]] name = "opencv-binding-generator" -version = "0.82.0" +version = "0.84.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4ac010a66cd1e1dc457c20d467a16286cc83381307cace05357b414c06740f6" +checksum = "6e842c276fd00b26100de550e2b47f6ded4f06213c62f0575cb7242aecde2efd" dependencies = [ "clang", "clang-sys", diff --git a/Cargo.toml b/Cargo.toml index acaecc5..b71aae0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ exclude = ["tests/sources", "docs", ".github"] [dependencies] thiserror = "1.0" -opencv = "0.88.5" +opencv = "0.88.7" clap = { version = "4.4.11", features = ["derive", "cargo"], optional = true } terminal_size = { version = "0.3.0", optional = true }