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"