Skip to content

Commit

Permalink
Merge branch 'master' into feature/java-wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
lukpotSym authored Nov 27, 2023
2 parents b471480 + af31957 commit c57ef08
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/bitwarden-napi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ napi-derive = "2"
bitwarden-json = { path = "../bitwarden-json", version = "0.3.0", features = ["secrets"] }

[build-dependencies]
napi-build = "2.0.1"
napi-build = "2.1.0"

[profile.release]
lto = true
2 changes: 1 addition & 1 deletion crates/bitwarden-uniffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["lib", "staticlib", "cdylib"]
bench = false

[dependencies]
async-lock = "3.0.0"
async-lock = "3.1.2"
chrono = { version = ">=0.4.26, <0.5", features = [
"serde",
"std",
Expand Down
2 changes: 1 addition & 1 deletion crates/bitwarden-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ console_error_panic_hook = "0.1.7"
console_log = { version = "1.0.0", features = ["color"] }
js-sys = "0.3.63"
log = "0.4.20"
serde = { version = "1.0.163", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
wasm-bindgen = { version = "=0.2.87", features = ["serde-serialize"] }
wasm-bindgen-futures = "0.4.36"

Expand Down
2 changes: 1 addition & 1 deletion crates/bws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ regex = { version = "1.10.2", features = [
"std",
"perf",
], default-features = false }
serde = "^1.0.163"
serde = "^1.0.193"
serde_json = "^1.0.108"
serde_yaml = "0.9"
supports-color = "2.1.0"
Expand Down

0 comments on commit c57ef08

Please sign in to comment.