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

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


See merge request firefish/firefish!11148
This commit is contained in:
GitLab CI 2024-07-14 20:26:17 +00:00
commit d84e62bab2
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.6"
version = "3.0.0-alpha.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e5a69ce63aa1e68c939c5afa3f7be80d0c37eb3755022b064792dc019f08d8e"
checksum = "4ec04344cc540f5897e97c9821ab99e7eb276b4dca6f3e6e441dfa72e5bcde70"
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.6"
napi = "3.0.0-alpha.7"
napi-derive = "3.0.0-alpha.5"
napi-build = "2.1.3"