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

This commit is contained in:
GitLab CI 2024-07-07 04:07:02 +00:00
parent 0dba5fdb83
commit a5511b3691
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -1831,9 +1831,9 @@ checksum = "e1c0f5d67ee408a4685b61f5ab7e58605c8ae3f2b4189f0127d804ff13d5560a"
[[package]]
name = "napi-derive"
version = "3.0.0-alpha.3"
version = "3.0.0-alpha.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "823fb2987af2446a2b4055604a920f2c1f1a028743c72adc8872d92da7e30d2b"
checksum = "9f728c2fc73c9be638b4fc65de1f15309246a1c2d355cb1508fc26a4a265873f"
dependencies = [
"cfg-if",
"convert_case",
@ -1845,9 +1845,9 @@ dependencies = [
[[package]]
name = "napi-derive-backend"
version = "2.0.0-alpha.3"
version = "2.0.0-alpha.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abd42151b3c26b5cdde9cf9a8fc5f7240de0919f234e14c6f54e3571d56e4dab"
checksum = "665de86dea7d1bf1ea6628cb8544edb5008f73e15b5bf5c69e54211c19988b3b"
dependencies = [
"convert_case",
"once_cell",

View file

@ -7,7 +7,7 @@ macros = { path = "packages/macro-rs/macros" }
macros-impl = { path = "packages/macro-rs/macros-impl" }
napi = "3.0.0-alpha.5"
napi-derive = "3.0.0-alpha.3"
napi-derive = "3.0.0-alpha.4"
napi-build = "2.1.3"
argon2 = { version = "0.5.3", default-features = false }