Bump tokio from 1.21.1 to 1.21.2 (#436)

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

---
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-28 01:54:15 +00:00 committed by GitHub
parent f824adeb06
commit 5bb6344987
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 7 deletions

View file

@ -33,7 +33,7 @@ reqwest = { version = "0.11.12", default-features = false }
semver = "1.0.14"
simplelog = "0.12.0"
tempfile = "3.3.0"
tokio = { version = "1.21.1", features = ["rt-multi-thread"], default-features = false }
tokio = { version = "1.21.2", features = ["rt-multi-thread"], default-features = false }
[build-dependencies]
embed-resource = "1.7.3"