Skip to content

Commit

Permalink
fix(deps): update rust crate napi to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 9, 2022
1 parent 28116e3 commit 743fa6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ usvg = { version = "0.22.0", default-features = false, features = [
] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
napi = { version = "2.6.1", features = ["serde-json", "async"] }
napi = { version = "2.7.0", features = ["serde-json", "async"] }
napi-derive = "2.6.0"
usvg = { version = "0.22.0", default-features = false, features = [
"export",
Expand Down

1 comment on commit 743fa6f

@vercel
Copy link

@vercel vercel bot commented on 743fa6f Aug 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

resvg-js – ./

resvg-js-git-main-yisibl.vercel.app
resvg-js-yisibl.vercel.app
resvg-js.vercel.app

Please sign in to comment.