From c72678d367792974147b93eb423cdbeef8d44bd2 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Thu, 30 Apr 2020 16:16:22 +0200 Subject: [PATCH] remove unused dep --- Cargo.lock | 7 ------- Cargo.toml | 1 - 2 files changed, 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 573fbc35..197f217c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -291,7 +291,6 @@ dependencies = [ "dirs", "itertools", "log", - "maplit", "rayon-core", "scopeguard", "scopetime", @@ -419,12 +418,6 @@ dependencies = [ "cfg-if", ] -[[package]] -name = "maplit" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" - [[package]] name = "matches" version = "0.1.8" diff --git a/Cargo.toml b/Cargo.toml index 6f87a51e..a15c6c40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,6 @@ dirs = "2.0" crossbeam-channel = "0.4" scopeguard = "1.1" bitflags = "1.2" -maplit = "1.0" backtrace = { version = "0.3" } scopetime = { path = "./scopetime", version = "0.1" } asyncgit = { path = "./asyncgit", version = "0.2" }