Skip to content

chore: bump resvg from 0.47.0 to 0.48.1 in /src-tauri - #500

Merged
InstaZDLL merged 1 commit into
mainfrom
dependabot/cargo/src-tauri/resvg-0.48.1
Aug 10, 2026
Merged

chore: bump resvg from 0.47.0 to 0.48.1 in /src-tauri#500
InstaZDLL merged 1 commit into
mainfrom
dependabot/cargo/src-tauri/resvg-0.48.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 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 dependabot Bot added cargo Rust/Cargo ecosystem updates dependencies Pull requests that update a dependency file labels Aug 10, 2026
@github-actions github-actions Bot added scope: backend Rust/Tauri backend (src-tauri/) scope: deps Dependencies type: chore Maintenance / tooling size: s 10-50 lines labels Aug 10, 2026
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 force-pushed the dependabot/cargo/src-tauri/resvg-0.48.1 branch from 38577f3 to 66c035b Compare August 10, 2026 10:17
@github-actions github-actions Bot added size: m 50-200 lines and removed size: s 10-50 lines labels Aug 10, 2026
@InstaZDLL
InstaZDLL merged commit b36548d into main Aug 10, 2026
13 of 14 checks passed
@InstaZDLL
InstaZDLL deleted the dependabot/cargo/src-tauri/resvg-0.48.1 branch August 10, 2026 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cargo Rust/Cargo ecosystem updates dependencies Pull requests that update a dependency file scope: backend Rust/Tauri backend (src-tauri/) scope: deps Dependencies size: m 50-200 lines type: chore Maintenance / tooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant