From 51613df9e3031f9b6483e2bee6b0fbfcad854edd Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 24 May 2023 12:41:00 +0200 Subject: [PATCH] Move actix-rt to dev-dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f09ca8..7fd9708 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,6 @@ enum_delegate = "0.2.0" httpdate = "1.0.2" http-signature-normalization-reqwest = { version = "0.8.0", default-features = false, features = ["sha-2", "middleware"] } http-signature-normalization = "0.7.0" -actix-rt = "2.8.0" bytes = "1.4.0" futures-core = { version = "0.3.27", default-features = false } pin-project-lite = "0.2.9" @@ -59,6 +58,7 @@ env_logger = "0.10.0" tower-http = { version = "0.4.0", features = ["map-request-body", "util"] } axum = { version = "0.6.12", features = ["http1", "tokio", "query"], default-features = false } axum-macros = "0.3.7" +actix-rt = "2.8.0" [profile.dev] strip = "symbols"