Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Bump opencv from 0.88.8 to 0.89.0 in /backend
Browse files Browse the repository at this point in the history
Bumps [opencv](https://github.com/twistedfall/opencv-rust) from 0.88.8 to 0.89.0.
- [Changelog](https://github.com/twistedfall/opencv-rust/blob/master/CHANGES.md)
- [Commits](twistedfall/opencv-rust@v0.88.8...v0.89.0)

---
updated-dependencies:
- dependency-name: opencv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 805b1d2 commit ada0298
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/chimp_chomp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ futures-timer = { version = "3.0.3" }
itertools = { workspace = true }
lapin = { version = "2.3.1" }
ndarray = { version = "0.15.6" }
opencv = { version = "0.88.8", default-features = false, features = [
opencv = { version = "0.89.0", default-features = false, features = [
"imgproc",
"imgcodecs",
] }
Expand Down

0 comments on commit ada0298

Please sign in to comment.