Skip to content

Commit f55a579

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 a313a27 commit f55a579

File tree

2 files changed

+25
-11
lines changed

2 files changed

+25
-11
lines changed

Cargo.lock

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

jormungandr/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ tracing-subscriber = { version = "0.3", features = ["fmt", "json", "time"] }
5656
tracing-appender = "0.2"
5757
tokio = { version = "^1.15", features = ["rt-multi-thread", "time", "sync", "rt", "signal", "test-util"] }
5858
tokio-stream = { version = "0.1.4", features = ["sync"] }
59-
tokio-util = { version = "0.6.0", features = ["time"] }
59+
tokio-util = { version = "0.7.0", features = ["time"] }
6060
tonic = "0.6"
6161
lru = "0.7"
6262
warp = { version = "0.3.2", features = ["tls"] }
63-
serde_with = { version = "1.11", features = ["macros"] }
63+
serde_with = { version = "1.12", features = ["macros"] }
6464
http-zipkin = "0.3.0"
6565
prometheus = { version = "0.13", optional = true }
6666

0 commit comments

Comments
 (0)