surya-rs icon indicating copy to clipboard operation
surya-rs copied to clipboard

Update opencv requirement from 0.93.1 to 0.94.2

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Updates the requirements on opencv to permit the latest version.

Changelog

Sourced from opencv's changelog.

  • 0.94.2

  • 0.94.1

  • 0.94.0

    • Add support for the upcoming OpenCV 5.0.0 (based on the current alpha) and completely drop support for OpenCV 3.2.
    • Bump the minimum Rust version to 1.77.0.
    • Drop deprecated type aliases like VectorOf....
    • Add support for f16 half precision floating point numbers via the f16 crate feature.
    • Multiple internal improvements that led to some minor function name changes.
    • Add missing CV_depthC(chan) functions (e.g. CV_8UC) to construct OpenCV types with more than 4 channels.
  • 0.93.7

  • 0.93.6

    • Adjust the CI, examples and docs to OpenCV 4.11.0.
    • Add the signal module support.
  • 0.93.5

  • 0.93.4

    • Various documentation, callback handling and other internal improvements.
  • 0.93.3

    • Fix issue with using Option<Ptr>, now behaves as expected and doesn't segfault.
    • Introduce Mat::get_data_dump() to get the dump of the Mat data, it's also included in the Debug output.
    • Improve formatting of the generated bindings.
  • 0.93.2

    • Fix binding generation using clang-19.
  • 0.93.1

  • 0.93.0

    • Improve automatic slice detection, e.g. CommandParser::new() now calculates argc automatically.
    • find_circles_grid now can take None the blob_detector argument.
    • Rework the handling of static library linkage.
    • Allow passing custom clang args via OPENCV_CLANG_ARGS environment variable.
  • 0.92.3

    • Add an irreversible conversion from BoxedRefMut to BoxedMut.
    • Fix handling of arrays of strings, fixes CommandLineParser (kudos to niemeyer).

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Feb 01 '25 01:02 dependabot[bot]