From 1596893ef7275a2c6530e09abaec7e2cc2f0bf2c Mon Sep 17 00:00:00 2001 From: Silentdoer <1010993610@qq.com> Date: Sat, 19 Sep 2020 22:20:34 +0800 Subject: [PATCH] update actix-http dev-dependencies (#1696) Co-authored-by: luojinming --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 091e67dd..d4da4af1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,7 +103,7 @@ tinyvec = { version = "1", features = ["alloc"] } [dev-dependencies] actix = "0.10.0" -actix-http = { version = "2.0.0-beta.4", features = ["actors"] } +actix-http = { version = "2.0.0", features = ["actors"] } rand = "0.7" env_logger = "0.7" serde_derive = "1.0"