Skip to content

Commit 5c6238f

Browse files
committed
chore(deps): bump wasm-bindgen-test
1 parent a5b932d commit 5c6238f

File tree

3 files changed

+20
-26
lines changed

3 files changed

+20
-26
lines changed

Cargo.lock

Lines changed: 18 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ url = "2.5.4"
100100
uuid = "1.12.1"
101101
vodozemac = { version = "0.9.0", features = ["insecure-pk-encryption"] }
102102
wasm-bindgen = "0.2.84"
103-
wasm-bindgen-test = "0.3.33"
103+
wasm-bindgen-test = "0.3.50"
104104
web-sys = "0.3.69"
105105
wiremock = "0.6.2"
106106
zeroize = "1.8.1"

testing/matrix-sdk-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ wiremock = { workspace = true }
3737

3838
[target.'cfg(target_arch = "wasm32")'.dependencies]
3939
getrandom = { version = "0.2.6", default-features = false, features = ["js"] }
40-
wasm-bindgen-test = "0.3.33"
40+
wasm-bindgen-test = { workspace = true }
4141

4242
[lints]
4343
workspace = true

0 commit comments

Comments
 (0)