File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ 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.18 " , features = [" fuzztarget" ] }
22
- bitcoin_hashes = { version = " 0.3 " , features = [" fuzztarget" ] }
21
+ bitcoin = { version = " 0.20 " , features = [" fuzztarget" ] }
22
+ bitcoin_hashes = { version = " 0.7 " , features = [" fuzztarget" ] }
23
23
hex = " 0.3"
24
24
honggfuzz = { version = " 0.5" , optional = true }
25
- secp256k1 = { version = " 0.12 " , features =[" fuzztarget" ] }
25
+ secp256k1 = { version = " 0.15 " , features =[" fuzztarget" ] }
26
26
libfuzzer-sys = { git = " https://github.com/rust-fuzz/libfuzzer-sys.git" , optional = true }
27
27
28
28
[build-dependencies ]
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ For Rust-Lightning clients which wish to make direct connections to Lightning P2
9
9
"""
10
10
11
11
[dependencies ]
12
- bitcoin = " 0.18 "
13
- bitcoin_hashes = " 0.3 "
12
+ bitcoin = " 0.20 "
13
+ bitcoin_hashes = " 0.7 "
14
14
lightning = { version = " 0.0.9" , path = " ../" }
15
- secp256k1 = " 0.12 "
15
+ secp256k1 = " 0.15 "
16
16
tokio-codec = " 0.1"
17
17
futures = " 0.1"
18
18
tokio = " 0.1"
You can’t perform that action at this time.
0 commit comments