Skip to content

Commit b8949cf

Browse files
committed
chore: Bump vodozemac
1 parent 8d27b0c commit b8949cf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.deny.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ allow-git = [
6161
"https://github.com/jplatte/const_panic",
6262
# A patch override for the bindings: https://github.com/smol-rs/async-compat/pull/22
6363
"https://github.com/jplatte/async-compat",
64-
# A newer version of vodozemac to support new dehydrated devices format.
64+
# We can release vodozemac whenever we need but let's not block development
65+
# on releases.
6566
"https://github.com/matrix-org/vodozemac",
6667
]

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ uniffi = { version = "0.28.0" }
9393
uniffi_bindgen = { version = "0.28.0" }
9494
url = "2.5.4"
9595
uuid = "1.11.0"
96-
vodozemac = { git = "https://github.com/matrix-org/vodozemac", rev = "3d655add09992d17fdb2b55c60f532658090487d", features = ["insecure-pk-encryption"] }
96+
vodozemac = { version = "0.9.0", features = ["insecure-pk-encryption"] }
9797
wasm-bindgen = "0.2.84"
9898
wasm-bindgen-test = "0.3.33"
9999
web-sys = "0.3.69"

0 commit comments

Comments
 (0)