From 2b8ba6986c192b7f214c4d903e0e9d682ded63fd Mon Sep 17 00:00:00 2001 From: Waffle Date: Sun, 13 Oct 2019 13:36:19 +0300 Subject: [PATCH] remove `apply` dep --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1745385a..21259ac5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,6 @@ edition = "2018" reqwest = { version = "0.10.0-alpha.1", features = ["json", "unstable-stream"] } serde_json = "1.0.41" serde = { version = "1.0.101", features = ["derive"] } -apply = "0.2.2" derive_more = "0.15.0" tokio = "0.2.0-alpha.6" bytes = "0.4.12"