Skip to content

Commit

Permalink
chore: bump {re,u}svg to 0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iipin committed May 1, 2024
1 parent 42a5861 commit aeb40c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ num-traits = "0.2.18"
[build-dependencies]
image = { version = "0.25.1", default-features = false, optional = true }
rayon = { version = "1.10.0", optional = true }
resvg = { version = "0.40.0", optional = true }
resvg = { version = "0.41.0", optional = true }
tiny-skia = { version = "0.11.4", optional = true }
usvg = { version = "0.40.0", optional = true }
usvg = { version = "0.41.0", optional = true }

[dev-dependencies]
csv = "1.3.0"
Expand Down

0 comments on commit aeb40c5

Please sign in to comment.