Skip to content

Commit 3857585

Browse files
authored
Update Cargo.toml
1 parent 5130128 commit 3857585

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ rustls = "0.23.26"
3030
webpki-roots = "0.26.8"
3131
suppaftp = { version = "6.2.0", features = ["async", "async-native-tls","native-tls"] }
3232
native-tls = "0.2.14"
33+
sysinfo = { version = "0.34.2", features = ["multithread"] }
3334

3435
#telnet
3536
threadpool = "1.8.1"
@@ -58,7 +59,7 @@ md5 = "0.7.0"
5859

5960
#ssh rce race condition
6061
libc = "0.2.172"
61-
62+
futures = "0.3.31"
6263
#spotube exploit
6364
serde_json = "1.0.140"
6465
futures-util = "0.3.31"

0 commit comments

Comments
 (0)