Skip to content

Commit 3353b8d

Browse files
committed
update tokio to 1.14
1 parent fda0b86 commit 3353b8d

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

Cargo.lock

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

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ slog-envlogger = "2.1.0"
4747
slog-term = "2.7.0"
4848
petgraph = "0.6.0"
4949
tiny-keccak = "1.5.0"
50-
tokio = { version = "1.13.0", features = ["time", "sync", "macros", "test-util", "rt-multi-thread", "parking_lot"] }
50+
tokio = { version = "1.14.0", features = ["time", "sync", "macros", "test-util", "rt-multi-thread", "parking_lot"] }
5151
tokio-stream = { version = "0.1.8", features = ["sync"] }
5252
tokio-retry = "0.3.0"
5353
url = "2.2.1"

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2018"
55

66
[dev-dependencies]
77
bollard = "0.10"
8-
tokio = {version = "1.13.0", features = ["rt", "macros", "process"]}
8+
tokio = {version = "1.14.0", features = ["rt", "macros", "process"]}
99
tokio-stream = "0.1"
1010
futures = "0.3.13"
1111
port_check = "0.1.5"

0 commit comments

Comments
 (0)