Skip to content

chore(deps): bump resvg from 0.47.0 to 0.48.1 - #65

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/resvg-0.48.1
Open

chore(deps): bump resvg from 0.47.0 to 0.48.1#65
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/resvg-0.48.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor

Bumps resvg from 0.47.0 to 0.48.1.

Release notes

Sourced from resvg's releases.

v0.48.1

  • resvg-0.*.0.tar.xz is a sources archive with vendored Rust dependencies
  • resvg-explorer-extension.exe is an SVG thumbnailer for Windows Explorer

Check CHANGELOG.

v0.48.0

  • resvg-0.*.0.tar.xz is a sources archive with vendored Rust dependencies
  • resvg-explorer-extension.exe is an SVG thumbnailer for Windows Explorer

Check CHANGELOG.

Changelog

Sourced from resvg's changelog.

[0.48.1] 2026-08-02

This release has an MSRV of 1.85.0 for usvg and resvg and the C API.

Changed

  • MSRV lowered from 1.89 to 1.85. (#1109)
  • Downgraded strict-num dependency to 0.1.1. This prevents duplicate versions from being included (#1110)

Fixed

  • Fixed an as_mut_slice future-compatibility warning. (#1108)

[0.48.0] 2026-07-31

This release has an MSRV of 1.89.0 for usvg and resvg and the C API.

The big change in this release is that text support is now backed by skrifa and harfrust rather than ttf-parser and rustybuzz:

  • Moves resvg onto an actively maintained font stack.
  • Should have faster and more correct text rendering.
  • Will enable further improvements to things like variable font rendering in future.
  • May impact binary size (expected +~500kb for people not otherwise including fontations dependencies in their tree).
  • May result in small rendering changes compared to older versions of resvg.

Added

  • New svgz and writer feature gates to reduce the number of required dependencies. (#1088 by @​reed-smout)
  • Warnings when parsing malformed paths. (#1011)
  • A Display implementation for Units. (#986)

Changed

  • MSRV bumped from 1.87 to 1.89. The requirement comes from font-types.
  • Text shaping now uses harfrust instead of rustybuzz, and font parsing uses skrifa (fontations) instead of ttf-parser. (#922 by @​nicoburns)
  • Filter input dimension checks are now debug-only assertions. (#991)

Fixed

  • Glyph advances are now calculated correctly. (#1043 by @​fundon)
  • Text nodes now inherit their absolute transform. (#1040 by @​fundon)
  • Fixes related to non-finite values. (#1049 by @​SAY-5)
  • Transforms are no longer applied twice in abs_transform. (#1056 by @​fundon)
  • fr is now resolved for radial gradients referenced via href. (#1098 by @​T1mVo)
  • Panic in feComposite with the arithmetic operator when the filter region is larger than the clamped layer. (#1021, #1007)
  • Application of transform (and other group properties like opacity) on a nested svg

... (truncated)

Commits

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 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)

Bumps [resvg](https://github.com/linebender/resvg) from 0.47.0 to 0.48.1.
- [Release notes](https://github.com/linebender/resvg/releases)
- [Changelog](https://github.com/linebender/resvg/blob/main/CHANGELOG.md)
- [Commits](linebender/resvg@v0.47.0...v0.48.1)

---
updated-dependencies:
- dependency-name: resvg
  dependency-version: 0.48.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants