Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 2 updates (#42)
Browse files Browse the repository at this point in the history
Updates the requirements on [resvg](https://github.com/RazrFalcon/resvg) and [usvg](https://github.com/RazrFalcon/resvg) to permit the latest version.

Updates `resvg` to 0.41.0
- [Release notes](https://github.com/RazrFalcon/resvg/releases)
- [Changelog](https://github.com/RazrFalcon/resvg/blob/master/CHANGELOG.md)
- [Commits](linebender/resvg@v0.40.0...v0.41.0)

Updates `usvg` to 0.41.0
- [Release notes](https://github.com/RazrFalcon/resvg/releases)
- [Changelog](https://github.com/RazrFalcon/resvg/blob/master/CHANGELOG.md)
- [Commits](linebender/resvg@v0.40.0...v0.41.0)

---
updated-dependencies:
- dependency-name: resvg
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: usvg
  dependency-type: direct:production
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 4b30c02 commit 0312d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ num-traits = "0.2.18"
[build-dependencies]
image = { version = "0.25.1", default-features = false, optional = true }
rayon = { version = "1.10.0", optional = true }
resvg = { version = "0.40.0", optional = true }
resvg = { version = "0.41.0", optional = true }
tiny-skia = { version = "0.11.4", optional = true }
usvg = { version = "0.40.0", optional = true }
usvg = { version = "0.41.0", optional = true }

[dev-dependencies]
csv = "1.3.0"
Expand Down

0 comments on commit 0312d3a

Please sign in to comment.