From 67df90221842c6ad753456744e99840acc694ca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 09:38:20 +0000 Subject: [PATCH] build(deps): update aya-log requirement from 0.1 to 0.2 in /tools/xdp Updates the requirements on [aya-log](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-log-v0.1.1...aya-log-v0.2.0) --- updated-dependencies: - dependency-name: aya-log dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/xdp/tester/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xdp/tester/Cargo.toml b/tools/xdp/tester/Cargo.toml index 3b89575f61..0a0a63c3c5 100644 --- a/tools/xdp/tester/Cargo.toml +++ b/tools/xdp/tester/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] aya = { version = ">=0.11", features = ["async_tokio"] } -aya-log = "0.1" +aya-log = "0.2" clap = { version = "4.1", features = ["derive"] } anyhow = "1.0.68" env_logger = "0.10"