Skip to content

Commit 74d71f9

Browse files
committed
Specify precise deps in payjoin-test-utils cargo toml
1 parent 90d0211 commit 74d71f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

payjoin-test-utils/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ license = "MIT"
1212
bitcoin = { version = "0.32.5", features = ["base64"] }
1313
bitcoincore-rpc = "0.19.0"
1414
bitcoind = { version = "0.36.0", features = ["0_21_2"] }
15-
http = "1"
15+
http = "1.1.0"
1616
log = "0.4.7"
1717
ohttp = { package = "bitcoin-ohttp", version = "0.6.0" }
1818
ohttp-relay = { version = "0.0.10", features = ["_test-util"] }
19-
once_cell = "1"
19+
once_cell = "1.19.0"
2020
payjoin = { version = "0.23.0", features = ["io", "_danger-local-https"] }
2121
payjoin-directory = { version = "0.0.2", features = ["_danger-local-https"] }
2222
rcgen = "0.11"

0 commit comments

Comments
 (0)