From 15349156dba3b9d2ebf07cfaba0a7ed1c42ccb92 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Sat, 25 Jun 2022 11:04:12 -0400 Subject: [PATCH] remove termion --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 41d2e03..85b705a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1945,7 +1945,6 @@ dependencies = [ "stderrlog", "steamguard", "tempdir", - "termion", "text_io", "thiserror", "uuid", diff --git a/Cargo.toml b/Cargo.toml index 695b076..eae9f1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,6 @@ cookie = "0.14" regex = "1" lazy_static = "1.4.0" uuid = { version = "0.8", features = ["v4"] } -termion = "1.5.6" steamguard = { version ="^0.4.2", path = "./steamguard" } dirs = "3.0.2" ring = "0.16.20"