From e96e9eda8231fc8feadea15029c4ccda665193db Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 20 Mar 2021 07:52:31 +0000 Subject: [PATCH] Update actix-rt requirement from 1.1.1 to 2.1.0 Updates the requirements on [actix-rt](https://github.com/actix/actix-net) to permit the latest version. - [Release notes](https://github.com/actix/actix-net/releases) - [Commits](https://github.com/actix/actix-net/compare/rt-1.1.1...rt-v2.1.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ca7a61..fd048f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] actix-web = "3" -actix-rt = "1.1.1" +actix-rt = "2.1.0" chrono = "0.4.18" sqlx = { version = "0.4.0-beta.1", features = [ "postgres", "chrono" ] } listenfd = "0.3.3"