Skip to content

Commit dcb1e4d

Browse files
Update Rust crate tokio to v1.18.2 (#4796)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 3e9dfec commit dcb1e4d

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
@@ -82,7 +82,7 @@ swirl = { git = "https://github.com/sgrif/swirl.git", rev = "e87cf37" }
8282
tar = "=0.4.38"
8383
tempfile = "=3.3.0"
8484
thiserror = "=1.0.31"
85-
tokio = { version = "=1.18.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
85+
tokio = { version = "=1.18.2", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
8686
toml = "=0.5.9"
8787
tracing = "=0.1.34"
8888
tracing-subscriber = { version = "=0.3.11", features = ["env-filter"] }
@@ -94,7 +94,7 @@ claim = "=0.5.0"
9494
conduit-test = "=0.10.0"
9595
hyper-tls = "=0.5.0"
9696
lazy_static = "=1.4.0"
97-
tokio = "=1.18.1"
97+
tokio = "=1.18.2"
9898
tower-service = "=0.3.1"
9999

100100
[build-dependencies]

0 commit comments

Comments
 (0)