From 2d2b00228d07cdd8abfae95eedca1526521231e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 07:14:15 +0000 Subject: [PATCH] build(deps): Update aya requirement from 0.12 to 0.13 Updates the requirements on [aya](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-v0.12.0...aya-v0.13.1) --- updated-dependencies: - dependency-name: aya dependency-version: 0.13.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 7cdef41..948f8c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ lettre = { version = "0.11", default-features = false, features = ["tokio1", "to # eBPF (Linux only) [target.'cfg(target_os = "linux")'.dependencies] -aya = "0.12" +aya = "0.13" aya-obj = "0.2" # Firewall (Linux only)