Skip to content

Commit

Permalink
fix(deps): update rust-wasm-bindgen monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2023
1 parent e151a11 commit aa96293
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions signer/internal-crypto-wasm/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 signer/internal-crypto-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ edition = "2018"
crate-type = ["cdylib"]

[dependencies]
wasm-bindgen = "0.2.87"
wasm-bindgen = "0.2.89"

ssh-key = { version = "0.5.1", features = ["alloc", "ed25519"] }

# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`.
console_error_panic_hook = { version = "0.1.7" }

js-sys = "0.3.64"
js-sys = "0.3.66"

# We need Crypto feature for key generation (the actual Crypto object needs to be given as a function argument).
web-sys = { version = "0.3.64", features = ["Crypto"] }
web-sys = { version = "0.3.66", features = ["Crypto"] }

[profile.release]
# Tell `rustc` to optimize for small code size.
Expand Down

0 comments on commit aa96293

Please sign in to comment.