diff --git a/aya-log/Cargo.toml b/aya-log/Cargo.toml index 47333e332..adcdc7a54 100644 --- a/aya-log/Cargo.toml +++ b/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" diff --git a/aya/Cargo.toml b/aya/Cargo.toml index 341bdac0e..1b00546e5 100644 --- a/aya/Cargo.toml +++ b/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" diff --git a/test/integration-test/Cargo.toml b/test/integration-test/Cargo.toml index 9282f8cc0..bfcc5d0b5 100644 --- a/test/integration-test/Cargo.toml +++ b/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" }