From 060ba451535b1a90c2faaf2dcd634fa36e784efb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 07:48:41 +0000 Subject: [PATCH] Update aya requirement from 0.10.7 to 0.11.0 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) - [Commits](https://github.com/aya-rs/aya/compare/aya-v0.10.7...aya-v0.11.0) --- updated-dependencies: - dependency-name: aya dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- aya-log/aya-log-common/Cargo.toml | 2 +- aya-log/aya-log/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aya-log/aya-log-common/Cargo.toml b/aya-log/aya-log-common/Cargo.toml index 7430032b..1445f52f 100644 --- a/aya-log/aya-log-common/Cargo.toml +++ b/aya-log/aya-log-common/Cargo.toml @@ -14,7 +14,7 @@ default = [] userspace = [ "aya" ] [dependencies] -aya = { version = "0.10.7", optional=true } +aya = { version = "0.11.0", optional=true } [lib] path = "src/lib.rs" diff --git a/aya-log/aya-log/Cargo.toml b/aya-log/aya-log/Cargo.toml index 082de210..24f503e2 100644 --- a/aya-log/aya-log/Cargo.toml +++ b/aya-log/aya-log/Cargo.toml @@ -11,7 +11,7 @@ documentation = "https://docs.rs/aya-log" edition = "2018" [dependencies] -aya = { version = "0.10.7", features=["async_tokio"] } +aya = { version = "0.11.0", features=["async_tokio"] } aya-log-common = { version = "0.1.10-dev.0", path = "../aya-log-common", features=["userspace"] } dyn-fmt = "0.3.0" thiserror = "1"