Skip to content

Commit 7499e12

Browse files
Update Rust crate serde_json to v1.0.139
1 parent b68121f commit 7499e12

File tree

2 files changed

+19
-24
lines changed

2 files changed

+19
-24
lines changed

Cargo.lock

Lines changed: 12 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,26 @@ frida = ["dep:frida", "dep:lazy_static", "dep:serde", "dep:serde_json"]
1616
frida-auto-download = ["frida/auto-download"]
1717

1818
[dependencies]
19-
frida = { version = "0.16", optional = true }
20-
lazy_static = { version = "1.5.0", optional = true }
19+
frida = { git = "https://github.com/dzervas/frida-rust", branch = "armhf-patches", optional = true }
20+
lazy_static = { version = "1.4.0", optional = true }
2121
serde = { version = "1.0", features = ["derive"], optional = true }
2222
serde_json = { version = "1.0", optional = true }
2323

2424
[target.'cfg(windows)'.dependencies]
2525
winapi = { version = "0.3.9", features = ["winnt", "libloaderapi"] }
26-
windows-sys = { version = "0.59", features = [
26+
windows-sys = { version = "0.52.0", features = [
2727
"Win32_System_ClrHosting",
2828
], optional = true }
2929

3030
[target.'cfg(unix)'.dependencies]
31-
ctor = "0.2"
31+
ctor = "0.2.8"
3232

3333
[build-dependencies]
34-
goblin = "0.9"
34+
goblin = "0.8.1"
3535
build-target = "0.4"
3636
serde = { version = "1.0", features = ["derive"] }
37-
toml = "0.8"
37+
toml = "0.8.12"
3838

3939
[dev-dependencies]
40-
pretty_assertions = "1.4"
40+
pretty_assertions = "1.4.0"
4141
mylib = { path = "tests/mylib" }

0 commit comments

Comments
 (0)