From 280dc6c9642b06a29acc2bfd200000a0870faedf Mon Sep 17 00:00:00 2001 From: Rob N Date: Wed, 2 Oct 2024 07:36:26 -1000 Subject: [PATCH] lib: upgrade `bdk_wallet` to `beta-5` --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e4f6b53..8d3bf6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,13 +5,13 @@ edition = "2021" rust-version = "1.63.0" [dependencies] -bdk_chain = { version = "0.19.0" } +bdk_chain = { version = "0.20.0" } kyoto-cbf = { version = "0.2.0", default-features = false, features = ["dns"] } tracing = { version = "0.1", optional = true } tracing-subscriber = { version = "0.3", optional = true } [dependencies.bdk_wallet] -version = "1.0.0-beta.4" +version = "1.0.0-beta.5" optional = true [features] @@ -23,7 +23,7 @@ rusqlite = ["kyoto-cbf/database"] [dev-dependencies] tokio = { version = "1.37", features = ["full"], default-features = false } anyhow = "1.0" -bdk_testenv = "0.8.0" +bdk_testenv = "0.9.0" tempfile = "3.12.0" tracing = { version = "0.1" } tracing-subscriber = { version = "0.3" }