File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ max_level_info = []
22
22
max_level_debug = []
23
23
24
24
[dependencies ]
25
- bitcoin = " 0.17 "
25
+ bitcoin = " 0.18 "
26
26
bitcoin_hashes = " 0.3"
27
27
rand = " 0.4"
28
28
secp256k1 = " 0.12"
29
29
30
30
[dev-dependencies .bitcoin ]
31
- version = " 0.17 "
31
+ version = " 0.18 "
32
32
features = [" bitcoinconsensus" ]
33
33
34
34
[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ libfuzzer_fuzz = ["libfuzzer-sys"]
18
18
[dependencies ]
19
19
afl = { version = " 0.4" , optional = true }
20
20
lightning = { path = " .." , features = [" fuzztarget" ] }
21
- bitcoin = { version = " 0.17 " , features = [" fuzztarget" ] }
21
+ bitcoin = { version = " 0.18 " , features = [" fuzztarget" ] }
22
22
bitcoin_hashes = { version = " 0.3" , features =[" fuzztarget" ] }
23
23
hex = " 0.3"
24
24
honggfuzz = { version = " 0.5" , optional = true }
You can’t perform that action at this time.
0 commit comments