chore(crypto-js): Update vodozemac's version to match matrix-sdk-crypto's.

This commit is contained in:
Ivan Enderlin
2022-05-30 10:08:29 +02:00
parent 0335fdd07f
commit 7fa89f76aa

View File

@@ -29,7 +29,7 @@ docsrs = []
[dependencies]
matrix-sdk-crypto = { version = "0.5.0", path = "../matrix-sdk-crypto" }
ruma = { version = "0.6.2", features = ["client-api-c", "js", "rand", "unstable-msc2676", "unstable-msc2677"] }
vodozemac = { version = "0.2.0", features = ["js"] }
vodozemac = { git = "https://github.com/matrix-org/vodozemac/", rev = "d0e744287a14319c2a9148fef3747548c740fc36", features = ["js"] }
wasm-bindgen = "0.2.80"
wasm-bindgen-futures = "0.4.30"
js-sys = "0.3.49"