From 85cbb1d6d8a0b0c8968bcfdaaf16ce1e7276d01e Mon Sep 17 00:00:00 2001 From: Emii Tatsuo Date: Tue, 1 Dec 2020 23:24:10 -0500 Subject: [PATCH] Remove unused squeegee dep --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 257f7d4..4bd86f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,6 @@ serde = { version = "1.0", optional = true } rust-argon2 = { version = "0.8.2", optional = true } crc32fast = { version = "1.2.1", optional = true } rcgen = { version = "0.8.5", optional = true } -squeegee = { git = "https://gitlab.com/Alch_Emi/squeegee.git", branch = "main", optional = true } [dev-dependencies] env_logger = "0.8.1"