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 29, 2023
1 parent d1bf83b commit 87676bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/wasmvm/wasmclient/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ default = ["console_error_panic_hook"]
iota-crypto = { git = "https://github.com/iotaledger/crypto.rs", branch = "dev", default-features = false, features = [ "blake2b", "ed25519" ] }
wasmlib = { path = "../wasmlib" }
#wasmlib = { git = "https://github.com/iotaledger/wasp", branch = "develop" }
wasm-bindgen = "0.2.88"
wasm-bindgen = "0.2.89"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
bech32 = "0.9.1"
Expand All @@ -43,5 +43,5 @@ console_error_panic_hook = { version = "0.1.7", optional = true }
wee_alloc = { version = "0.4.5", optional = true }

[dev-dependencies]
wasm-bindgen-test = "0.3.38"
wasm-bindgen-test = "0.3.39"
testwasmlib = { path = "../../../contracts/wasm/testwasmlib/rs/testwasmlib" }
4 changes: 2 additions & 2 deletions packages/wasmvm/wasmlib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ crate-type = ["cdylib", "rlib"]
default = ["console_error_panic_hook"]

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

# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires
Expand All @@ -33,4 +33,4 @@ console_error_panic_hook = { version = "0.1.7", optional = true }
wee_alloc = { version = "0.4.5", optional = true }

[dev-dependencies]
wasm-bindgen-test = "0.3.38"
wasm-bindgen-test = "0.3.39"
4 changes: 2 additions & 2 deletions packages/wasmvm/wasmvmhost/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ repository = "https://github.com/iotaledger/wasp"
crate-type = ["cdylib", "rlib"]

[dependencies]
wasm-bindgen = "0.2.88"
wasm-bindgen = "0.2.89"
wasmlib = { path = "../wasmlib" }
#wasmlib = { git = "https://github.com/iotaledger/wasp/packages/wasmvm/wasmlib", branch = "develop" }

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

0 comments on commit 87676bf

Please sign in to comment.