Skip to content

Commit eec1835

Browse files
authored
Bump ohttp-relay dev-dep even (#260)
All other locations depend on 0.0.8 and that's compatible too.
2 parents 12fd5ca + 6bb8b45 commit eec1835

4 files changed

Lines changed: 8 additions & 28 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

payjoin-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ url = { version = "2.3.1", features = ["serde"] }
4545
[dev-dependencies]
4646
bitcoind = { version = "0.31.1", features = ["0_21_2"] }
4747
http = "1"
48-
ohttp-relay = "0.0.4"
48+
ohttp-relay = "0.0.8"
4949
tokio = { version = "1.12.0", features = ["full"] }

payjoin-defaults/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ bitcoin = { version = "0.30.0", features = ["base64"] }
2424
bitcoind = { version = "0.31.1", features = ["0_21_2"] }
2525
http = "1"
2626
log = { version = "0.4.14"}
27-
ohttp-relay = "0.0.7"
27+
ohttp-relay = "0.0.8"
2828
once_cell = "1"
2929
payjoin-directory = { path = "../payjoin-directory", features = ["danger-local-https"] }
3030
rcgen = { version = "0.11" }

payjoin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ serde_json = "1.0.108"
3636
bitcoind = { version = "0.31.1", features = ["0_21_2"] }
3737
http = "1"
3838
payjoin-directory = { path = "../payjoin-directory", features = ["danger-local-https"] }
39-
ohttp-relay = "0.0.7"
39+
ohttp-relay = "0.0.8"
4040
once_cell = "1"
4141
rcgen = { version = "0.11" }
4242
rustls = "0.22.2"

0 commit comments

Comments
 (0)