Skip to content

Commit

Permalink
Bump resvg from 0.43.0 to 0.44.0
Browse files Browse the repository at this point in the history
Bumps [resvg](https://github.com/RazrFalcon/resvg) from 0.43.0 to 0.44.0.
- [Release notes](https://github.com/RazrFalcon/resvg/releases)
- [Changelog](https://github.com/RazrFalcon/resvg/blob/master/CHANGELOG.md)
- [Commits](RazrFalcon/resvg@v0.43.0...v0.44.0)

---
updated-dependencies:
- dependency-name: resvg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 4c5e39b commit 37f6821
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 crates/gosub_svg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gosub_shared = { path = "../gosub_shared" }
gosub_html5 = { path = "../gosub_html5" }
gosub_render_backend = { path = "../gosub_render_backend" }
tiny-skia = "0.11.4"
resvg = { version = "0.43.0", optional = true }
resvg = { version = "0.44.0", optional = true }
anyhow = "1.0.89"

[features]
Expand Down

0 comments on commit 37f6821

Please sign in to comment.