Merge branch 'renovate/napi-3.x' into 'develop'

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


See merge request firefish/firefish!11104
This commit is contained in:
GitLab CI 2024-07-07 20:28:30 +00:00
commit 95f596fc2f
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.5"
version = "3.0.0-alpha.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1c3a7423adc069939192859f1c5b1e6b576d662a183a70839f5b098dd807ca"
checksum = "2e5a69ce63aa1e68c939c5afa3f7be80d0c37eb3755022b064792dc019f08d8e"
dependencies = [
"bitflags 2.6.0",
"chrono",

View file

@ -6,7 +6,7 @@ resolver = "2"
macros = { path = "packages/macro-rs/macros" }
macros-impl = { path = "packages/macro-rs/macros-impl" }
napi = "3.0.0-alpha.5"
napi = "3.0.0-alpha.6"
napi-derive = "3.0.0-alpha.4"
napi-build = "2.1.3"