Merge pull request #484 from vadorovsky/update-tokio

Update Tokio and inventory
pull/491/head
Michal Rostecki 2 years ago committed by GitHub
commit bea0e83512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

@ -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"

@ -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" }

Loading…
Cancel
Save