Skip to content

Commit

Permalink
chore(deps): update all non-major cargo dependencies (#111)
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 15, 2024
1 parent 5113ec8 commit 05d620f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

6 changes: 3 additions & 3 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.1", default-features = false, features = ["napi4"] }
napi-derive = "2.16.1"
napi = { version = "2.16.2", default-features = false, features = ["napi4"] }
napi-derive = "2.16.2"

swc_core = { version = "0.64.1", features = [
"__base",
Expand All @@ -23,7 +23,7 @@ swc_core = { version = "0.64.1", features = [
] }

[build-dependencies]
napi-build = "2.1.2"
napi-build = "2.1.3"

[profile.release]
lto = true

0 comments on commit 05d620f

Please sign in to comment.