@@ -75,7 +75,7 @@ libc = "0.2"
75
75
uniffi = { version = " 0.27.3" , features = [" build" ], optional = true }
76
76
serde = { version = " 1.0.210" , default-features = false , features = [" std" , " derive" ] }
77
77
serde_json = { version = " 1.0.128" , default-features = false , features = [" std" ] }
78
- payjoin = { version = " 0.16 .0" , default-features = false , features = [" send" , " v2" ] }
78
+ payjoin = { version = " 0.20 .0" , default-features = false , features = [" send" , " v2" ] }
79
79
80
80
vss-client = " 0.3"
81
81
prost = { version = " 0.11.6" , default-features = false }
@@ -90,7 +90,7 @@ electrum-client = { version = "0.21.0", default-features = true }
90
90
bitcoincore-rpc = { version = " 0.19.0" , default-features = false }
91
91
proptest = " 1.0.0"
92
92
regex = " 1.5.6"
93
- payjoin = { version = " 0.16 .0" , default-features = false , features = [" send" , " v2" , " receive" ] }
93
+ payjoin = { version = " 0.20 .0" , default-features = false , features = [" send" , " v2" , " receive" ] }
94
94
reqwest = { version = " 0.11" , default-features = false , features = [" json" , " rustls-tls" , " blocking" ] }
95
95
96
96
[target .'cfg(not(no_download))' .dev-dependencies ]
0 commit comments