From 8730a6d3e34b774ab2d497dbced3b1c3e7ab3c13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 01:13:07 +0000 Subject: [PATCH] build(deps): update memoffset requirement in /examples/tc-egress Updates the requirements on [memoffset](https://github.com/Gilnaa/memoffset) to permit the latest version. - [Changelog](https://github.com/Gilnaa/memoffset/blob/master/CHANGELOG.md) - [Commits](https://github.com/Gilnaa/memoffset/compare/v0.8.0...v0.9.1) --- updated-dependencies: - dependency-name: memoffset dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/tc-egress/tc-egress-ebpf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tc-egress/tc-egress-ebpf/Cargo.toml b/examples/tc-egress/tc-egress-ebpf/Cargo.toml index 8755ca15..ef6c4052 100644 --- a/examples/tc-egress/tc-egress-ebpf/Cargo.toml +++ b/examples/tc-egress/tc-egress-ebpf/Cargo.toml @@ -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" } tc-egress-common = { path = "../tc-egress-common" } -memoffset = "0.8" +memoffset = "0.9" network-types = "0.0.4" [[bin]]