Skip to content

Commit

Permalink
build(deps): update rbpf requirement from 0.2 to 0.3 in /tools/xdp (#…
Browse files Browse the repository at this point in the history
…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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 3d27756 commit bf217ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/xdp/xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit bf217ba

Please sign in to comment.