Skip to content

Commit 9094693

Browse files
chore(deps)(deps): bump napi from 2.16.17 to 3.8.3 (#571)
Bumps [napi](https://github.com/napi-rs/napi-rs) from 2.16.17 to 3.8.3. - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/napi@2.16.17...napi-v3.8.3) --- updated-dependencies: - dependency-name: napi dependency-version: 3.8.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5e8f936 commit 9094693

2 files changed

Lines changed: 42 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 41 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terraphim_ai_nodejs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
13-
napi = { version = "2.12.2", default-features = false, features = ["napi8", "tokio_rt"] }
13+
napi = { version = "3.8.3", default-features = false, features = ["napi8", "tokio_rt"] }
1414
napi-derive = "2.12.2"
1515
serde_json = { workspace = true }
1616
terraphim_automata = { path = "../crates/terraphim_automata", default-features = false }

0 commit comments

Comments
 (0)