Skip to content

Commit bf217ba

Browse files
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](qmonnet/rbpf@v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: rbpf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d27756 commit bf217ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/xdp/xtask/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ bindgen = "0.71"
99
clap = { version = "4.1", features = ["derive"] }
1010
elf = "0.7"
1111
env_logger = "0.11"
12-
rbpf = "0.2"
12+
rbpf = "0.3"
1313
similar = "2"

0 commit comments

Comments
 (0)