Merge branch 'renovate/napi-3.x' into 'develop'
chore(deps): update rust crate napi to 3.0.0-alpha.5 See merge request firefish/firefish!11100
This commit is contained in:
commit
2ee85c4e3b
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1808,9 +1808,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "napi"
|
name = "napi"
|
||||||
version = "3.0.0-alpha.4"
|
version = "3.0.0-alpha.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "05ced4f57658f822b2567154a5c0b721736c86d4d463205a150ade25123fc0d3"
|
checksum = "9e1c3a7423adc069939192859f1c5b1e6b576d662a183a70839f5b098dd807ca"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.6.0",
|
"bitflags 2.6.0",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|
|
@ -6,7 +6,7 @@ resolver = "2"
|
||||||
macros = { path = "packages/macro-rs/macros" }
|
macros = { path = "packages/macro-rs/macros" }
|
||||||
macros-impl = { path = "packages/macro-rs/macros-impl" }
|
macros-impl = { path = "packages/macro-rs/macros-impl" }
|
||||||
|
|
||||||
napi = "3.0.0-alpha.4"
|
napi = "3.0.0-alpha.5"
|
||||||
napi-derive = "3.0.0-alpha.3"
|
napi-derive = "3.0.0-alpha.3"
|
||||||
napi-build = "2.1.3"
|
napi-build = "2.1.3"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue