summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"