chore(deps): update rust crate napi to 3.0.0-alpha.8

This commit is contained in:
GitLab CI 2024-07-18 12:06:29 +00:00
parent b6bfc40927
commit 70ac72d8f8
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1808,9 +1808,9 @@ dependencies = [
[[package]]
name = "napi"
version = "3.0.0-alpha.7"
version = "3.0.0-alpha.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec04344cc540f5897e97c9821ab99e7eb276b4dca6f3e6e441dfa72e5bcde70"
checksum = "743b5a7769f54c95e20a26d9e66d1b43d5622b7dc8ec8f97b51ed8c58633841f"
dependencies = [
"bitflags 2.6.0",
"chrono",

View file

@ -10,7 +10,7 @@ rust-version = "1.74"
macros = { path = "packages/macro-rs/macros" }
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-build = "2.1.3"