Skip to content

Commit

Permalink
build(deps): update usvg requirement from 0.33.0 to 0.34.1
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.33.0...v0.33.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 28, 2023
1 parent 1dc3ccf commit 0acc231
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 @@ -82,7 +82,7 @@ trybuild = "1.0.77"
unicode-bidi = "0.3.7"
unicode-script = "0.5.4"
unicode-segmentation = "1.9.0"
usvg = {version = "0.33.0", default-features = false}
usvg = {version = "0.34.1", default-features = false}
webbrowser = "0.8.8"
wgpu = {version = "0.16.0"}
winit = {version = "0.28.5", default-features = false, features = ["x11", "wayland", "wayland-dlopen"]}
Expand Down

0 comments on commit 0acc231

Please sign in to comment.