diff --git a/Cargo.lock b/Cargo.lock index 1878050090..c1747d216a 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 f2ae7ca308..665ec92ed4 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"