Bump tokio from 1.18.2 to 1.19.2

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.2 to 1.19.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits)

---
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-06-06 19:47:34 +00:00
committed by GitHub
parent 16b10695df
commit 090b0a6f0d
2 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ activitystreams = "0.7.0-alpha.18"
activitystreams-ext = "0.1.0-alpha.2"
url = "2.2.2"
flume = "0.10.12"
tokio = { version = "1.18.2", features = ["full"] }
tokio = { version = "1.19.2", features = ["full"] }
futures = "0.3.21"
[dependencies.chrono]