From a34badd82c302b401dd4ac45018b30912b469000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 23:39:03 +0300 Subject: [PATCH] chore(cargo): bump tokio from 1.6.1 to 1.7.1 (#113) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.6.1 to 1.7.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.6.1...tokio-1.7.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e40dc0f8..8246ef7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1436,9 +1436,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.6.1" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975" +checksum = "5fb2ed024293bb19f7a5dc54fe83bf86532a44c12a2bb8ba40d64a4509395ca2" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index d028f626..a2d9d097 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ feed-rs = "0.6.1" isahc = "1.4" atom_syndication = "0.10" frankenstein = { version = "0.4", default-features = false } -tokio = { version = "1.6", features = ["full"] } +tokio = { version = "1.7", features = ["full"] } url = "2.2" regex = { version = "1", features = ["pattern"] } handlebars = "4.0"