diff --git a/Cargo.lock b/Cargo.lock index 75d0706fd..4abbc8af2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5368,8 +5368,3 @@ name = "zeroize" version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" - -[[patch.unused]] -name = "lightning-net-tokio" -version = "0.0.117" -source = "git+https://github.com/bonomat/rust-lightning-p2p-derivatives?rev=e49030e#e49030e785408f0fd4da077f63f8101cc0b2436e" diff --git a/Cargo.toml b/Cargo.toml index 8a1279d56..2dab36f1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,6 @@ dlc-trie = { git = "https://github.com/get10101/rust-dlc", rev = "bc31c6167e304d lightning = { git = "https://github.com/bonomat/rust-lightning-p2p-derivatives", rev = "e49030e" } lightning-background-processor = { git = "https://github.com/bonomat/rust-lightning-p2p-derivatives", rev = "e49030e" } lightning-transaction-sync = { git = "https://github.com/bonomat/rust-lightning-p2p-derivatives", rev = "e49030e" } -lightning-net-tokio = { git = "https://github.com/bonomat/rust-lightning-p2p-derivatives", rev = "e49030e" } lightning-persister = { git = "https://github.com/bonomat/rust-lightning-p2p-derivatives", rev = "e49030e" } lightning-rapid-gossip-sync = { git = "https://github.com/bonomat/rust-lightning-p2p-derivatives", rev = "e49030e" }