Skip to content

Commit 07c0163

Browse files
Update Rust crate tokio to v1.28.0 (#6388)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dd25dab commit 07c0163

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ tar = "=0.4.38"
8383
tempfile = "=3.5.0"
8484
thiserror = "=1.0.40"
8585
threadpool = "=1.8.1"
86-
tokio = { version = "=1.27.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
86+
tokio = { version = "=1.28.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
8787
toml = "=0.7.3"
8888
tower = "=0.4.13"
8989
tower-http = { version = "=0.4.0", features = ["fs", "catch-panic"] }
@@ -96,7 +96,7 @@ cargo-registry-index = { path = "cargo-registry-index", features = ["testing"] }
9696
claims = "=0.7.1"
9797
hyper-tls = "=0.5.0"
9898
insta = { version = "=1.29.0", features = ["redactions", "yaml"] }
99-
tokio = "=1.27.0"
99+
tokio = "=1.28.0"
100100
tower-service = "=0.3.2"
101101

102102
[build-dependencies]

0 commit comments

Comments
 (0)