Skip to content

Commit

Permalink
fix: Upgrade p2p fix repeat connection bug
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWaWaR committed Apr 2, 2019
1 parent 1fba345 commit 815fe6b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ tokio = "0.1.18"
futures = "0.1"
snap = "0.2"
crossbeam-channel = "0.3"
p2p = { git = "https://github.com/nervosnetwork/p2p", rev="0793fcffb6e86de1aeed8156fc628c8ed155d30c", package="tentacle" }
secio = { git = "https://github.com/nervosnetwork/p2p", rev="0793fcffb6e86de1aeed8156fc628c8ed155d30c", package="tentacle-secio" }
p2p-ping = { git = "https://github.com/nervosnetwork/p2p", rev="0793fcffb6e86de1aeed8156fc628c8ed155d30c", package="tentacle-ping" }
p2p-discovery = { git = "https://github.com/nervosnetwork/p2p", rev="0793fcffb6e86de1aeed8156fc628c8ed155d30c", package="tentacle-discovery" }
p2p-identify = { git = "https://github.com/nervosnetwork/p2p", rev="0793fcffb6e86de1aeed8156fc628c8ed155d30c", package="tentacle-identify" }
p2p = { git = "https://github.com/nervosnetwork/p2p", rev="ab661f065dc8667a04f12122250f5fb759872dec", package="tentacle" }
secio = { git = "https://github.com/nervosnetwork/p2p", rev="ab661f065dc8667a04f12122250f5fb759872dec", package="tentacle-secio" }
p2p-ping = { git = "https://github.com/nervosnetwork/p2p", rev="ab661f065dc8667a04f12122250f5fb759872dec", package="tentacle-ping" }
p2p-discovery = { git = "https://github.com/nervosnetwork/p2p", rev="ab661f065dc8667a04f12122250f5fb759872dec", package="tentacle-discovery" }
p2p-identify = { git = "https://github.com/nervosnetwork/p2p", rev="ab661f065dc8667a04f12122250f5fb759872dec", package="tentacle-identify" }
faketime = "0.2.0"
rusqlite = {version = "0.16.0", features = ["bundled"]}
lazy_static = "1.3.0"
Expand Down

0 comments on commit 815fe6b

Please sign in to comment.