From 89452d36f8ee879e9de5580e6dbd685c0eac608a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Dec 2020 05:21:54 +0000 Subject: [PATCH] Update actix-web requirement from 1.0.5 to 3.3.2 Updates the requirements on [actix-web](https://github.com/actix/actix-web) to permit the latest version. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/web-v1.0.5...web-v3.3.2) Signed-off-by: dependabot-preview[bot] --- postgres-rest-actix/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-rest-actix/Cargo.toml b/postgres-rest-actix/Cargo.toml index 3243271..843cff3 100644 --- a/postgres-rest-actix/Cargo.toml +++ b/postgres-rest-actix/Cargo.toml @@ -10,7 +10,7 @@ path = "src/lib.rs" [dependencies] actix = "0.8.3" -actix-web = "1.0.5" +actix-web = "3.3.2" failure = "0.1.5" futures = "0.1.28" futures03 = { package = "futures-preview", version = "0.3.0-alpha.18", features = ["compat"] }