Skip to content

Commit

Permalink
Merge pull request #9 from alpenlabs/storopoli/bdk-1.0.0-beta.4
Browse files Browse the repository at this point in the history
chore: bump bdk_wallet to 1.0.0-beta.4
  • Loading branch information
Zk2u authored Sep 16, 2024
2 parents 0f79eb7 + b496f29 commit 99a8d09
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 16 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,30 @@ version = "0.1.0"
edition = "2021"

[dependencies]
alloy = { version = "0.3.5", default-features = false, features = ["std", "rpc-client-ws"] }
alloy = { version = "0.3.5", default-features = false, features = [
"std",
"rpc-client-ws",
] }
arrayvec = "0.7.6"
axum = { version = "0.7.5", features = ["http2"] }
bdk_esplora = { version = "0.17.1", features = ["async-https", "async-https-rustls"], default-features = false }
bdk_wallet = { version = "1.0.0-beta.2", features = ["rusqlite"] }
bdk_esplora = { version = "0.18.0", features = [
"async-https",
"async-https-rustls",
], default-features = false }
bdk_wallet = { version = "1.0.0-beta.4", features = ["rusqlite"] }
concurrent-map = "5.0.37"
parking_lot = "0.12.3"
rand = "0.8.5"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
sha2 = { version = "0.10.8", features = ["asm", "loongarch64_asm"] }
terrors = "0.3.0"
tokio = { version = "1.40.0", features = ["macros", "net", "parking_lot", "rt-multi-thread", "time"] }
tokio = { version = "1.40.0", features = [
"macros",
"net",
"parking_lot",
"rt-multi-thread",
"time",
] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"

0 comments on commit 99a8d09

Please sign in to comment.