From 9b8ced92ddffbac9ab2dbcd626b394656666d4c0 Mon Sep 17 00:00:00 2001 From: Cristian Antonio Escalante Hernandez Date: Thu, 19 Dec 2024 19:35:35 -0600 Subject: [PATCH] chore(deps): bump bdk from 0.29.0 to 0.30.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3619a4c..b6b2a275 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -352,9 +352,9 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "bdk" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fc1fc1a92e0943bfbcd6eb7d32c1b2a79f2f1357eb1e2eee9d7f36d6d7ca44a" +checksum = "b4180b6f569daf2a8cf97ce8bda63be2bc17ae0bc2a4e283b9787ad9f33b6d97" dependencies = [ "async-trait", "bdk-macros", diff --git a/Cargo.toml b/Cargo.toml index 8868890e..a7498c03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ uuid = { version = "1.8.0", features = ["serde", "v4"] } futures = "0.3.30" url = "2.5.2" rand = "0.8.5" -bdk = "0.29.0" +bdk = "0.30.0" opentelemetry = { version = "0.27.0" } opentelemetry_sdk = { version = "0.27.0", features = ["rt-tokio"] } opentelemetry-otlp = { version = "0.27.0", features = [