From b74e7dfd30cb2a85b377ed278338bdbf607436c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 09:38:28 +0000 Subject: [PATCH] build(deps): update aya requirement from 0.11 to 0.12 in /tools/xdp 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.toml) - [Commits](https://github.com/aya-rs/aya/compare/aya-v0.11.0...aya-v0.12.0) --- updated-dependencies: - dependency-name: aya dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/xdp/s2n-quic-xdp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xdp/s2n-quic-xdp/Cargo.toml b/tools/xdp/s2n-quic-xdp/Cargo.toml index c461df296f..dce88bee6f 100644 --- a/tools/xdp/s2n-quic-xdp/Cargo.toml +++ b/tools/xdp/s2n-quic-xdp/Cargo.toml @@ -14,7 +14,7 @@ exclude = ["corpus.tar.gz"] default = ["tokio"] [dependencies] -aya = { version = "0.11", default-features = false } +aya = { version = "0.12", default-features = false } bitflags = "2" errno = "0.3" libc = "0.2"