From 6b10afdb5072fe8473bc933dc7d0dad4051e8eee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 01:05:55 +0000 Subject: [PATCH] build(deps): update which requirement in /examples/cgroup-skb-egress Updates the requirements on [which](https://github.com/harryfei/which-rs) to permit the latest version. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harryfei/which-rs/compare/6.0.0...7.0.0) --- updated-dependencies: - dependency-name: which dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/cgroup-skb-egress/cgroup-skb-egress-ebpf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cgroup-skb-egress/cgroup-skb-egress-ebpf/Cargo.toml b/examples/cgroup-skb-egress/cgroup-skb-egress-ebpf/Cargo.toml index a722505b..d1242bbd 100644 --- a/examples/cgroup-skb-egress/cgroup-skb-egress-ebpf/Cargo.toml +++ b/examples/cgroup-skb-egress/cgroup-skb-egress-ebpf/Cargo.toml @@ -10,7 +10,7 @@ cgroup-skb-egress-common = { path = "../cgroup-skb-egress-common" } memoffset = "0.9" [build-dependencies] -which = { version = "6.0.0", default-features = false } +which = { version = "7.0.0", default-features = false } [[bin]] name = "cgroup-skb-egress"