chore: Bump vodozemac

This commit is contained in:
Damir Jelić
2025-01-31 10:24:46 +01:00
parent 8d27b0c811
commit b8949cfe26
2 changed files with 3 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ allow-git = [
"https://github.com/jplatte/const_panic",
# A patch override for the bindings: https://github.com/smol-rs/async-compat/pull/22
"https://github.com/jplatte/async-compat",
# A newer version of vodozemac to support new dehydrated devices format.
# We can release vodozemac whenever we need but let's not block development
# on releases.
"https://github.com/matrix-org/vodozemac",
]

View File

@@ -93,7 +93,7 @@ uniffi = { version = "0.28.0" }
uniffi_bindgen = { version = "0.28.0" }
url = "2.5.4"
uuid = "1.11.0"
vodozemac = { git = "https://github.com/matrix-org/vodozemac", rev = "3d655add09992d17fdb2b55c60f532658090487d", features = ["insecure-pk-encryption"] }
vodozemac = { version = "0.9.0", features = ["insecure-pk-encryption"] }
wasm-bindgen = "0.2.84"
wasm-bindgen-test = "0.3.33"
web-sys = "0.3.69"