Index: test-with/Cargo.toml
===================================================================
--- test-with.orig/Cargo.toml
+++ test-with/Cargo.toml
@@ -41,10 +41,6 @@ optional = true
 version = "1.13"
 optional = true
 
-[dependencies.ping]
-version = "0.5"
-optional = true
-
 [dependencies.proc-macro-error]
 version = "1.0"
 
@@ -86,19 +82,13 @@ features = [
 
 [features]
 default = [
-    "net",
     "resource",
     "user",
     "executable",
 ]
 executable = ["which"]
 http = ["reqwest"]
-icmp = ["ping"]
 ign-msg = []
-net = [
-    "http",
-    "icmp",
-]
 resource = [
     "sysinfo",
     "byte-unit",
