Skip to content

Commit 29acab1

Browse files
committed
chore(deps): update tokio
1 parent 1971846 commit 29acab1

File tree

4 files changed

+59
-59
lines changed

4 files changed

+59
-59
lines changed

Cargo.lock

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

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rand = "0.8"
1919
anyhow = "1.0"
2020

2121
[dev-dependencies.tokio]
22-
version = "1.20"
22+
version = "1.21"
2323
default-features = false
2424
features = ["macros", "test-util", "net", "rt", "rt-multi-thread", "sync", "time"]
2525

tox_core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ xsalsa20poly1305 = "0.9"
3737
crypto_box = "0.8"
3838

3939
[dependencies.tokio]
40-
version = "1.20"
40+
version = "1.21"
4141
default-features = false
4242
features = ["net", "sync", "time"]
4343

@@ -46,6 +46,6 @@ version = "0.7"
4646
features = ["codec", "net"]
4747

4848
[dev-dependencies.tokio]
49-
version = "1.20"
49+
version = "1.21"
5050
default-features = false
5151
features = ["macros", "test-util", "net", "rt", "rt-multi-thread", "sync", "time"]

tox_node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ default-features = false
5656
features = ["yaml"]
5757

5858
[dependencies.tokio]
59-
version = "1.12"
59+
version = "1.21"
6060
default-features = false
6161
features = ["net", "time", "rt", "rt-multi-thread"]
6262

0 commit comments

Comments
 (0)