diff --git a/examples/xdp-drop/xdp-drop-ebpf/Cargo.toml b/examples/xdp-drop/xdp-drop-ebpf/Cargo.toml index 42ca9a59..aeafe826 100644 --- a/examples/xdp-drop/xdp-drop-ebpf/Cargo.toml +++ b/examples/xdp-drop/xdp-drop-ebpf/Cargo.toml @@ -10,7 +10,7 @@ xdp-drop-common = { path = "../xdp-drop-common" } network-types = "0.0.7" [build-dependencies] -which = { version = "6.0.0", default-features = false } +which = { version = "7.0.0", default-features = false } [[bin]] name = "xdp-drop"