From 02d9025a3fb58c28ec1997cac1739ec053d95c73 Mon Sep 17 00:00:00 2001 From: Miles Granger Date: Thu, 23 May 2019 17:05:10 +0200 Subject: [PATCH] Update actix-web dep to 1.0.0-rc --- actix-files/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-files/Cargo.toml b/actix-files/Cargo.toml index 6b065758d..de79946a4 100644 --- a/actix-files/Cargo.toml +++ b/actix-files/Cargo.toml @@ -18,7 +18,7 @@ name = "actix_files" path = "src/lib.rs" [dependencies] -actix-web = "1.0.0-beta.5" +actix-web = "1.0.0-rc" actix-service = "0.4.0" bitflags = "1" bytes = "0.4"