From 9add9bec5b7d0f1c57e2012b50b821ca189b3811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 22:25:26 +0000 Subject: [PATCH] :arrow_up: Bump tokio from 1.8.1 to 1.16.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.8.1 to 1.16.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.8.1...tokio-1.16.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 ++++----- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6728366..7d97ee4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1465,11 +1465,10 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.8.1" +version = "1.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98c8b05dc14c75ea83d63dd391100353789f5f24b8b3866542a5e85c8be8e985" +checksum = "0c27a64b625de6d309e8c57716ba93021dccf1b3b5c97edd6d3dd2d2135afc0a" dependencies = [ - "autocfg", "bytes", "libc", "memchr", @@ -1485,9 +1484,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "1.2.0" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c49e3df43841dafb86046472506755d8501c5615673955f6aa17181125d13c37" +checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index d77c93a..bc51131 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.16.1", features = ["full"] } futures = "0.3.15" chrono = "0.4.19" \ No newline at end of file