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] <support@github.com>
pull/350/head
dependabot[bot] 2 years ago committed by Dave Tucker
parent 0038b43627
commit 060ba45153

@ -14,7 +14,7 @@ default = []
userspace = [ "aya" ] userspace = [ "aya" ]
[dependencies] [dependencies]
aya = { version = "0.10.7", optional=true } aya = { version = "0.11.0", optional=true }
[lib] [lib]
path = "src/lib.rs" path = "src/lib.rs"

@ -11,7 +11,7 @@ documentation = "https://docs.rs/aya-log"
edition = "2018" edition = "2018"
[dependencies] [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"] } aya-log-common = { version = "0.1.10-dev.0", path = "../aya-log-common", features=["userspace"] }
dyn-fmt = "0.3.0" dyn-fmt = "0.3.0"
thiserror = "1" thiserror = "1"

Loading…
Cancel
Save