Skip to content

Commit

Permalink
Update opencv requirement from 0.92.1 to 0.93.1 (#41)
Browse files Browse the repository at this point in the history
Updates the requirements on [opencv](https://github.com/twistedfall/opencv-rust) to permit the latest version.
- [Changelog](https://github.com/twistedfall/opencv-rust/blob/master/CHANGES.md)
- [Commits](twistedfall/opencv-rust@v0.92.1...v0.93.1)

---
updated-dependencies:
- dependency-name: opencv
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 80f2f0e commit b816a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clap = { version = "4.5.11", features = ["derive"], optional = true }
env_logger = { version = "0.11.0" }
hf-hub = { version = "0.3.2" }
log = { version = "0.4.20" }
opencv = { version = "0.92.1", default-features = false, features = [
opencv = { version = "0.93.1", default-features = false, features = [
'imgproc',
'imgcodecs',
] }
Expand Down

0 comments on commit b816a96

Please sign in to comment.