From f6ac7ef4b0a171a544406f6f5be637979748794e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 07:14:03 +0000 Subject: [PATCH] Bump tokio from 1.0.1 to 1.4.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.0.1 to 1.4.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.0.1...tokio-1.4.0) Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- src/lunaria/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c7622e..7eb2f5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2303,7 +2303,7 @@ version = "0.0.0" dependencies = [ "bevy", "lunaria-api", - "tokio 1.0.1", + "tokio 1.4.0", "tokio-compat-02", "tonic", ] @@ -3612,9 +3612,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.0.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d258221f566b6c803c7b4714abadc080172b272090cdc5e244a6d4dd13c3a6bd" +checksum = "134af885d758d645f0f0505c9a8b3f9bf8a348fd822e112ab5248138348f1722" dependencies = [ "autocfg", "num_cpus", @@ -3632,7 +3632,7 @@ dependencies = [ "once_cell", "pin-project-lite 0.2.0", "tokio 0.2.22", - "tokio 1.0.1", + "tokio 1.4.0", "tokio-stream", ] @@ -3655,7 +3655,7 @@ checksum = "e4cdeb73537e63f98adcd73138af75e3f368ccaecffaa29d7eb61b9f5a440457" dependencies = [ "futures-core", "pin-project-lite 0.2.0", - "tokio 1.0.1", + "tokio 1.4.0", ] [[package]] diff --git a/src/lunaria/Cargo.toml b/src/lunaria/Cargo.toml index eea8273..55e7757 100644 --- a/src/lunaria/Cargo.toml +++ b/src/lunaria/Cargo.toml @@ -32,6 +32,6 @@ maintenance = { status = "actively-developed" } lunaria-api = { version = "0.1.1", features = ["server"] } bevy = "0.4.0" -tokio = { version = "1.0.1", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.4.0", features = ["macros", "rt-multi-thread"] } tokio-compat-02 = "0.2.0" tonic = "0.3.1"