Skip to content

Commit

Permalink
fix(deps): update napi-rs (#222)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 21, 2024
1 parent 4428a74 commit 192a7a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ crate-type = ["cdylib"]

[dependencies]
itertools = "0.12.1"
napi = { version = "2.16.2", default-features = false, features = ["napi8"] }
napi-derive = "2.16.2"
napi = { version = "2.16.4", default-features = false, features = ["napi8"] }
napi-derive = "2.16.3"

[build-dependencies]
napi-build = "2.1.3"
Expand Down

0 comments on commit 192a7a3

Please sign in to comment.