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"