modified: Cargo.lock

modified:   frida_client/Cargo.toml
This commit is contained in:
Michael Wain 2024-12-09 19:11:27 +03:00
parent 80670aab59
commit fb773e2c67
2 changed files with 3 additions and 1 deletions

1
Cargo.lock generated
View File

@ -1668,6 +1668,7 @@ dependencies = [
"env_logger",
"frida_core",
"log",
"network-interface",
"tokio 1.42.0",
"tokio-util",
"x25519-dalek",

View File

@ -20,3 +20,4 @@ tokio = { version = "1", features = ["full", "signal", "tracing"] }
tokio-util = "0.7.12"
env_logger = "0.9"
log = "0.4.20"
network-interface = "2.0.0"