Skip to content

Commit

Permalink
[deps]: Update rust-wasm-bindgen monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2023
1 parent ac340ed commit 892a321
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
17 changes: 9 additions & 8 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/bitwarden-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
console_error_panic_hook = "0.1.7"
console_log = { version = "1.0.0", features = ["color"] }
js-sys = "0.3.63"
js-sys = "0.3.66"
log = "0.4.20"
serde = { version = "1.0.193", features = ["derive"] }
wasm-bindgen = { version = "0.2.89", features = ["serde-serialize"] }
wasm-bindgen-futures = "0.4.36"
wasm-bindgen-futures = "0.4.39"

bitwarden-json = { path = "../bitwarden-json", features = ["secrets"] }

[dev-dependencies]
wasm-bindgen-test = "0.3.36"
wasm-bindgen-test = "0.3.39"

0 comments on commit 892a321

Please sign in to comment.