Skip to content

Commit fc6256b

Browse files
Bump tokio-util from 0.6.9 to 0.7.0
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.6.9 to 0.7.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) --- updated-dependencies: - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent acf37fe commit fc6256b

File tree

3 files changed

+26
-12
lines changed

3 files changed

+26
-12
lines changed

Cargo.lock

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

explorer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tracing-subscriber = { version = "0.2", features = ["fmt", "json"] }
3131
tracing-appender = "0.1.2"
3232
tokio = { version = "^1.4", features = ["rt-multi-thread", "time", "sync", "rt", "signal", "test-util"] }
3333
tokio-stream = { version = "0.1.4", features = ["sync"] }
34-
tokio-util = { version = "0.6.0", features = ["time"] }
34+
tokio-util = { version = "0.7.0", features = ["time"] }
3535
tonic = "0.4"
3636
multiaddr = { package = "parity-multiaddr", version = "0.11" }
3737
rand = "0.8.3"

jormungandr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ tracing-subscriber = { version = "0.3", features = ["fmt", "json", "time"] }
5454
tracing-appender = "0.2"
5555
tokio = { version = "^1.15", features = ["rt-multi-thread", "time", "sync", "rt", "signal", "test-util"] }
5656
tokio-stream = { version = "0.1.4", features = ["sync"] }
57-
tokio-util = { version = "0.6.0", features = ["time"] }
57+
tokio-util = { version = "0.7.0", features = ["time"] }
5858
tonic = "0.6"
5959
lru = "0.7"
6060
warp = { version = "0.3.2", features = ["tls"] }

0 commit comments

Comments
 (0)