Skip to content

Commit

Permalink
chore: upgrade tokio dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneutt committed Aug 31, 2023
1 parent 6903ff5 commit cbc28e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dataplane/api-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tonic = "0.8.3"
anyhow = "1"
log = "0.4"
aya = { version = ">=0.11", features=["async_tokio"] }
tokio = { version = "1.28", features = ["macros", "rt", "rt-multi-thread", "net", "signal"] }
tokio = { version = "1.32", features = ["macros", "rt", "rt-multi-thread", "net", "signal"] }
common = { path = "../common", features=["user"] }
regex = "1"
libc = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion dataplane/loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ common = { path = "../common", features=["user"] }
clap = { version = "3.2", features = ["derive"] }
env_logger = "0.9"
log = "0.4"
tokio = { version = "1.28.1", features = ["macros", "rt", "rt-multi-thread", "net", "signal"] }
tokio = { version = "1.32.0", features = ["macros", "rt", "rt-multi-thread", "net", "signal"] }
api-server = { path = "../api-server" }
anyhow = "1"

Expand Down
2 changes: 1 addition & 1 deletion dataplane/xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ anyhow = "1"
aya-tool = { git = "https://github.com/aya-rs/aya", branch = "main" }
clap = { version = "3.2", features = ["derive"] }
prost = "0.11.9"
tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
tonic = "0.8.3"
api-server = { path = "../api-server" }

Expand Down

0 comments on commit cbc28e9

Please sign in to comment.