Skip to content

Commit

Permalink
Update usvg requirement from 0.15 to 0.16
Browse files Browse the repository at this point in the history
Updates the requirements on [usvg](https://github.com/RazrFalcon/resvg) to permit the latest version.
- [Release notes](https://github.com/RazrFalcon/resvg/releases)
- [Changelog](https://github.com/RazrFalcon/resvg/blob/master/CHANGELOG.md)
- [Commits](linebender/resvg@v0.15.0...v0.16.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 31, 2021
1 parent a69d13d commit af63a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.60"
image = "0.23.12"
resvg = "0.15.0"
usvg = { version = "0.15", default-features = false }
usvg = { version = "0.16", default-features = false }
tiny-skia = "0.5.1"
handlebars = "4.0.0"

0 comments on commit af63a71

Please sign in to comment.