From 2f53940ebe9807de622cf5cb458ea3f7a79428fc Mon Sep 17 00:00:00 2001 From: Alex Mikhalev Date: Wed, 30 Sep 2020 14:05:14 -0600 Subject: [PATCH] Remove actix DNS resolver --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b54b2ee..c03d56f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ chrono = { version = "0.4.15" } assert_matches = "1.3.0" serde = { version = "1.0.116", features = ["derive"] } serde_json = "1.0.57" -actix = "0.10.0" +actix = { version = "0.10.0", default-features = false } actix-rt = "1.1.1" futures-util = { version = "0.3.5", default-features = false, features = ["std", "async-await"] } num-traits = "0.2.12"