Skip to content

Commit 3fc08ba

Browse files
Update Rust crate tokio to v1.21.0 (#5184)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3284b0f commit 3fc08ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -78,7 +78,7 @@ swirl = { git = "https://github.com/sgrif/swirl.git", rev = "e87cf37" }
7878
tar = "=0.4.38"
7979
tempfile = "=3.3.0"
8080
thiserror = "=1.0.33"
81-
tokio = { version = "=1.20.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
81+
tokio = { version = "=1.21.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
8282
toml = "=0.5.9"
8383
tracing = "=0.1.36"
8484
tracing-subscriber = { version = "=0.3.15", features = ["env-filter"] }
@@ -91,7 +91,7 @@ conduit-test = "=0.10.0"
9191
hyper-tls = "=0.5.0"
9292
insta = { version = "=1.19.1", features = ["redactions", "yaml"] }
9393
once_cell = "=1.14.0"
94-
tokio = "=1.20.1"
94+
tokio = "=1.21.0"
9595
tower-service = "=0.3.2"
9696

9797
[build-dependencies]

0 commit comments

Comments
 (0)