From 5f6c0a46f2f3bfea50623e912d690b4274dbc090 Mon Sep 17 00:00:00 2001 From: Rob N Date: Thu, 5 Dec 2024 07:52:04 -1000 Subject: [PATCH] lib: update `kyoto` to `0.6.0` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 117ec61..212d6d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ rust-version = "1.63.0" [dependencies] bdk_chain = { version = "0.20.0" } -kyoto-cbf = { version = "0.5.0", default-features = false, features = ["dns"] } +kyoto-cbf = { version = "0.6.0", default-features = false, features = ["dns"] } tracing = { version = "0.1", optional = true } tracing-subscriber = { version = "0.3", optional = true }