Update Rust crate frida to 0.13.6

This commit is contained in:
renovate[bot]
2024-04-01 09:56:28 +00:00
committed by GitHub
parent c63aad99fc
commit 6ccf01989a
2 changed files with 195 additions and 260 deletions

View File

@@ -16,7 +16,7 @@ dotnet = ["dep:csbindgen"]
frida = ["dep:frida", "dep:lazy_static", "dep:serde", "dep:serde_json"]
[dependencies]
frida = { version = "0.4.5", features = ["auto-download"], optional = true }
frida = { version = "0.13.6", 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 }