Skip to content

chore(deps): bump the cargo-dependencies group across 1 directory with 7 updates - #14

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-dependencies-e5477a29a2
Open

chore(deps): bump the cargo-dependencies group across 1 directory with 7 updates#14
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-dependencies-e5477a29a2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the cargo-dependencies group with 7 updates in the / directory:

Package From To
thiserror 2.0.19 2.0.20
clap 4.6.2 4.6.3
fontdue 0.9.3 0.9.4
jpeg-encoder 0.7.0 0.7.1
clap_mangen 0.3.0 0.3.1
serde_json 1.0.150 1.0.151
resvg 0.47.0 0.48.1

Updates thiserror from 2.0.19 to 2.0.20

Release notes

Sourced from thiserror's releases.

2.0.20

  • Suppress redundant_field_names clippy lint in generated code (#454)
Commits

Updates clap from 4.6.2 to 4.6.3

Release notes

Sourced from clap's releases.

v4.6.3

[4.6.3] - 2026-07-20

Fixes

  • (derive) Allow "literal".function() as attribute values
Changelog

Sourced from clap's changelog.

[4.6.3] - 2026-07-20

Fixes

  • (derive) Allow "literal".function() as attribute values
Commits
  • 7e0bcca chore: Release
  • 0f09905 docs: Update changelog
  • 9706951 Merge pull request #6353 from truffle-dev/feat-completer-arg-index
  • ac0d148 feat(complete): Index-aware ValueCompleter
  • 1565a3c test(complete): Cover indexed multi-value case
  • 48fc10a Merge pull request #6350 from stefankreutz/missing_docs
  • 7d4c353 docs: Hint at clippy's missing docs lint
  • f6a6701 chore(deps): Update Rust Stable to v1.95 (#6347)
  • ac5fda6 chore: Release
  • b73c627 docs: Update changelog
  • Additional commits viewable in compare view

Updates fontdue from 0.9.3 to 0.9.4

Changelog

Sourced from fontdue's changelog.

[0.9.4] - 2026-07-29

Fixed

  • Fix soundness issue #172
Commits

Updates jpeg-encoder from 0.7.0 to 0.7.1

Commits
  • baf4019 Bump vesion to 0.7.1
  • fe6d53a Merge pull request #36 from RunDevelopment/quality-setter
  • f7def12 Merge pull request #33 from tylerneylon/box-average-chroma-subsampling
  • 745718e Merge pull request #37 from telecos/chore/add-ijg-license
  • 994d482 Add license file
  • cec007f Add quality getter and setter to Encoder
  • 212605f Add missing LICENSE-IJG file
  • 1564a3b Trim doc comments to match existing style
  • 9fd7f03 Add ChromaSubsamplingMethod option for box-average downsampling
  • d854970 Merge pull request #28 from mcroomp/alignblock
  • Additional commits viewable in compare view

Updates clap_mangen from 0.3.0 to 0.3.1

Commits
  • 4684d7a chore: Release
  • 51d50ad docs: Update changelog
  • 3bc3622 Merge pull request #6457 from bl4ck4t/master
  • 801277e fix(clap_mangen): Render required ArgGroups
  • 8a3127b docs(ci): Remove ambiguity in PR template
  • e19aeb7 test(clap_mangen): Test required ArgGroup markers
  • e48aba7 Merge pull request #6465 from d-a-v-i--/rename-internal-blacklist-field
  • 14d47fb refactor(builder): Rename internal blacklist field to conflicts
  • ccc92c3 Merge pull request #6462 from clap-rs/renovate/j178-prek-action-3.x
  • 835a9a5 chore(deps): Update compatible (dev) (#6461)
  • Additional commits viewable in compare view

Updates serde_json from 1.0.150 to 1.0.151

Release notes

Sourced from serde_json's releases.

v1.0.151

Commits
  • de85007 Release 1.0.151
  • 3b2b3c5 Merge pull request #1331 from WonderLawrence/rawvalue-from-string-unchecked
  • 0406d96 Debug-assert well-formedness and no-whitespace in from_string_unchecked
  • cf16f75 Add RawValue::from_string_unchecked
  • 827a315 Update actions/upload-artifact@v6 -> v7
  • cea36a5 Update actions/checkout@v6 -> v7
  • See full diff in compare view

Updates 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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…h 7 updates

Bumps the cargo-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.19` | `2.0.20` |
| [clap](https://github.com/clap-rs/clap) | `4.6.2` | `4.6.3` |
| [fontdue](https://github.com/mooman219/fontdue) | `0.9.3` | `0.9.4` |
| [jpeg-encoder](https://github.com/vstroebel/jpeg-encoder) | `0.7.0` | `0.7.1` |
| [clap_mangen](https://github.com/clap-rs/clap) | `0.3.0` | `0.3.1` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.150` | `1.0.151` |
| [resvg](https://github.com/linebender/resvg) | `0.47.0` | `0.48.1` |



Updates `thiserror` from 2.0.19 to 2.0.20
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.19...2.0.20)

Updates `clap` from 4.6.2 to 4.6.3
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.6.2...clap_complete-v4.6.3)

Updates `fontdue` from 0.9.3 to 0.9.4
- [Changelog](https://github.com/mooman219/fontdue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mooman219/fontdue/commits)

Updates `jpeg-encoder` from 0.7.0 to 0.7.1
- [Release notes](https://github.com/vstroebel/jpeg-encoder/releases)
- [Commits](vstroebel/jpeg-encoder@v0.7.0...v0.7.1)

Updates `clap_mangen` from 0.3.0 to 0.3.1
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_mangen-v0.3.0...clap_mangen-v0.3.1)

Updates `serde_json` from 1.0.150 to 1.0.151
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.150...v1.0.151)

Updates `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: thiserror
  dependency-version: 2.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: clap
  dependency-version: 4.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: fontdue
  dependency-version: 0.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: jpeg-encoder
  dependency-version: 0.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: clap_mangen
  dependency-version: 0.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: serde_json
  dependency-version: 1.0.151
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: resvg
  dependency-version: 0.48.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
...

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 16, 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