Skip to content

Commit

Permalink
build: update rust deps with Cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Hilgers <[email protected]>
  • Loading branch information
fhilgers committed Dec 10, 2024
1 parent ce77c52 commit b59f1be
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
14 changes: 7 additions & 7 deletions rust/Cargo.lock

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

26 changes: 13 additions & 13 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,37 +31,37 @@ repository = "https://github.com/amosproj/amos2024ws03-android-zero-instrumentat
edition = "2021"

[workspace.dependencies]
aya = { version = "0.13.0", default-features = false }
aya = { version = "0.13.1", default-features = false }
aya-ebpf = { version = "0.1.1", default-features = false }
aya-log = { version = "0.2.1", default-features = false }
aya-log-ebpf = { version = "0.1.1", default-features = false }

anyhow = { version = "1", default-features = false }
cargo_metadata = { version = "0.18.0", default-features = false }
cargo_metadata = { version = "0.19.1", default-features = false }
# `std` feature is currently required to build `clap`.
#
# See https://github.com/clap-rs/clap/blob/61f5ee5/clap_builder/src/lib.rs#L15.
clap = { version = "4.5.20", default-features = false, features = ["std"] }
clap = { version = "4.5.23", default-features = false, features = ["std"] }
env_logger = { version = "0.11.5", default-features = false }
libc = { version = "0.2.159", default-features = false }
libc = { version = "0.2.168", default-features = false }
log = { version = "0.4.22", default-features = false }
tokio = { version = "1.40.0", default-features = false }
which = { version = "6.0.0", default-features = false }
prost = "0.13.3"
serde = { version = "1.0.214", features = ["derive"] }
tokio = { version = "1.42.0", default-features = false }
which = { version = "7.0.0", default-features = false }
prost = "0.13.4"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0"
tonic = "0.12.3"
tonic-build = "0.12.3"
tokio-stream = "0.1.16"
uniffi = { version = "0.28.2" }
thiserror = "2.0.3"
tokio-stream = "0.1.17"
uniffi = { version = "0.28.3" }
thiserror = "2.0.6"
shared = { path = "./shared" }
xtask = { path = "./xtask" }
backend-common = { path = "./backend/common" }
backend-daemon = { path = "./backend/daemon" }
backend-ebpf = { path = "./backend/ebpf" }
tracing = { version = "0.1.40" }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing = { version = "0.1.41" }
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
procfs = "0.17.0"
async-broadcast = "0.7.1"
console = "0.15.8"
Expand Down

0 comments on commit b59f1be

Please sign in to comment.