Skip to content

Commit

Permalink
Bump resvg from 0.40.0 to 0.41.0
Browse files Browse the repository at this point in the history
Bumps [resvg](https://github.com/RazrFalcon/resvg) from 0.40.0 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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 10, 2024
1 parent 53411cc commit f0ba824
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 114 deletions.
130 changes: 17 additions & 113 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]
[dependencies]
base64 = "0.22.0"
pyo3 = "0.21.1"
resvg = { version = "0.40.0", features = ["raster-images","text"] }
resvg = { version = "0.41.0", features = ["raster-images","text"] }
tiny-skia = "0.11.4"
unescape = "0.1.0"
usvg = "0.41.0"

0 comments on commit f0ba824

Please sign in to comment.