Skip to content

Commit 003a796

Browse files
chore(deps): bump tokio from 1.38.0 to 1.38.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.38.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.38.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.38.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c26287d commit 003a796

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/whirl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ structopt = "0.3.26"
4141
whirl_config = { path = "../whirl_config" }
4242

4343
# TCP
44-
tokio = { version = "1.13.0", features = ["full"] }
44+
tokio = { version = "1.38.2", features = ["full"] }
4545
tokio-util = { version = "0.6.9", features = ["codec"] }
4646
tokio-stream = "0.1.8"
4747

crates/whirl_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ hyper = "0.14.17"
2020
# Utility
2121
sysinfo = "0.23.5"
2222
whirl_common = { path = "../whirl_common" }
23-
tokio = { version = "1.13.0", features = ["full"] }
23+
tokio = { version = "1.38.2", features = ["full"] }
2424
num-traits = "0.2.14"
2525

2626
# Serialization

crates/whirl_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ serde = "1.0.136"
3030
serde_derive = "1.0.136"
3131

3232
# TCP
33-
tokio = { version = "1.13.0", features = ["full"] }
33+
tokio = { version = "1.38.2", features = ["full"] }
3434
tokio-util = { version = "0.6.9", features = ["codec"] }
3535
tokio-stream = "0.1.8"
3636

0 commit comments

Comments
 (0)