From 5a3bf69e3fd771271921f62219cdb8f920db39ee Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sun, 25 Oct 2020 02:07:28 +0000 Subject: Remove rustc_tools_util dependency Since our usage of the rustc_tools_util crate is so trivial, it seems like we should be able to just inline it directly into Alacritty. It's a very well trusted crate, being hosted directly by rust-lang and it does not pull in any other dependencies, but having a dependency for just 6 lines of code seems a bit extreme. --- Cargo.lock | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index f980d6db..9e490724 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,7 +40,6 @@ dependencies = [ "notify", "objc", "parking_lot", - "rustc_tools_util", "serde", "serde_json", "serde_yaml", @@ -1754,12 +1753,6 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" -[[package]] -name = "rustc_tools_util" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b725dadae9fabc488df69a287f5a99c5eaf5d10853842a8a3dfac52476f544ee" - [[package]] name = "rusttype" version = "0.9.2" -- cgit v1.2.3-54-g00ecf