From ad3d599dae16733fd2d687deaefa3dca659c1607 Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Wed, 3 Apr 2024 17:29:24 -0400 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b07f8b2..305d1ac5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ include = ["src/**/*", "Cargo.*", "LICENSE", "README.md", "CHANGELOG.md"] default = ["rustls"] openssl = ["actix-web/openssl", "awc/openssl"] rustls = ["actix-web/rustls-0_21", "awc/rustls-0_21"] -shuttle = ["dep:shuttle-actix-web", "dep:shuttle-runtime", "dep:tokio"] +shuttle = ["dep:shuttle-actix-web", "dep:shuttle-runtime"] [dependencies] actix-web = { version = "4.5.1" }