Skip to content

Commit

Permalink
Merge branch 'main' into ps/improve-ts-bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-garcia committed Jan 29, 2024
2 parents d6c6c97 + de4cd5d commit 6992012
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 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-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.67"
log = "0.4.20"
serde = { version = "1.0.195", features = ["derive"] }
serde = { version = "1.0.196", features = ["derive"] }
wasm-bindgen = { version = "0.2.90", features = ["serde-serialize"] }
wasm-bindgen-futures = "0.4.40"

Expand Down
6 changes: 3 additions & 3 deletions crates/bws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ comfy-table = "^7.1.0"
directories = "5.0.1"
env_logger = "0.10.1"
log = "0.4.20"
regex = { version = "1.10.2", features = [
regex = { version = "1.10.3", features = [
"std",
"perf",
], default-features = false }
serde = "^1.0.195"
serde_json = "^1.0.111"
serde = "^1.0.196"
serde_json = "^1.0.113"
serde_yaml = "0.9"
supports-color = "2.1.0"
thiserror = "1.0.56"
Expand Down
2 changes: 1 addition & 1 deletion crates/sdk-schemas/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ internal = [
anyhow = "1.0.79"
itertools = "0.12.0"
schemars = { version = "0.8.16", features = ["preserve_order"] }
serde_json = "1.0.111"
serde_json = "1.0.113"

bitwarden = { path = "../bitwarden" }
bitwarden-json = { path = "../bitwarden-json" }
Expand Down

0 comments on commit 6992012

Please sign in to comment.