Skip to content

Commit c8ab5a7

Browse files
[deps]: Update Rust crate napi to v3
1 parent 628dbf0 commit c8ab5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)