Skip to content

Commit a5ab4f0

Browse files
committed
Auto merge of #4508 - rust-lang:renovate/tokio-1.x, r=Turbo87
Update Rust crate tokio to v1.16.0 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tokio](https://crates.io/crates/tokio) | dev-dependencies | minor | `=1.15.0` -> `=1.16.0` | | [tokio](https://crates.io/crates/tokio) | dependencies | minor | `=1.15.0` -> `=1.16.0` | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 3174bd8 + 1308b6c commit a5ab4f0

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.30"
85-
tokio = { version = "=1.15.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
85+
tokio = { version = "=1.16.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
8686
toml = "=0.5.8"
8787
tracing = "=0.1.29"
8888
tracing-subscriber = { version = "=0.3.7", 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.15.0"
97+
tokio = "=1.16.0"
9898
tower-service = "=0.3.1"
9999

100100
[build-dependencies]

0 commit comments

Comments
 (0)