Skip to content

Commit cc44acf

Browse files
[deps]: Update Rust crate napi to v3
1 parent 4d4d3de commit cc44acf

File tree

2 files changed

+67
-31
lines changed

2 files changed

+67
-31
lines changed

Cargo.lock

Lines changed: 66 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bitwarden-napi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bitwarden-json = { path = "../bitwarden-json", version = "0.3.0", features = [
2323
] }
2424
env_logger = "0.11.1"
2525
log = { workspace = true }
26-
napi = { version = "2", features = ["async"] }
26+
napi = { version = "3", features = ["async"] }
2727
napi-derive = "2"
2828

2929
[build-dependencies]

0 commit comments

Comments
 (0)