Skip to content

Commit

Permalink
Merge pull request #58 from ssssota/dependabot/cargo/resvg-0.23.0
Browse files Browse the repository at this point in the history
Update resvg requirement from 0.22.0 to 0.23.0
  • Loading branch information
ssssota committed Jul 6, 2022
2 parents de7ca5b + 667bf4f commit ac24e86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -13,8 +13,8 @@ crate-type = ["cdylib", "rlib"]
default = ["console_error_panic_hook"]

[dependencies]
resvg = { version = "0.22.0", default-features = false, features = ["filter"] }
usvg = { version = "0.22.0", default-features = false, features = [ "filter", "text"] }
resvg = { version = "0.23.0", default-features = false, features = ["filter"] }
usvg = { version = "0.23.0", default-features = false, features = [ "filter", "text"] }
svgtypes = "0.8.0"

tiny-skia = "0.6.1"
Expand Down

0 comments on commit ac24e86

Please sign in to comment.