From d26c56086341e945ffd0e3742fd4ed63058a9a20 Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Sun, 6 Dec 2020 21:42:27 -0500 Subject: Stick to actix-web 2 for minor release. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da10f15..8d2fc42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ version = "0.7.1" repository = "samscott89/serde_qs" [dependencies] -actix-web = { version = "3.3.2", optional = true } +actix-web = { version = "2.0.0", optional = true } data-encoding = "2.3.1" futures = { version = "0.3.8", optional = true } percent-encoding = "2.1.0" -- cgit v1.2.3