diff --git a/Cargo.toml b/Cargo.toml index 851e60f..b4b8b73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk_kyoto" -version = "0.15.4" +version = "0.16.0" authors = ["Rob rob@2140.dev", "Bitcoin Dev Kit Developers"] description = "BDK blockchain integration using P2P light client Kyoto" license = "MIT OR Apache-2.0" @@ -13,7 +13,7 @@ rust-version = "1.85.0" [dependencies] bdk_wallet = "3" -bip157 = { version = "0.4.0" } +bip157 = { version = "0.4.2" } [dev-dependencies] tokio = { version = "1", features = ["full"], default-features = false }