From bf217ba3455e17801153d8c4a895512850479a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:28:45 -0800 Subject: [PATCH] build(deps): update rbpf requirement from 0.2 to 0.3 in /tools/xdp (#2320) Updates the requirements on [rbpf](https://github.com/qmonnet/rbpf) to permit the latest version. - [Commits](https://github.com/qmonnet/rbpf/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: rbpf dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tools/xdp/xtask/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xdp/xtask/Cargo.toml b/tools/xdp/xtask/Cargo.toml index 9fb7bd55a..ead2e5758 100644 --- a/tools/xdp/xtask/Cargo.toml +++ b/tools/xdp/xtask/Cargo.toml @@ -9,5 +9,5 @@ bindgen = "0.71" clap = { version = "4.1", features = ["derive"] } elf = "0.7" env_logger = "0.11" -rbpf = "0.2" +rbpf = "0.3" similar = "2"