From ebf5b77ba2769a9be01836a5a8ae663cf7129850 Mon Sep 17 00:00:00 2001 From: Joep Meindertsma Date: Mon, 3 Jan 2022 22:31:42 +0100 Subject: [PATCH] #270 Update actix-rt from 2.4.0 to 2.5.1 --- Cargo.lock | 4 ++-- server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 603fbb841..0f41a11de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -180,9 +180,9 @@ dependencies = [ [[package]] name = "actix-rt" -version = "2.5.0" +version = "2.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05c2f80ce8d0c990941c7a7a931f69fd0701b76d521f8d36298edf59cd3fbf1f" +checksum = "82cf33e04d9911b39bfb7be3c01309568b4315895d3358372dce64ed2c2bf32d" dependencies = [ "actix-macros", "futures-core", diff --git a/server/Cargo.toml b/server/Cargo.toml index 68666e334..669bbb972 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -80,7 +80,7 @@ optional = true version = "0.6.0" [dev-dependencies] -actix-rt = "2.4.0" +actix-rt = "2.5.1" [features] default = ["https"]