From ba602c4629c7a8d65a9c0bce502d7b1282dc441e Mon Sep 17 00:00:00 2001 From: est31 Date: Sat, 24 Aug 2019 15:51:54 +0200 Subject: [PATCH] Remove unused lazy_static dependency --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 187805009..c1747d216 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1833,7 +1833,6 @@ dependencies = [ "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "language-reporting 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", "neso 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index f2ae7ca30..665ec92ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,6 @@ app_dirs = "1.2.1" csv = "1.1" toml = "0.5.3" clap = "2.33.0" -lazy_static = "1.3.0" git2 = { version = "0.9.2", default_features = false } dirs = "2.0.2" glob = "0.3.0"