From 9c8991e823e72b326c6e6aae445408743a7e0920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 08:26:42 +0000 Subject: [PATCH] Bump tokio from 1.2.0 to 1.4.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.2.0 to 1.4.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.2.0...tokio-1.4.0) 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 818ee88..ac34a2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1216,9 +1216,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.2.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a" +checksum = "134af885d758d645f0f0505c9a8b3f9bf8a348fd822e112ab5248138348f1722" dependencies = [ "autocfg 1.0.1", "bytes 1.0.1", diff --git a/Cargo.toml b/Cargo.toml index f126294..ffd2b09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] pwm-pca9685 = "0.3.0" linux-embedded-hal = "0.3.0" -tokio = { version = "1.2", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.4", features = ["macros", "rt-multi-thread"] } warp = "0.3" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"