Dependencies fix

modified:   frida_server/Cargo.toml
This commit is contained in:
Michael Wain 2024-12-11 05:05:00 +03:00
parent 27880f3c80
commit 557a5a1558

View File

@ -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"
log = "0.4.20"
network-interface = "2.0.0"