Browse Source

Update aya to 0.10.7

Signed-off-by: Michal Rostecki <[email protected]>
Michal Rostecki 3 years ago
parent
commit
81befa0661
2 changed files with 2 additions and 2 deletions
  1. 1 1
      aya-log/aya-log-common/Cargo.toml
  2. 1 1
      aya-log/aya-log/Cargo.toml

+ 1 - 1
aya-log/aya-log-common/Cargo.toml

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

+ 1 - 1
aya-log/aya-log/Cargo.toml

@@ -11,7 +11,7 @@ documentation = "https://docs.rs/aya-log"
 edition = "2018"
 
 [dependencies]
-aya = { version = "0.10.5", features=["async_tokio"] }
+aya = { version = "0.10.7", features=["async_tokio"] }
 aya-log-common = { version = "0.1", path = "../aya-log-common", features=["userspace"] }
 dyn-fmt = "0.3.0"
 thiserror = "1"