summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-05-29 06:22:16 +0000
committerGitHub <noreply@github.com>2020-05-29 06:22:16 +0000
commitf1bf481eb8eb79b82510fa2f26d983dc4d7067be (patch)
treebe785ccf7b2152197413a1e323e3035bc4b574d0 /Cargo.lock
parent2b2b2bfd2a525001f2ce15d64392c930b6321ab2 (diff)
Remove env_logger depedency
The env logger has been broken for over a year and is not used by anyone as far as I know. This removes this option entirely in favor of Alacritty's built-in logger level selection flags.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 31a0dee9..000fd3e7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -21,7 +21,6 @@ dependencies = [
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
"dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"embed-resource 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
"font 0.1.0",
"gl_generator 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",