diff --git a/Cargo.toml b/Cargo.toml index 5d437e1..ff47fb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,8 +16,8 @@ name = "bdkffi" [dependencies] bdk = { version = "0.22", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled"] } -uniffi_macros = { version = "0.19.3", features = ["builtin-bindgen"] } -uniffi = { version = "0.19.3", features = ["builtin-bindgen"] } +uniffi_macros = { version = "0.20.0", features = ["builtin-bindgen"] } +uniffi = { version = "0.20.0", features = ["builtin-bindgen"] } [build-dependencies] -uniffi_build = { version = "0.19.3", features = ["builtin-bindgen"] } +uniffi_build = { version = "0.20.0", features = ["builtin-bindgen"] } diff --git a/bdk-ffi-bindgen/Cargo.toml b/bdk-ffi-bindgen/Cargo.toml index 2c27b1e..1f0f7cb 100644 --- a/bdk-ffi-bindgen/Cargo.toml +++ b/bdk-ffi-bindgen/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.0" edition = "2021" [dependencies] -anyhow = "=1.0.45" # remove after upgrading to next version of uniffi +anyhow = "1.0.45" # remove after upgrading to next version of uniffi structopt = "0.3" -uniffi_bindgen = "0.19.5" +uniffi_bindgen = "0.20.0" camino = "1.0.9"