1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

[deps] Platform: Update Rust crate napi to v2.16.15 (#13433)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-02-17 12:35:17 +01:00
committed by GitHub
parent 44becd34bd
commit 19a6641ce8
2 changed files with 3 additions and 3 deletions

View File

@@ -1690,9 +1690,9 @@ dependencies = [
[[package]]
name = "napi"
version = "2.16.13"
version = "2.16.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "214f07a80874bb96a8433b3cdfc84980d56c7b02e1a0d7ba4ba0db5cef785e2b"
checksum = "d3437deb8b6ba2448b6a94260c5c6b9e5eeb5a5d6277e44b40b2532d457b0f0d"
dependencies = [
"bitflags",
"ctor",

View File

@@ -18,7 +18,7 @@ base64 = "=0.22.1"
hex = "=0.4.3"
anyhow = "=1.0.94"
desktop_core = { path = "../core" }
napi = { version = "=2.16.13", features = ["async"] }
napi = { version = "=2.16.15", features = ["async"] }
napi-derive = "=2.16.13"
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true