Skip to content

Commit

Permalink
chore(deps): bump napi from 2.16.11 to 2.16.13
Browse files Browse the repository at this point in the history
Bumps [napi](https://github.com/napi-rs/napi-rs) from 2.16.11 to 2.16.13.
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](https://github.com/napi-rs/napi-rs/compare/[email protected]@2.16.13)

---
updated-dependencies:
- dependency-name: napi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent 15730f9 commit c761caf
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 cala-nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ base64 = { workspace = true }
uuid = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
napi = { version = "2.16.11", default-features = false, features = ["tokio_rt", "serde-json"] }
napi = { version = "2.16.13", default-features = false, features = ["tokio_rt", "serde-json"] }
napi-derive = "2.16.12"

[build-dependencies]
Expand Down

0 comments on commit c761caf

Please sign in to comment.