Skip to content

Commit 59e4fd4

Browse files
Update Rust crate tokio to v1.22.0 (#5498)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8e87ec2 commit 59e4fd4

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
@@ -79,7 +79,7 @@ swirl = { git = "https://github.com/sgrif/swirl.git", rev = "e87cf37" }
7979
tar = "=0.4.38"
8080
tempfile = "=3.3.0"
8181
thiserror = "=1.0.37"
82-
tokio = { version = "=1.21.2", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
82+
tokio = { version = "=1.22.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
8383
toml = "=0.5.9"
8484
tracing = "=0.1.37"
8585
tracing-logfmt = "=0.2.0"
@@ -93,7 +93,7 @@ conduit-test = "=0.10.0"
9393
hyper-tls = "=0.5.0"
9494
insta = { version = "=1.21.1", features = ["redactions", "yaml"] }
9595
once_cell = "=1.16.0"
96-
tokio = "=1.21.2"
96+
tokio = "=1.22.0"
9797
tower-service = "=0.3.2"
9898

9999
[build-dependencies]

0 commit comments

Comments
 (0)