From 57cbe2faf061b7ba98e03e30c55a31fe55d2b1fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:57:18 +0000 Subject: [PATCH] Bump opencv from 0.84.5 to 0.85.3 in /backend Bumps [opencv](https://github.com/twistedfall/opencv-rust) from 0.84.5 to 0.85.3. - [Changelog](https://github.com/twistedfall/opencv-rust/blob/master/CHANGES.md) - [Commits](https://github.com/twistedfall/opencv-rust/commits/v0.85.3) --- updated-dependencies: - dependency-name: opencv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/Cargo.lock | 8 ++++---- backend/chimp_chomp/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 06b3e250..dbc9fc9e 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2394,9 +2394,9 @@ dependencies = [ [[package]] name = "opencv" -version = "0.84.5" +version = "0.85.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a097f79e4a6ec571f5765c5020f7dbe77d22b9b8dde01c647098fcd2be3895c" +checksum = "e07271acf89f1dbe3aa1d2f8f905ed5742a5b03117d73b583ba4f4157e77dd91" dependencies = [ "cc", "dunce", @@ -2413,9 +2413,9 @@ dependencies = [ [[package]] name = "opencv-binding-generator" -version = "0.72.0" +version = "0.75.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e674c5d4d124421a4980fa8533bafd15e07dec30acca5c1b38c055ba234a2cf" +checksum = "64d0632ad1ed848844a55c0cd622c7cfae4f36dee924eeabdf4119c6a7bd479c" dependencies = [ "clang", "clang-sys", diff --git a/backend/chimp_chomp/Cargo.toml b/backend/chimp_chomp/Cargo.toml index b5f5e7d8..8676c5b1 100644 --- a/backend/chimp_chomp/Cargo.toml +++ b/backend/chimp_chomp/Cargo.toml @@ -14,7 +14,7 @@ futures-timer = { version = "3.0.2" } itertools = { workspace = true } lapin = { version = "2.3.1" } ndarray = { version = "0.15.6" } -opencv = { version = "0.84.5", default-features = false, features = [ +opencv = { version = "0.85.3", default-features = false, features = [ "imgproc", "imgcodecs", ] }