Skip to content

Commit 9e52e64

Browse files
committed
Bump tokio (and related dependencies)
1 parent fb19f3a commit 9e52e64

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ itoa = "0.4.1"
3333
tracing = { version = "0.1", default-features = false, features = ["log", "std"] }
3434
pin-project = "1.0"
3535
tower-service = "0.3"
36-
tokio = { version = "0.2.11", features = ["sync"] }
36+
tokio = { version = "0.3", features = ["sync"] }
3737
want = "0.3"
3838

3939
# Optional
@@ -49,9 +49,9 @@ spmc = "0.3"
4949
serde = "1.0"
5050
serde_derive = "1.0"
5151
serde_json = "1.0"
52-
tokio = { version = "0.2.2", features = ["fs", "macros", "io-std", "rt-util", "sync", "time", "test-util"] }
53-
tokio-test = "0.2"
54-
tokio-util = { version = "0.3", features = ["codec"] }
52+
tokio = { version = "0.3", features = ["fs", "macros", "io-std", "rt", "sync", "time", "test-util"] }
53+
tokio-test = "0.3"
54+
tokio-util = { version = "0.4", features = ["codec"] }
5555
tower-util = "0.3"
5656
url = "1.0"
5757

@@ -65,12 +65,12 @@ default = [
6565
]
6666
runtime = [
6767
"tcp",
68-
"tokio/rt-core",
68+
"tokio/rt",
6969
]
7070
tcp = [
7171
"socket2",
72-
"tokio/blocking",
73-
"tokio/tcp",
72+
"tokio/net",
73+
"tokio/rt",
7474
"tokio/time",
7575
]
7676

0 commit comments

Comments
 (0)