From 1975c6bbfa1fcf559cc36386d3c58b88a728d48a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:42:53 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.11.0 to 1.13.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.11.0 to 1.13.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.11.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 8b7fa41..ae38ed6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2083,9 +2083,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.11.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4efe6fc2395938c8155973d7be49fe8d03a843726e285e100a8a383cc0154ce" +checksum = "52963f91310c08d91cb7bff5786dfc8b79642ab839e188187e92105dbfb9d2c8" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index f61a0d5..674aad9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ reqwest = { version = "0.11", features = ["stream"] } rusoto_core = "0.47.0" rusoto_s3 = "0.47.0" thiserror = "1.0" -tokio = { version = "1.11", features = ["full"] } +tokio = { version = "1.13", features = ["full"] } tokio-util = { version = "0.6", features = ["codec"] } serde_derive = "^1.0" serde = "^1.0"