Skip to content

Commit

Permalink
[deps]: Update rust-wasm-bindgen monorepo (#383)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent d1ddaa7 commit 3d6b4a4
Showing 1 changed file with 3 additions and 3 deletions.
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 3d6b4a4

Please sign in to comment.