Update Rust crate frida to 0.4.5

This commit is contained in:
renovate[bot]
2024-04-01 06:57:44 +00:00
committed by GitHub
parent e1e71c6a3e
commit 06fad68a22
2 changed files with 3 additions and 3 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.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 }