Skip to content

Commit

Permalink
Align all versions, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
s1341 committed Apr 1, 2024
1 parent 1fce219 commit 4b0f17c
Show file tree
Hide file tree
Showing 10 changed files with 58 additions and 49 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,11 @@ default-members = [
"examples/core/usb_device",
"examples/core/console_log",
]

[workspace.package]
version = "0.13.6"
authors = ["Keegan Saunders <keegan@undefinedbehaviour.org>", "Shmarya Rubenstein <github@shmarya.net>"]
edition = "2021"
license = "wxWindows"
repository = "https://github.com/frida/frida-rust"
description = "Rust bindings for Frida"
2 changes: 1 addition & 1 deletion examples/gum/fast_interceptor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ license = "MIT"
[dependencies]
frida-gum = { path = "../../../frida-gum" }
lazy_static = "1.4"
ctor = "0.1"
ctor = "0.2"
libc = "0.2.126"
2 changes: 1 addition & 1 deletion examples/gum/hook_instruction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ crate-type = ["cdylib"]
[dependencies]
frida-gum = { path = "../../../frida-gum", features = ["invocation-listener"]}
lazy_static = "1.4"
ctor = "0.1"
ctor = "0.2"
4 changes: 2 additions & 2 deletions examples/gum/hook_open/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ crate-type = ["cdylib"]
[dependencies]
frida-gum = { path = "../../../frida-gum"}
lazy_static = "1.4"
ctor = "0.1"
libc = "0.2.126"
ctor = "0.2"
libc = "0.2.126"
6 changes: 3 additions & 3 deletions examples/gum/linux_no_std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ license = "MIT"

[dependencies]
frida-gum = { path = "../../../frida-gum"}
libc = { version = "0.2.126", default-features = false }
libc-print = { version = "0.1.20", default-features = false }
static-alloc = { version = "0.2.4", default-features = false }
libc = { version = "0.2.153", default-features = false }
libc-print = { version = "0.1.22", default-features = false }
static-alloc = { version = "0.2.5", default-features = false }
16 changes: 8 additions & 8 deletions frida-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "frida-build"
version = "0.2.1"
authors = ["Keegan Saunders <keegan@undefinedbehaviour.org>"]
edition = "2018"
license = "wxWindows"
repository = "https://github.com/frida/frida-rust"
description = "Build support for Frida Rust bindings"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description.workspace = true

[dependencies]
reqwest = { version = "0.11.3", default-features=false, features = ["blocking", "rustls-tls"] }
reqwest = { version = "0.12.2", default-features=false, features = ["blocking", "rustls-tls"] }
tar = "0.4.40"
xz = "0.1.0"
tar = "0.4.33"
17 changes: 9 additions & 8 deletions frida-gum-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[package]
name = "frida-gum-sys"
version = "0.8.4"
authors = ["Keegan Saunders <keegan@undefinedbehaviour.org>", "Shmarya Rubenstein <github@shmarya.net>"]
edition = "2018"
license = "wxWindows"
repository = "https://github.com/frida/frida-rust"
description = "Rust generated bindings for Frida Gum"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description.workspace = true


[features]
auto-download = ["frida-build"]
Expand All @@ -15,9 +16,9 @@ stalker-observer = ["cc"]
stalker-params = ["cc"]

[build-dependencies]
bindgen = "0.69.1"
bindgen = "0.69.4"
cc = { version = "1.0", optional = true }
frida-build = { path = "../frida-build", version = "0.2.1", optional = true }
frida-build = { path = "../frida-build", optional = true }

[badges]
maintenance = { status = "experimental" }
22 changes: 11 additions & 11 deletions frida-gum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "frida-gum"
version = "0.13.5"
authors = ["Keegan Saunders <keegan@undefinedbehaviour.org>", "Shmarya Rubenstein <github@shmarya.net>"]
edition = "2018"
license = "wxWindows"
repository = "https://github.com/frida/frida-rust"
description = "Rust bindings for Frida Gum"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description.workspace = true

[features]
auto-download = ["frida-gum-sys/auto-download"]
Expand All @@ -19,11 +19,11 @@ stalker-params = ["frida-gum-sys/stalker-params"]

[dependencies]
cstr_core = { version = "0.2.6", default-features = false, features = ["alloc"] }
frida-gum-sys = { path = "../frida-gum-sys", version = "0.8.3" }
libc = { version = "0.2.93", default-features = false, optional = true }
num = { version = "0.3.1", default-features = false }
num-derive = { version = "0.3.3", default-features = false }
num-traits = { version = "0.2.14", default-features = false }
frida-gum-sys = { path = "../frida-gum-sys" }
libc = { version = "0.2.153", default-features = false, optional = true }
num = { version = "0.4.1", default-features = false }
num-derive = { version = "0.4.2", default-features = false }
num-traits = { version = "0.2.18", default-features = false }
paste = { version = "1", default-features = false }

[dev-dependencies]
Expand Down
16 changes: 8 additions & 8 deletions frida-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[package]
name = "frida-sys"
version = "0.4.5"
authors = ["Keegan Saunders <keegan@undefinedbehaviour.org>", "Shmarya Rubenstein <github@shmarya.net>"]
edition = "2018"
license = "wxWindows"
repository = "https://github.com/frida/frida-rust"
description = "Rust generated bindings for Frida"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description.workspace = true

[features]
auto-download = ["frida-build"]

[build-dependencies]
bindgen = "0.69.1"
frida-build = { path = "../frida-build", version = "0.2.1", optional = true }
bindgen = "0.69.4"
frida-build = { path = "../frida-build", optional = true }

[badges]
maintenance = { status = "experimental" }
14 changes: 7 additions & 7 deletions frida/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
name = "frida"
version = "0.4.5"
authors = ["Keegan Saunders <keegan@undefinedbehaviour.org>", "Shmarya Rubenstein <github@shmarya.net>"]
edition = "2018"
license = "wxWindows"
repository = "https://github.com/frida/frida-rust"
description = "Rust bindings for Frida"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description.workspace = true

[features]
auto-download = ["frida-sys/auto-download"]

[dependencies]
frida-sys = { path = "../frida-sys", version = "0.4.4" }
frida-sys = { path = "../frida-sys" }
thiserror = "1"

[dev-dependencies]
Expand Down

0 comments on commit 4b0f17c

Please sign in to comment.