From 741dece9678694ff65679bebe73875b6e73f4a79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 07:41:22 +0000 Subject: [PATCH] Update aya-obj requirement from 0.1 to 0.2 Updates the requirements on [aya-obj](https://github.com/aya-rs/aya) to permit the latest version. - [Release notes](https://github.com/aya-rs/aya/releases) - [Changelog](https://github.com/aya-rs/aya/blob/main/RELEASE.md) - [Commits](https://github.com/aya-rs/aya/compare/aya-obj-v0.1.0...aya-obj-v0.2.1) --- updated-dependencies: - dependency-name: aya-obj dependency-version: 0.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cf82f97..674b65d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ futures-util = "0.3" # eBPF (Linux only) [target.'cfg(target_os = "linux")'.dependencies] aya = "0.12" -aya-obj = "0.1" +aya-obj = "0.2" # Firewall (Linux only) netlink-packet-route = "0.17"