Update Rust crate frida to 0.4.5
This commit is contained in:
@@ -16,7 +16,7 @@ dotnet = ["dep:csbindgen"]
|
||||
frida = ["dep:frida", "dep:lazy_static", "dep:serde", "dep:serde_json"]
|
||||
|
||||
[dependencies]
|
||||
frida = { version = "0.4.4", features = ["auto-download"], optional = true }
|
||||
frida = { version = "0.4.5", features = ["auto-download"], optional = true }
|
||||
lazy_static = { version = "1.4.0", optional = true }
|
||||
serde = { version = "1.0", features = ["derive"], optional = true }
|
||||
serde_json = { version = "1.0", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user