We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d0211 commit 74d71f9Copy full SHA for 74d71f9
payjoin-test-utils/Cargo.toml
@@ -12,11 +12,11 @@ license = "MIT"
12
bitcoin = { version = "0.32.5", features = ["base64"] }
13
bitcoincore-rpc = "0.19.0"
14
bitcoind = { version = "0.36.0", features = ["0_21_2"] }
15
-http = "1"
+http = "1.1.0"
16
log = "0.4.7"
17
ohttp = { package = "bitcoin-ohttp", version = "0.6.0" }
18
ohttp-relay = { version = "0.0.10", features = ["_test-util"] }
19
-once_cell = "1"
+once_cell = "1.19.0"
20
payjoin = { version = "0.23.0", features = ["io", "_danger-local-https"] }
21
payjoin-directory = { version = "0.0.2", features = ["_danger-local-https"] }
22
rcgen = "0.11"
0 commit comments