From b3cd57e75c770428923d92088974c0bc89534af7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 20:07:09 +0000 Subject: [PATCH] Chore(deps): Bump tokio from 1.6.1 to 1.8.4 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.6.1 to 1.8.4. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.6.1...tokio-1.8.4) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 ++++-- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 507adec..c4e412a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "actix" version = "0.11.1" @@ -1356,9 +1358,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.6.1" +version = "1.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975" +checksum = "50dae83881bc9b0403dd5b44ea9deed3e939856cc8722d5be37f0d6e5c6d53dd" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 09638a6..6ac43dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ actix-web = "4.0.0-beta.6" bytes = "1.0.1" futures = "0.3.15" parking_lot = "0.11.1" -tokio = {version="1.6.1", features=["full", "net", "io-util"]} +tokio = {version="1.8.4", features=["full", "net", "io-util"]} tokio-util = "0.6.7" uuid = {version ="0.8.2", features=["v4"]} structopt = "0.3"