mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-19 06:18:10 -07:00
Add basic installer for TP-Link v5
This commit is contained in:
committed by
Cooper Quintin
parent
60015e0ff6
commit
e071bc6619
Generated
+7
-3
@@ -1170,12 +1170,12 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "http-body-util"
|
||||
version = "0.1.0"
|
||||
version = "0.1.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "41cb79eb393015dadd30fc252023adb0b2400a0caee0fa2a077e6e21a551e840"
|
||||
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"futures-util",
|
||||
"futures-core",
|
||||
"http",
|
||||
"http-body",
|
||||
"pin-project-lite",
|
||||
@@ -1491,7 +1491,11 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"adb_client",
|
||||
"anyhow",
|
||||
"axum",
|
||||
"bytes",
|
||||
"clap",
|
||||
"hyper",
|
||||
"hyper-util",
|
||||
"md5",
|
||||
"nusb",
|
||||
"reqwest",
|
||||
|
||||
Reference in New Issue
Block a user