Skip to content

chore(deps): update rust crate visioncortex to 0.9 - #43

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/visioncortex-0.x
Open

chore(deps): update rust crate visioncortex to 0.9#43
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/visioncortex-0.x

Conversation

@renovate

@renovate renovate Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending
visioncortex (source) dependencies minor 0.80.9 0.9.1

Release Notes

visioncortex/visioncortex (visioncortex)

v0.9.0

  • Added the polypartition module: polygon triangulation (ear-clipping,
    monotone, optimal dynamic programming) and hole removal, ported from
    PolyPartition by Ivan Fratric
  • Made SubdivideSmooth public and added open-path (open polyline) variants of
    find_corners, find_splice_points, and subdivide_keep_corners;
    fit_points_with_bezier now takes a configurable max_error (closed-path
    behaviour unchanged)
  • Breaking: color_clusters::Builder, BuilderImpl, and
    IncrementalBuilder are now generic over their four closure types instead of
    storing Box<dyn Fn>, so the hot same/diff closures are monomorphised and
    inlined
  • Breaking: the deepen/hollow closures now receive &ClustersView
    instead of &BuilderImpl
  • Breaking: color_clusters::Builder is now a type-state builder — every
    closure must be set before run()/start(), which is now enforced at compile
    time instead of panicking at runtime

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.toml
Artifact update for visioncortex resolved to version 0.9.1, which is a pending version that has not yet passed the Minimum Release Age threshold.
Renovate was attempting to update to 0.9.0
This is (likely) not a bug in Renovate, but due to the way your project pins dependencies, _and_ how Renovate calls your package manager to update them.
Until Renovate supports specifying an exact update to your package manager (https://github.com/renovatebot/renovate/issues/41624), it is recommended to directly pin your dependencies (with `rangeStrategy=pin` for apps, or `rangeStrategy=widen` for libraries)
See also: https://docs.renovatebot.com/dependency-pinning/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants