Bump the vodozemac version

This commit is contained in:
Damir Jelić
2023-05-31 11:25:55 +02:00
parent 85b37bfcc4
commit 2fa4410dc6
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@@ -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",

View File

@@ -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`