From fb773e2c674e009ad6ab63f74c9a909245a48037 Mon Sep 17 00:00:00 2001 From: alterdekim Date: Mon, 9 Dec 2024 19:11:27 +0300 Subject: [PATCH] modified: Cargo.lock modified: frida_client/Cargo.toml --- Cargo.lock | 1 + frida_client/Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 00950fc..76e4c5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1668,6 +1668,7 @@ dependencies = [ "env_logger", "frida_core", "log", + "network-interface", "tokio 1.42.0", "tokio-util", "x25519-dalek", diff --git a/frida_client/Cargo.toml b/frida_client/Cargo.toml index 20f1edd..1c3d05b 100644 --- a/frida_client/Cargo.toml +++ b/frida_client/Cargo.toml @@ -19,4 +19,5 @@ base64 = "0.22.1" tokio = { version = "1", features = ["full", "signal", "tracing"] } tokio-util = "0.7.12" env_logger = "0.9" -log = "0.4.20" \ No newline at end of file +log = "0.4.20" +network-interface = "2.0.0" \ No newline at end of file