From 6306fa1b7768c30cfa130e419f3a88669290fb8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 21:49:50 +0000 Subject: [PATCH] :arrow_up: Bump tokio from 1.8.1 to 1.8.4 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.8.1 to 1.8.4. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.8.1...tokio-1.8.4) --- 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 6728366..15e8a0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1465,9 +1465,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.8.1" +version = "1.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98c8b05dc14c75ea83d63dd391100353789f5f24b8b3866542a5e85c8be8e985" +checksum = "50dae83881bc9b0403dd5b44ea9deed3e939856cc8722d5be37f0d6e5c6d53dd" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index d77c93a..672c792 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,6 @@ serde = { version = "1.0.124", features = ["derive"] } serde_json = "1.0.64" dotenv = "0.15.0" async-process = "1.1.0" -tokio = { version = "1.7.1", features = ["full"] } +tokio = { version = "1.8.4", features = ["full"] } futures = "0.3.15" chrono = "0.4.19" \ No newline at end of file