Skip to content

Commit 4e6e2e4

Browse files
chore(deps): bump resvg from 0.45.1 to 0.47.0
Bumps [resvg](https://github.com/linebender/resvg) from 0.45.1 to 0.47.0. - [Release notes](https://github.com/linebender/resvg/releases) - [Changelog](https://github.com/linebender/resvg/blob/main/CHANGELOG.md) - [Commits](linebender/resvg@v0.45.1...v0.47.0) --- updated-dependencies: - dependency-name: resvg dependency-version: 0.47.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7d45b60 commit 4e6e2e4

File tree

2 files changed

+113
-15
lines changed

2 files changed

+113
-15
lines changed

Cargo.lock

Lines changed: 112 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock"] }
2828
image = { version = "0.25", default-features = false, features = ["png", "jpeg", "bmp", "tiff", "gif", "webp"] }
2929
pulldown-cmark = "0.13"
3030
# Keep resvg at 0.45.x to match egui_extras 0.33.x (prevents usvg version mismatch).
31-
resvg = { version = "0.45", default-features = false }
31+
resvg = { version = "0.47", default-features = false }
3232
crossbeam-channel = "0.5"
3333
egui-phosphor = { version = "0.11", default-features = false, features = ["regular"] }
3434
ammonia = "4.1"

0 commit comments

Comments
 (0)