Browse Source

Update Tokio and inventory

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

+ 1 - 1
aya-log/Cargo.toml

@@ -16,7 +16,7 @@ aya-log-common = { path = "../aya-log-common", version = "0.1.13", features=["us
 thiserror = "1"
 log = "0.4"
 bytes = "1.1"
-tokio = { version = "1.2.0" }
+tokio = { version = "1.24" }
 
 [dev-dependencies]
 env_logger = "0.10"

+ 1 - 1
aya/Cargo.toml

@@ -19,7 +19,7 @@ bitflags = "1.2.1"
 bytes = "1"
 lazy_static = "1"
 parking_lot = { version = "0.12.0", features = ["send_guard"] }
-tokio = { version = "1.2.0", features = ["macros", "rt", "rt-multi-thread", "net"], optional = true }
+tokio = { version = "1.24.0", features = ["macros", "rt", "rt-multi-thread", "net"], optional = true }
 async-io = { version = "1.3", optional = true }
 log = "0.4"
 

+ 1 - 1
test/integration-test/Cargo.toml

@@ -10,7 +10,7 @@ aya = { path = "../../aya" }
 aya-obj = { path = "../../aya-obj" }
 clap = { version = "4", features = ["derive"] }
 env_logger = "0.10"
-inventory = "0.2"
+inventory = "0.3"
 integration-test-macros = { path = "../integration-test-macros" }
 lazy_static = "1"
 libc = { version = "0.2.105" }