Bump tokio from 1.21.0 to 1.21.1 (#401)

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-09-22 14:31:15 +10:00 committed by GitHub
parent 1a1310f98b
commit ab87f19094
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -10,11 +10,11 @@ edition = "2021"
license = "Apache-2.0 OR MIT"
[dependencies]
tokio = { version = "1.20.1", features = ["rt", "process", "sync"], default-features = false }
tokio = { version = "1.21.1", features = ["rt", "process", "sync"], default-features = false }
cfg-if = "1.0.0"
[target.'cfg(any(target_os = "macos", target_os = "windows"))'.dependencies]
guess_host_triple = "0.1.3"
[dev-dependencies]
tokio = { version = "1.20.1", features = ["macros"], default-features = false }
tokio = { version = "1.21.1", features = ["macros"], default-features = false }