diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 6e82eee4..beba01e8 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2385,9 +2385,9 @@ dependencies = [ [[package]] name = "opencv" -version = "0.85.3" +version = "0.86.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e07271acf89f1dbe3aa1d2f8f905ed5742a5b03117d73b583ba4f4157e77dd91" +checksum = "e5db144ebbdbbde34ce9123a4e1cb393e111f321d79664b3f9bb7c65ada73d15" dependencies = [ "cc", "dunce", @@ -2404,9 +2404,9 @@ dependencies = [ [[package]] name = "opencv-binding-generator" -version = "0.75.0" +version = "0.76.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64d0632ad1ed848844a55c0cd622c7cfae4f36dee924eeabdf4119c6a7bd479c" +checksum = "124384aeb6d66ce7b14c0e0b300b56cbb686ea14457067ba6a44c25e91dc73a2" dependencies = [ "clang", "clang-sys", diff --git a/backend/chimp_chomp/Cargo.toml b/backend/chimp_chomp/Cargo.toml index 8676c5b1..67f78e76 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.85.3", default-features = false, features = [ +opencv = { version = "0.86.0", default-features = false, features = [ "imgproc", "imgcodecs", ] }