mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-21 12:38:17 -04:00
remove libp2p-async-await
This commit is contained in:
parent
7ae05dc8a0
commit
00b015f0fb
2 changed files with 1 additions and 32 deletions
32
Cargo.lock
generated
32
Cargo.lock
generated
|
@ -1768,26 +1768,6 @@ version = "0.2.90"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ba4aede83fc3617411dc6993bc8c70919750c1c257c6ca6a502aed6e0e2394ae"
|
checksum = "ba4aede83fc3617411dc6993bc8c70919750c1c257c6ca6a502aed6e0e2394ae"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "libp2p"
|
|
||||||
version = "0.37.1"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "08053fbef67cd777049ef7a95ebaca2ece370b4ed7712c3fa404d69a88cb741b"
|
|
||||||
dependencies = [
|
|
||||||
"atomic",
|
|
||||||
"bytes 1.0.1",
|
|
||||||
"futures",
|
|
||||||
"lazy_static",
|
|
||||||
"libp2p-core",
|
|
||||||
"libp2p-swarm",
|
|
||||||
"libp2p-swarm-derive",
|
|
||||||
"parity-multiaddr",
|
|
||||||
"parking_lot 0.11.1",
|
|
||||||
"pin-project 1.0.5",
|
|
||||||
"smallvec",
|
|
||||||
"wasm-timer",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libp2p"
|
name = "libp2p"
|
||||||
version = "0.38.0"
|
version = "0.38.0"
|
||||||
|
@ -1816,15 +1796,6 @@ dependencies = [
|
||||||
"wasm-timer",
|
"wasm-timer",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "libp2p-async-await"
|
|
||||||
version = "0.1.0"
|
|
||||||
source = "git+https://github.com/comit-network/rust-libp2p-async-await#50e781b12bbeda7986c0cada090f171f41093144"
|
|
||||||
dependencies = [
|
|
||||||
"libp2p 0.37.1",
|
|
||||||
"log 0.4.14",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libp2p-core"
|
name = "libp2p-core"
|
||||||
version = "0.28.3"
|
version = "0.28.3"
|
||||||
|
@ -3946,8 +3917,7 @@ dependencies = [
|
||||||
"get-port",
|
"get-port",
|
||||||
"hyper 0.14.9",
|
"hyper 0.14.9",
|
||||||
"itertools 0.10.1",
|
"itertools 0.10.1",
|
||||||
"libp2p 0.38.0",
|
"libp2p",
|
||||||
"libp2p-async-await",
|
|
||||||
"miniscript",
|
"miniscript",
|
||||||
"monero",
|
"monero",
|
||||||
"monero-harness",
|
"monero-harness",
|
||||||
|
|
|
@ -30,7 +30,6 @@ ed25519-dalek = "1"
|
||||||
futures = { version = "0.3", default-features = false }
|
futures = { version = "0.3", default-features = false }
|
||||||
itertools = "0.10"
|
itertools = "0.10"
|
||||||
libp2p = { version = "0.38", default-features = false, features = [ "tcp-tokio", "yamux", "mplex", "dns-tokio", "noise", "request-response", "websocket", "ping" ] }
|
libp2p = { version = "0.38", default-features = false, features = [ "tcp-tokio", "yamux", "mplex", "dns-tokio", "noise", "request-response", "websocket", "ping" ] }
|
||||||
libp2p-async-await = { git = "https://github.com/comit-network/rust-libp2p-async-await" }
|
|
||||||
miniscript = { version = "5", features = [ "serde" ] }
|
miniscript = { version = "5", features = [ "serde" ] }
|
||||||
monero = { version = "0.12", features = [ "serde_support" ] }
|
monero = { version = "0.12", features = [ "serde_support" ] }
|
||||||
monero-rpc = { path = "../monero-rpc" }
|
monero-rpc = { path = "../monero-rpc" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue