diff --git a/Cargo.toml b/Cargo.toml index ef41ae44..fe201bad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ anyhow = { version = "1", default-features = false } assert_matches = { version = "1.5.0", default-features = false } async-io = { version = "2.0", default-features = false } base64 = { version = "0.22.1", default-features = false } -bindgen = { version = "0.71", default-features = false } +bindgen = { version = "0.72", default-features = false } bitflags = { version = "2.2.1", default-features = false } bytes = { version = "1", default-features = false } cargo_metadata = { version = "0.20.0", default-features = false } @@ -106,7 +106,7 @@ testing_logger = { version = "0.1.1", default-features = false } thiserror = { version = "2.0.3", default-features = false } tokio = { version = "1.24.0", default-features = false } walkdir = { version = "2", default-features = false } -which = { version = "7.0.0", default-features = false } +which = { version = "8.0.0", default-features = false } xdpilone = { version = "1.0.5", default-features = false } xz2 = { version = "0.1.7", default-features = false } diff --git a/test/integration-ebpf/Cargo.toml b/test/integration-ebpf/Cargo.toml index 8f3eb3de..b0573882 100644 --- a/test/integration-ebpf/Cargo.toml +++ b/test/integration-ebpf/Cargo.toml @@ -21,7 +21,7 @@ integration-common = { path = "../integration-common" } network-types = { workspace = true } [build-dependencies] -which = { workspace = true } +which = { workspace = true, features = ["real-sys"] } xtask = { path = "../../xtask" } [[bin]] diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 1623ba5e..7ce79c6e 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -29,4 +29,3 @@ rustup-toolchain = { workspace = true } syn = { workspace = true } tempfile = { workspace = true } walkdir = { workspace = true } -which = { workspace = true }