Skip to content

Commit

Permalink
build(deps): update network-types requirement in /examples/xdp-drop
Browse files Browse the repository at this point in the history
Updates the requirements on [network-types](https://github.com/vadorovsky/network-types) to permit the latest version.
- [Release notes](https://github.com/vadorovsky/network-types/releases)
- [Changelog](https://github.com/vadorovsky/network-types/blob/main/CHANGELOG.md)
- [Commits](vadorovsky/network-types@v0.0.4...v0.0.7)

---
updated-dependencies:
- dependency-name: network-types
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 58b0680 commit 6724249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/xdp-drop/xdp-drop-ebpf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
aya-ebpf = { git = "https://github.com/aya-rs/aya" }
aya-log-ebpf = { git = "https://github.com/aya-rs/aya" }
xdp-drop-common = { path = "../xdp-drop-common" }
network-types = "0.0.4"
network-types = "0.0.7"

[[bin]]
name = "xdp-drop"
Expand Down

0 comments on commit 6724249

Please sign in to comment.