Skip to content

Commit cd1ff32

Browse files
fix(deps): update rust crate resvg to 0.47.0
1 parent 2128b00 commit cd1ff32

File tree

2 files changed

+14
-19
lines changed

2 files changed

+14
-19
lines changed

Cargo.lock

Lines changed: 13 additions & 18 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.28.0"
15-
resvg = { version = "0.46.0", features = ["raster-images", "text"] }
15+
resvg = { version = "0.47.0", features = ["raster-images", "text"] }
1616
svgtypes = "0.16.0"
1717

1818

0 commit comments

Comments
 (0)