Bump tokio from 1.4.0 to 1.5.0

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-04-13 07:09:30 +00:00
parent 6278964536
commit a3f62fc558
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -2562,9 +2562,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.4.0"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "134af885d758d645f0f0505c9a8b3f9bf8a348fd822e112ab5248138348f1722"
checksum = "83f0c8e7c0addab50b663055baf787d0af7f413a46e6e7fb9559a4e4db7137a5"
dependencies = [
"autocfg",
"bytes",

View file

@ -57,7 +57,7 @@ version = "0.11.3"
[dependencies.tokio]
features = ["full"]
version = "1.3.0"
version = "1.5.0"
[patch.crates-io]
# Switch back to version on crates.io after 0.6.3+ is released