Skip to content

Commit

Permalink
fix(deps): update rust crate napi to 3.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 19, 2024
1 parent 02458ec commit d692f59
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 @@ -14,7 +14,7 @@ base64-simd = "0.8"
cssparser = "0.29"
infer = "0.16"
libavif = { version = "0.14", default-features = false, features = ["codec-aom"] }
napi = { version = "3.0.0-alpha.9", default-features = false, features = ["napi3", "serde-json"] }
napi = { version = "3.0.0-alpha", default-features = false, features = ["napi3", "serde-json"] }
napi-derive = { version = "3.0.0-alpha.8", default-features = false }
nom = "7"
num_cpus = "1"
Expand Down

0 comments on commit d692f59

Please sign in to comment.