From b8949cfe26b149a287a40d6d2ca699dd5f38b77e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 31 Jan 2025 10:24:46 +0100 Subject: [PATCH] chore: Bump vodozemac --- .deny.toml | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.deny.toml b/.deny.toml index 6db514146..212973f3c 100644 --- a/.deny.toml +++ b/.deny.toml @@ -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", ] diff --git a/Cargo.toml b/Cargo.toml index bd5cdb4ba..da513da97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"