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.84.5 to 0.85.3 in /backend
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent f82396e commit 57cbe2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.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",
] }
Expand Down

0 comments on commit 57cbe2f

Please sign in to comment.