Skip to content

Commit

Permalink
ping/rust: remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
elenaf9 committed Sep 17, 2022
1 parent 01d0b18 commit e9d601b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
19 changes: 1 addition & 18 deletions ping/rust/Cargo.lock

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

8 changes: 0 additions & 8 deletions ping/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,10 @@ version = "0.1.0"
async-std = {version = "1.10", features = ["attributes", "tokio1"]}
env_logger = "0.9.0"
if-addrs = "0.7.0"
ipnetwork = {version = "0.19.0", default-features = false, features = ["serde"]}
log = "0.4"
rand = "0.8"
serde = {version = "1", features = ["derive"]}
serde_json = "1"
soketto = "0.7.1"
testground = {git = "https://github.com/testground/sdk-rust", branch = "master", version = "0.4.0"}
thiserror = "1"
tokio = { version = "1", default-features = false, features = ["sync", "rt-multi-thread", "macros", "net"] }
tokio-stream = { version = "0.1", default-features = false, features = [] }
tokio-util = { version = "0.7", default-features = false, features = ["compat"] }
futures = "0.3.1"

libp2pv0440 = {package = "libp2p", default_features = false, features = [ "websocket", "mplex", "yamux", "tcp-async-io", "ping", "noise", "dns-async-std" ], version = "0.44.0", optional = true}
libp2pv0450 = {package = "libp2p", default_features = false, features = [ "websocket", "mplex", "yamux", "tcp-async-io", "ping", "noise", "dns-async-std" ], version = "0.45.0", optional = true}
Expand Down

0 comments on commit e9d601b

Please sign in to comment.