Skip to content

Commit 3580b23

Browse files
Update Rust crate tokio to v1.20.1 (#5007)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8821c1e commit 3580b23

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.31"
81-
tokio = { version = "=1.20.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
81+
tokio = { version = "=1.20.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
8282
toml = "=0.5.9"
8383
tracing = "=0.1.35"
8484
tracing-subscriber = { version = "=0.3.15", features = ["env-filter"] }
@@ -90,7 +90,7 @@ claim = { git = "https://github.com/Turbo87/rust-claim.git", rev = "23892a3" }
9090
conduit-test = "=0.10.0"
9191
hyper-tls = "=0.5.0"
9292
lazy_static = "=1.4.0"
93-
tokio = "=1.20.0"
93+
tokio = "=1.20.1"
9494
tower-service = "=0.3.2"
9595

9696
[build-dependencies]

0 commit comments

Comments
 (0)