Skip to content

Commit 92571c2

Browse files
fix(deps): update rust crate resvg to 0.46.0 (#96)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f7820d1 commit 92571c2

File tree

2 files changed

+35
-41
lines changed

2 files changed

+35
-41
lines changed

Cargo.lock

Lines changed: 34 additions & 40 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
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
1212
[dependencies]
1313
log = "0.4.29"
1414
pyo3 = "0.27.2"
15-
resvg = { version = "0.45.1", features = ["raster-images", "text"] }
15+
resvg = { version = "0.46.0", features = ["raster-images", "text"] }
1616
svgtypes = "0.16.0"
1717

1818

0 commit comments

Comments
 (0)