From bbeb4060328c0972d006081a8e1c9cdccbd01adc Mon Sep 17 00:00:00 2001 From: _ <> Date: Mon, 30 Nov 2020 16:15:22 +0000 Subject: [PATCH] Removed unused dep --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2df9363..11b237f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,6 @@ license = "AGPL-3.0" base64 = "0.12.3" blake3 = "0.3.7" -maplit = "1.0.2" reqwest = { version = "0.10.8", features = ["stream"] } tokio = { version = "0.2.22", features = ["full"] } tracing = "0.1.21"