Skip to content

Commit 2030206

Browse files
committed
Update the fuzz and net-tokio crates
1 parent 5bb7ba5 commit 2030206

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

fuzz/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ libfuzzer_fuzz = ["libfuzzer-sys"]
1818
[dependencies]
1919
afl = { version = "0.4", optional = true }
2020
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"] }
2323
hex = "0.3"
2424
honggfuzz = { version = "0.5", optional = true }
25-
secp256k1 = { version = "0.12", features=["fuzztarget"] }
25+
secp256k1 = { version = "0.15", features=["fuzztarget"] }
2626
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git", optional = true }
2727

2828
[build-dependencies]

net-tokio/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ For Rust-Lightning clients which wish to make direct connections to Lightning P2
99
"""
1010

1111
[dependencies]
12-
bitcoin = "0.18"
13-
bitcoin_hashes = "0.3"
12+
bitcoin = "0.20"
13+
bitcoin_hashes = "0.7"
1414
lightning = { version = "0.0.9", path = "../" }
15-
secp256k1 = "0.12"
15+
secp256k1 = "0.15"
1616
tokio-codec = "0.1"
1717
futures = "0.1"
1818
tokio = "0.1"

0 commit comments

Comments
 (0)