Bump resvg/usvg versions

This commit is contained in:
Simon Hausmann 2022-06-12 10:03:18 +02:00 committed by Simon Hausmann
parent 0556ff6db9
commit 65419240b4
2 changed files with 5 additions and 5 deletions

View file

@ -56,8 +56,8 @@ fontdue = { version = "0.7.1" }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
image = "0.24"
tiny-skia = "0.6.1"
resvg = "0.22"
usvg = "0.22"
resvg = "0.23"
usvg = "0.23"
[target.'cfg(not(any(target_family = "windows", target_os = "macos", target_os = "ios", target_arch = "wasm32")))'.dependencies]
libc = { version = "0.2" }