Skip to content

Commit

Permalink
chore(deps): update all non-major cargo dependencies to 2.16.1 (#108)
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] committed Apr 1, 2024
1 parent 94367f4 commit 37b101e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -10,8 +10,8 @@ crate-type = ["cdylib"]

[dependencies]
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "2.16.0", default-features = false, features = ["napi4"] }
napi-derive = "2.16.0"
napi = { version = "2.16.1", default-features = false, features = ["napi4"] }
napi-derive = "2.16.1"

swc_core = { version = "0.64.1", features = [
"__base",
Expand Down

0 comments on commit 37b101e

Please sign in to comment.