diff --git a/crates/matrix-sdk-ffi/Cargo.toml b/crates/matrix-sdk-ffi/Cargo.toml index cf66c99e9..3dfd6897c 100644 --- a/crates/matrix-sdk-ffi/Cargo.toml +++ b/crates/matrix-sdk-ffi/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib", "staticlib"] [build-dependencies] -uniffi_build = { version = "0.17.0", features = ["builtin-bindgen"] } +uniffi_build = { version = "0.18.0", features = ["builtin-bindgen"] } [dependencies] anyhow = "1.0.51" @@ -31,5 +31,5 @@ thiserror = "1.0.30" tokio = { version = "1", features = ["rt-multi-thread", "macros"] } tokio-stream = "0.1.8" tracing = "0.1.32" -uniffi = "0.17.0" -uniffi_macros = "0.17.0" +uniffi = "0.18.0" +uniffi_macros = "0.18.0"