From 866c7cdd48b8f8467e09794025052e4a883b2027 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Wed, 20 Jan 2021 01:28:58 +0100 Subject: [PATCH] refactor: remove tokio macros feature --- Cargo.lock | 12 ------------ Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57223a1..d295b30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1230,18 +1230,6 @@ dependencies = [ "mio", "num_cpus", "pin-project-lite", - "tokio-macros", -] - -[[package]] -name = "tokio-macros" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42517d2975ca3114b22a16192634e8241dc5cc1f130be194645970cc1c371494" -dependencies = [ - "proc-macro2", - "quote", - "syn", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 527e946..1a6f913 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ name = "static-web-server" path = "src/bin/server.rs" [dependencies] -tokio = { version = "1", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1", features = ["rt-multi-thread"] } warp = { git = "https://github.com/joseluisq/warp.git", branch = "0.3.x", features = ["compression"] } anyhow = "1.0" tracing = "0.1" -- libgit2 1.7.2