Skip to content

Commit

Permalink
Merge pull request #484 from vadorovsky/update-tokio
Browse files Browse the repository at this point in the history
Update Tokio and inventory
  • Loading branch information
vadorovsky committed Jan 10, 2023
2 parents 42c4a8b + dad75f4 commit bea0e83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aya-log/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion aya/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion test/integration-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit bea0e83

Please sign in to comment.