Skip to content

Commit

Permalink
fix(deps): update rust crate napi to 2.14.1 (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Amr Bashir <[email protected]>
  • Loading branch information
renovate[bot] and amr-crabnebula committed Nov 20, 2023
1 parent c8f5ed0 commit ba92713
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/packager/nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]

[dependencies]
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "2.14.0", default-features = false, features = ["napi4"] }
napi = { version = "2.14.1", default-features = false, features = ["napi4"] }
napi-derive = "2.14.2"
cargo-packager = { path = "../../../crates/packager/", version = "0.3.0", default-features = false, features = ["cli"] }
tracing = { workspace = true }
Expand Down

0 comments on commit ba92713

Please sign in to comment.