Skip to content

Commit

Permalink
Bump napi-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed May 7, 2024
1 parent 9b572ff commit e0fc759
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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 crates/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ swc_core = { version = "0.89.6", features = [
] }
serde = "1.0.123"
napi-derive = { version = "2.16.4", optional = true }
napi = { version = "2.16.5", features = ["serde-json", "napi4", "napi5"], optional = true }
napi = { version = "2.16.6", features = ["serde-json", "napi4", "napi5"], optional = true }
crossbeam-channel = { version = "0.5.6", optional = true }
4 changes: 2 additions & 2 deletions crates/node-bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sentry = { version = "0.32.2", optional = true, default-features = false, featur
whoami = { version = "1.5.1", optional = true }
once_cell = { version = "1.19.0", optional = true }

napi = { version = "2.16.5", features = ["serde-json", "napi4", "napi5"] }
napi = { version = "2.16.6", features = ["serde-json", "napi4", "napi5"] }
parcel-dev-dep-resolver = { path = "../../packages/utils/dev-dep-resolver" }
parcel-macros = { path = "../macros", features = ["napi"] }
oxipng = "8.0.0"
Expand All @@ -47,7 +47,7 @@ crossbeam-channel = "0.5.6"
indexmap = "1.9.2"

[target.'cfg(target_arch = "wasm32")'.dependencies]
napi = { version = "2.16.5", features = ["serde-json"] }
napi = { version = "2.16.6", features = ["serde-json"] }
getrandom = { version = "0.2", features = ["custom"], default-features = false }

[target.'cfg(target_os = "macos")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/parcel_filesystem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "FileSystem wrapper trait for use in Parcel codebase."

[dependencies]
parcel_napi_helpers = { path = "../parcel_napi_helpers" }
napi = "2.16.5"
napi = "2.16.6"
dashmap = "5.5.3"
anyhow = "1.0.82"

Expand Down
2 changes: 1 addition & 1 deletion crates/parcel_napi_helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ description = "napi helpers for JS interop"

[dependencies]
anyhow = "1"
napi = "2.16.5"
napi = "2.16.6"

0 comments on commit e0fc759

Please sign in to comment.