chore(deps): update rust crate napi to 3.0.0-alpha.8
This commit is contained in:
parent
b6bfc40927
commit
70ac72d8f8
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1808,9 +1808,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "napi"
|
name = "napi"
|
||||||
version = "3.0.0-alpha.7"
|
version = "3.0.0-alpha.8"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4ec04344cc540f5897e97c9821ab99e7eb276b4dca6f3e6e441dfa72e5bcde70"
|
checksum = "743b5a7769f54c95e20a26d9e66d1b43d5622b7dc8ec8f97b51ed8c58633841f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.6.0",
|
"bitflags 2.6.0",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|
|
@ -10,7 +10,7 @@ rust-version = "1.74"
|
||||||
macros = { path = "packages/macro-rs/macros" }
|
macros = { path = "packages/macro-rs/macros" }
|
||||||
macros-impl = { path = "packages/macro-rs/macros-impl" }
|
macros-impl = { path = "packages/macro-rs/macros-impl" }
|
||||||
|
|
||||||
napi = "3.0.0-alpha.7"
|
napi = "3.0.0-alpha.8"
|
||||||
napi-derive = "3.0.0-alpha.6"
|
napi-derive = "3.0.0-alpha.6"
|
||||||
napi-build = "2.1.3"
|
napi-build = "2.1.3"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue