Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate usvg to 0.44 #693

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2024

This PR contains the following updates:

Package Type Update Change
usvg dependencies minor 0.42 -> 0.44

Release Notes

RazrFalcon/resvg (usvg)

v0.44.0

Compare Source

Added
  • Stylesheet injection support.
    Thanks to @​LaurenzV.
  • (c-api) resvg_get_object_bbox
  • (c-api) cargo-c metadata.
    Thanks to @​lu-zero.
  • Implement From for fontdb and usvg font types.
    Thanks to @​dhardy.
Changed
  • (c-api) resvg_get_image_bbox returns a layer and not object bounding box now.
    Use resvg_get_object_bbox to preserve the old behavior.
Fixed
  • (svgtypes) Path parsing with S or T segments after A.
  • Bounding box calculation for the root group used for viewBox flattening.

v0.43.0

Compare Source

Added
Changed
  • Use zune-jpeg instead of jpeg-decoder.
    Thanks to @​mattfbacon.
  • Update dependencies.
Fixed
  • Canvas size limits calculation.
  • SVG fonts handling.
    Thanks to @​LaurenzV.
  • Transforms in COLR fonts.
    Thanks to @​LaurenzV.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 force-pushed the renovate/usvg-0.x branch 5 times, most recently from 1686a7b to c81635a Compare September 5, 2024 13:23
@renovate renovate bot force-pushed the renovate/usvg-0.x branch 2 times, most recently from 22880d3 to 63e6bef Compare September 9, 2024 17:35
Copy link
Contributor Author

renovate bot commented Sep 22, 2024

⚠️ 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.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/components/vector/Cargo.toml --package usvg@0.42.0 --precise 0.44.0
    Updating crates.io index
error: failed to select a version for the requirement `usvg = "^0.42.0"`
candidate versions found which didn't match: 0.44.0
location searched: crates.io index
required by package `vello_svg v0.3.1`
    ... which satisfies dependency `vello_svg = "^0.3"` (locked to 0.3.1) of package `mizer-vector v0.1.0 (/tmp/renovate/repos/github/maxjoehnk/Mizer/crates/components/vector)`
    ... which satisfies path dependency `mizer-vector` (locked to 0.1.0) of package `mizer-ports v0.1.0 (/tmp/renovate/repos/github/maxjoehnk/Mizer/crates/runtime/pipeline/ports)`
    ... which satisfies path dependency `mizer-ports` (locked to 0.1.0) of package `mizer-node v0.1.0 (/tmp/renovate/repos/github/maxjoehnk/Mizer/crates/runtime/pipeline/node)`
    ... which satisfies path dependency `mizer-node` (locked to 0.1.0) of package `mizer-api v0.1.0 (/tmp/renovate/repos/github/maxjoehnk/Mizer/crates/api)`

@renovate renovate bot force-pushed the renovate/usvg-0.x branch 9 times, most recently from eee21cf to 9f656a2 Compare September 28, 2024 08:49
@renovate renovate bot changed the title fix(deps): update rust crate usvg to 0.43 fix(deps): update rust crate usvg to 0.44 Sep 28, 2024
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