Skip to content

Commit

Permalink
fix(deps): update rust crate napi to 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 17, 2023
1 parent 548e440 commit a0b126a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.12.2", default-features = false, features = ["napi4"] }
napi = { version = "2.14.0", default-features = false, features = ["napi4"] }
napi-derive = "2.14.1"
cargo-packager = { path = "../../../crates/packager/", version = "0.3.0", default-features = false, features = ["cli"] }
tracing = { workspace = true }
Expand Down

0 comments on commit a0b126a

Please sign in to comment.