Skip to content

Commit 91be38c

Browse files
dependabot[bot]leoyvens
authored andcommitted
build(deps): bump tokio from 1.14.0 to 1.15.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.14.0...tokio-1.15.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d96690e commit 91be38c

File tree

3 files changed

+29
-30
lines changed

3 files changed

+29
-30
lines changed

Cargo.lock

Lines changed: 27 additions & 28 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
@@ -42,7 +42,7 @@ slog-envlogger = "2.1.0"
4242
slog-term = "2.7.0"
4343
petgraph = "0.6.0"
4444
tiny-keccak = "1.5.0"
45-
tokio = { version = "1.14.0", features = ["time", "sync", "macros", "test-util", "rt-multi-thread", "parking_lot"] }
45+
tokio = { version = "1.15.0", features = ["time", "sync", "macros", "test-util", "rt-multi-thread", "parking_lot"] }
4646
tokio-stream = { version = "0.1.8", features = ["sync"] }
4747
tokio-retry = "0.3.0"
4848
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.14.0", features = ["rt", "macros", "process"]}
8+
tokio = {version = "1.15.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)