Skip to content

Commit

Permalink
build(deps): bump napi-derive from 2.16.5 to 2.16.8 (#224)
Browse files Browse the repository at this point in the history
Bumps [napi-derive](https://github.com/napi-rs/napi-rs) from 2.16.5 to 2.16.8.
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](https://github.com/napi-rs/napi-rs/compare/napi-derive@2.16.5...napi-derive@2.16.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent a2634ad commit e07e530
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 @@ -14,7 +14,7 @@ indexmap = "2.2.6"
itertools = "0.13.0"
# Default enable napi5 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "2.16.8", default-features = false, features = ["napi5"] }
napi-derive = "2.16.5"
napi-derive = "2.16.8"
replace_with = "0.1.7"
rrule = { version = "0.12.0", features = ["exrule"] }

Expand Down

0 comments on commit e07e530

Please sign in to comment.