Skip to content

Commit f4d03b0

Browse files
committed
chore(example_wallet_esplora_async): bump tokio to 1.38.1
1 parent 3e61d2a commit f4d03b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example_wallet_esplora_async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ edition = "2021"
88
[dependencies]
99
bdk_wallet = { path = "../../wallet", features = ["rusqlite"] }
1010
bdk_esplora = { version = "0.20", features = ["async-https", "tokio"] }
11-
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
11+
tokio = { version = "1.38.1", features = ["rt", "rt-multi-thread", "macros"] }
1212
anyhow = "1"

0 commit comments

Comments
 (0)