Bump tokio from 1.15.0 to 1.16.0

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.15.0...tokio-1.16.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-28 04:16:56 +00:00 committed by GitHub
parent d9bd880d51
commit b76d50554c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2030,9 +2030,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.15.0" version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838" checksum = "95e99d373042c30406d317cfc5bfad7b5d604bdd31dab72cf8739abebaa64aee"
dependencies = [ dependencies = [
"bytes", "bytes",
"libc", "libc",

View File

@ -43,4 +43,4 @@ vergen = { version = "6.0.1", default-features = false, features = ["git"] }
awc = "3.0.0-beta.10" awc = "3.0.0-beta.10"
ructe = "0.13.4" ructe = "0.13.4"
tempfile = "3.3.0" tempfile = "3.3.0"
tokio = "1.15.0" tokio = "1.16.0"