From a5511b3691fdca6a92fc0b163f92336861251303 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Sun, 7 Jul 2024 04:07:02 +0000 Subject: [PATCH] chore(deps): update rust crate napi-derive to 3.0.0-alpha.4 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9d535dedc..a80570da0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index ea0d1794ea..2742edc522 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }