diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-28 18:36:48 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-28 18:36:48 +0100 |
commit | 8939161a489c6cc2a2cbbb1de1f52e0fe2765f5f (patch) | |
tree | 0ae281436a107de7bea7fad4b7d851b8ba604e3e /fs-tracer-ebpf/Cargo.toml | |
parent | TODO (diff) | |
download | fs-tracer-8939161a489c6cc2a2cbbb1de1f52e0fe2765f5f.tar.gz fs-tracer-8939161a489c6cc2a2cbbb1de1f52e0fe2765f5f.tar.bz2 fs-tracer-8939161a489c6cc2a2cbbb1de1f52e0fe2765f5f.zip |
Update aya
Diffstat (limited to 'fs-tracer-ebpf/Cargo.toml')
-rw-r--r-- | fs-tracer-ebpf/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs-tracer-ebpf/Cargo.toml b/fs-tracer-ebpf/Cargo.toml index 37af91d..bb4ecf7 100644 --- a/fs-tracer-ebpf/Cargo.toml +++ b/fs-tracer-ebpf/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -aya-bpf = { git = "https://github.com/aya-rs/aya" } +aya-ebpf = { git = "https://github.com/aya-rs/aya" } aya-log-ebpf = { git = "https://github.com/aya-rs/aya" } fs-tracer-common = { path = "../fs-tracer-common" } |