Update actix-web dep to 1.0.0-rc

This commit is contained in:
Miles Granger 2019-05-23 17:05:10 +02:00 committed by GitHub
parent 801cc2ed5d
commit 02d9025a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ name = "actix_files"
path = "src/lib.rs" path = "src/lib.rs"
[dependencies] [dependencies]
actix-web = "1.0.0-beta.5" actix-web = "1.0.0-rc"
actix-service = "0.4.0" actix-service = "0.4.0"
bitflags = "1" bitflags = "1"
bytes = "0.4" bytes = "0.4"