diff --git a/Cargo.lock b/Cargo.lock index 6d4d80a9dc1..83e41940bd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -910,7 +910,6 @@ name = "ra_cli" version = "0.1.0" dependencies = [ "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "ra_batch 0.1.0", "ra_db 0.1.0", diff --git a/crates/ra_cli/Cargo.toml b/crates/ra_cli/Cargo.toml index f63f40c990c..21a37c7bf43 100644 --- a/crates/ra_cli/Cargo.toml +++ b/crates/ra_cli/Cargo.toml @@ -7,7 +7,6 @@ publish = false [dependencies] pico-args = "0.3.0" -log = "0.4" env_logger = { version = "0.7.1", default-features = false, features = ["humantime"] } ra_syntax = { path = "../ra_syntax" }