Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent e061935 commit 3973473
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
regex = "1.10.6"
wax = { version = "0.6.0", features = ["walk"] }
napi-derive = { version = "2.16.11", optional = true }
napi-derive = { version = "2.16.12", optional = true }
napi = { version = "2.16.9", default-features = false, features = [
"napi9",
"serde-json",
Expand Down

0 comments on commit 3973473

Please sign in to comment.