From f6381249306cfbb95a079a4a1f9174c08814b3fc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 May 2020 04:16:49 +0000 Subject: [PATCH] Bump actix-rt from 1.0.0 to 1.1.1 Bumps [actix-rt](https://github.com/actix/actix-net) from 1.0.0 to 1.1.1. - [Release notes](https://github.com/actix/actix-net/releases) - [Commits](https://github.com/actix/actix-net/compare/rt-1.0.0...rt-1.1.1) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 8 +++++--- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 113c8a9..42bed99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -106,14 +106,16 @@ dependencies = [ [[package]] name = "actix-rt" -version = "1.0.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f6a0a55507046441a496b2f0d26a84a65e67c8cafffe279072412f624b5fb6d" +checksum = "143fcc2912e0d1de2bcf4e2f720d2a60c28652ab4179685a1ee159e0fb3db227" dependencies = [ "actix-macros", "actix-threadpool", "copyless", - "futures", + "futures-channel", + "futures-util", + "smallvec", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index 1533756..a628334 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ serde = "1.0.105" serde_derive = "1.0.103" serde_json = "1.0.50" structopt = "0.3.12" -actix-rt = "1.0.0" +actix-rt = "1.1.1" [build-dependencies] ructe = "0.9.2"