diff --git a/Cargo.toml b/Cargo.toml index 7ee4e6b9..c4a9d8af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ proc-macro2 = { version = "1", default-features = false } public-api = { version = "0.37.0", default-features = false } quote = { version = "1", default-features = false } rand = { version = "0.8", default-features = false } -rbpf = { version = "0.2.0", default-features = false } +rbpf = { version = "0.3.0", default-features = false } rustdoc-json = { version = "0.9.0", default-features = false } rustup-toolchain = { version = "0.1.5", default-features = false } rustversion = { version = "1.0.0", default-features = false } diff --git a/test/integration-ebpf/Cargo.toml b/test/integration-ebpf/Cargo.toml index a69595da..102198ae 100644 --- a/test/integration-ebpf/Cargo.toml +++ b/test/integration-ebpf/Cargo.toml @@ -11,7 +11,7 @@ edition.workspace = true [dependencies] aya-ebpf = { path = "../../ebpf/aya-ebpf" } aya-log-ebpf = { path = "../../ebpf/aya-log-ebpf" } -network-types = "0.0.6" +network-types = "0.0.7" [build-dependencies] which = { workspace = true }