From bc04cc907a995e1b1b74ba284ee2d9ac6c799bde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 10:52:01 +0000 Subject: [PATCH] Bump opencv from 0.82.1 to 0.83.0 Bumps [opencv](https://github.com/twistedfall/opencv-rust) from 0.82.1 to 0.83.0. - [Changelog](https://github.com/twistedfall/opencv-rust/blob/master/CHANGES.md) - [Commits](https://github.com/twistedfall/opencv-rust/compare/v0.82.1...v0.83.0) --- updated-dependencies: - dependency-name: opencv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- chimp_chomp/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 753074c5..1a29f633 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1972,9 +1972,9 @@ dependencies = [ [[package]] name = "opencv" -version = "0.82.1" +version = "0.83.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79290f5f138b26637cae0ae243d77de871a096e334d3fca22f5ddf31ab6f4cc5" +checksum = "998598d7574b0ec0f7230b7b9782ab516ccf612dbacb6ba83ca1b0e2af537359" dependencies = [ "cc", "dunce", @@ -1991,9 +1991,9 @@ dependencies = [ [[package]] name = "opencv-binding-generator" -version = "0.66.0" +version = "0.67.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be5f640bda28b478629f525e8525601586a2a2b9403a4b8f2264fa5fcfebe6be" +checksum = "eb6b3b79658fe7db11c250913b85915b4cadc7bf5f70181572f55437327fb294" dependencies = [ "clang", "clang-sys", diff --git a/chimp_chomp/Cargo.toml b/chimp_chomp/Cargo.toml index fd25a200..443e7f59 100644 --- a/chimp_chomp/Cargo.toml +++ b/chimp_chomp/Cargo.toml @@ -16,7 +16,7 @@ lapin = { version = "2.2.1", default-features = false, features = [ "native-tls", ] } ndarray = { version = "0.15.6" } -opencv = { version = "0.82.1", default-features = false, features = [ +opencv = { version = "0.83.0", default-features = false, features = [ "imgproc", "imgcodecs", ] }