From 0cc2a80227b44bf645c63a38fcc8c7ba17102ecc Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 12 Feb 2021 20:54:42 +0000 Subject: [PATCH] dev dep --- actix-http/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index 1915eb1a4..2c4775898 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -98,7 +98,6 @@ tls-rustls = { version = "0.19", package = "rustls" } version = "0.10.9" package = "openssl" features = ["vendored"] -optional = true [[bench]] name = "write-camel-case"