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/napi@2.16.11...napi@2.16.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent 4a3f7b4 commit 5573414
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/nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ futures = { workspace = true }
thiserror = { workspace = true }
url = { workspace = true }
lzma-sys = { version = "*", features = ["static"] } # Prevent dynamic linking of lzma, which comes from datafusion
napi = { version = "2.16.11", default-features = false, features = ["full"] }
napi = { version = "2.16.13", default-features = false, features = ["full"] }
napi-derive = "2.16.12"
once_cell = "1.19.0"
async-once-cell = "0.5.3"
Expand Down

0 comments on commit 5573414

Please sign in to comment.