From 2fa4410dc6adbe49899d5ae177dc8e6dcc6fff8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 31 May 2023 11:25:55 +0200 Subject: [PATCH] Bump the vodozemac version --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d68aeeeda..02e6efa3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5718,8 +5718,9 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vodozemac" -version = "0.3.0" -source = "git+https://github.com/matrix-org/vodozemac?rev=195ae1c9112fd602358b3373dc662573707e57e5#195ae1c9112fd602358b3373dc662573707e57e5" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56d1b4c112e19e1f9361e34c7a40d30bd7f1de0fec43b83f2f8383d6eee9f561" dependencies = [ "aes", "arrayvec", diff --git a/Cargo.toml b/Cargo.toml index 3b16aa49a..13b163262 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ tracing = { version = "0.1.36", default-features = false, features = ["std"] } tracing-core = "0.1.30" uniffi = { git = "https://github.com/mozilla/uniffi-rs", rev = "f243005ee79c1f3f39b63ba0d722f011f90fff46" } uniffi_bindgen = { git = "https://github.com/mozilla/uniffi-rs", rev = "f243005ee79c1f3f39b63ba0d722f011f90fff46" } -vodozemac = { git = "https://github.com/matrix-org/vodozemac", rev = "195ae1c9112fd602358b3373dc662573707e57e5" } +vodozemac = "0.4.0" zeroize = "1.3.0" # Default release profile, select with `--release`