From 8f57d8ea722c390c1f02082b8c3c01c2c87d400f Mon Sep 17 00:00:00 2001 From: daddinuz Date: Wed, 15 May 2019 14:04:06 +0200 Subject: update actix support to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a28dc83..7ec4b8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ version = "0.4.6" repository = "samscott89/serde_qs" [dependencies] -actix-web = { version ="0.7", optional = true } +actix-web = { version ="1.0.0-beta", optional = true } data-encoding = "2.1.2" error-chain = "0.12.0" percent-encoding = "1.0.1" -- cgit v1.2.3