Update Rust crate frida to 0.4.4

This commit is contained in:
renovate[bot]
2024-01-01 02:08:24 +00:00
committed by GitHub
parent 65fdc99aae
commit 424fcb454e
2 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ managed_lib = ["dep:windows-sys"]
frida = ["dep:frida", "dep:lazy_static", "dep:serde", "dep:serde_json"]
[dependencies]
frida = { version = "0.4.2", features = ["auto-download"], optional = true }
frida = { version = "0.4.4", 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 }