luke-rt / asciiframe

A CLI tool that converts videos to ASCII and displays them to the terminal on the fly
https://crates.io/crates/asciiframe
MIT License
23 stars 0 forks source link

Bump opencv from 0.66.0 to 0.68.0 #47

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps opencv from 0.66.0 to 0.68.0.

Changelog

Sourced from opencv's changelog.

  • 0.68.0

    • Make sure that howToGetFeatures argument of the createStructuredEdgeDetection() is nullable.
    • Add OutputArray and InputOutputArray implementations for Mat_.
  • 0.67.0

    • Change fourcc method to accept chars instead of i8s.
    • Remove gapi feature as this module is not supported at the moment.
Commits
  • e5c9451 0.68.0 Regenerate bindings
  • a17c4fe Add OutputArray and InputOutputArray implementations for Mat_
  • 2bc0520 Make sure that howToGetFeatures of createStructuredEdgeDetection() is nullable
  • 580e2c4 Update changelog
  • aef742b Merge remote-tracking branch 'origin/master'
  • b1c146d 0.67.0 Regenerate bindings
  • 5ad6d97 Bump CI tools
  • 437b469 Update README.md
  • 49d5802 Add special handling for cases where C++ char type corresponds to Rust char type
  • 2c392cb Drop the gapi feature as it's not supported
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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] commented 1 year ago

Superseded by #48.