Skip to content

Commit

Permalink
Update Rust crate serde_json to v1.0.121
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 28, 2024
1 parent d4660c0 commit 20c005f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
14 changes: 9 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,18 @@ name = "standalone"
path = "src/main.rs"

[features]
default = ["frida", "frida-auto-download"]
default = ["frida"]
frida = ["dep:frida", "dep:lazy_static", "dep:serde", "dep:serde_json"]
frida-auto-download = ["frida/auto-download"]

[dependencies]
frida = { git = "https://github.com/dzervas/frida-rust", branch = "armhf-patches", 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 }

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["winnt", "libloaderapi"] }
windows-sys = { version = "0.52.0", features = [
"Win32_System_ClrHosting",
], optional = true }
windows-sys = { version = "0.52.0", features = ["Win32_System_ClrHosting"], optional = true }

[target.'cfg(unix)'.dependencies]
ctor = "0.2.8"
Expand Down

0 comments on commit 20c005f

Please sign in to comment.