Skip to content

Commit f216910

Browse files
committed
chore: update dependencies
1 parent 2d52ad5 commit f216910

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "boltz-client"
33
description = "a boltz exchange client for swaps between BTC/LBTC & LN"
44
authors = ["i5hi <ishi@satoshiportal.com>", "Rajarshi Maitra <raj@bitshala.org>"]
5-
version = "0.4.0"
5+
version = "0.4.1"
66
edition = "2021"
77
license = "MIT"
88

@@ -20,7 +20,7 @@ members = [
2020

2121
[workspace.dependencies]
2222
bitcoin = { version = "0.32.2", features = ["rand", "base64", "rand-std"] }
23-
elements = { version = "0.25.0", features = ["serde"] }
23+
elements = { version = "0.26.2", features = ["serde"] }
2424
serde = { version = "1.0.0", features = ["derive"] }
2525
serde_json = "1.0.0"
2626
async-trait = "0.1.86"
@@ -47,7 +47,7 @@ serde_json = { workspace = true }
4747
async-trait = { workspace = true }
4848
tokio = { workspace = true }
4949
bip39 = "2.0.0"
50-
lightning-invoice = "0.32.0"
50+
lightning-invoice = "0.34.0"
5151
url = "2.5.0"
5252
log = "^0.4"
5353
env_logger = "0.11.8"
@@ -61,7 +61,7 @@ bip85_extended = "1.1.0"
6161
lightning = "0.2.2"
6262

6363
[target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dependencies]
64-
electrum-client = { version = "0.21.0", default-features = false, features = ["use-rustls-ring", "proxy"], optional = true }
64+
electrum-client = { version = "0.25.0", default-features = false, features = ["use-rustls-ring", "proxy"], optional = true }
6565

6666
[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies]
6767
getrandom = { version = "0.2", features = ["js"] }
@@ -78,7 +78,7 @@ tokio = { version = "1.43.0", features = ["rt", "macros"] }
7878
anyhow = "1.0.100"
7979

8080
[target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dev-dependencies]
81-
bitcoind = { version = "0.36.0", features = ["25_0"] }
81+
bitcoind = { version = "0.40.0", features = ["25_2"] }
8282
elementsd = { version = "0.11.0", features = ["22_1_1"] }
8383

8484
[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dev-dependencies]

0 commit comments

Comments
 (0)