From 6bff9d2444a71564bd76ead374a1936225409a2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:45:25 +0000 Subject: [PATCH] Bump tokio from 1.13.0 to 1.13.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.13.0...tokio-1.13.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 765e13cc2..b330333fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,9 +421,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.13.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "588b2d10a336da58d877567cd8fb8a14b463e2104910f8132cd054b4b96e29ee" +checksum = "52963f91310c08d91cb7bff5786dfc8b79642ab839e188187e92105dbfb9d2c8" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 554175255..f3bfc4ee8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ byteorder = "^1.0" bitflags = "^1.0" enum_primitive = "*" async-trait = "^0.1" -tokio = { version = "^1.0", features = ["full"] } +tokio = { version = "^1.13", features = ["full"] } tokio-util = { version = "^0.6", features = ["codec"] } tokio-stream = "^0.1" bytes = "^1"