build(deps): bump bdk to 0.23

This commit is contained in:
Byron Hambly 2022-10-07 20:34:27 +02:00
parent b64da86acd
commit ef7922f898
No known key found for this signature in database
GPG Key ID: DE8F6EA20A661697
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -241,9 +241,9 @@ dependencies = [
[[package]]
name = "bdk"
version = "0.22.0"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14836e8b1312be32e46f5da47e1189c2239fa75f9237a0a7c7aea9ee7071a2bc"
checksum = "a03818e03fb03c159053bf474a23c474c92796cc0ebc5f677512e989ee449c04"
dependencies = [
"async-trait",
"bdk-macros",

View File

@ -15,7 +15,7 @@ async-trait = "0.1"
atty = "0.2"
backoff = { version = "0.4", features = [ "tokio" ] }
base64 = "0.13"
bdk = "0.22"
bdk = "0.23"
big-bytes = "1"
bitcoin = { version = "0.28", features = [ "rand", "use-serde" ] }
bmrng = "0.5"