remove termion

This commit is contained in:
Carson McManus 2022-06-25 11:04:12 -04:00
parent 0b340a3cf1
commit 15349156db
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -1945,7 +1945,6 @@ dependencies = [
"stderrlog", "stderrlog",
"steamguard", "steamguard",
"tempdir", "tempdir",
"termion",
"text_io", "text_io",
"thiserror", "thiserror",
"uuid", "uuid",

View file

@ -41,7 +41,6 @@ cookie = "0.14"
regex = "1" regex = "1"
lazy_static = "1.4.0" lazy_static = "1.4.0"
uuid = { version = "0.8", features = ["v4"] } uuid = { version = "0.8", features = ["v4"] }
termion = "1.5.6"
steamguard = { version ="^0.4.2", path = "./steamguard" } steamguard = { version ="^0.4.2", path = "./steamguard" }
dirs = "3.0.2" dirs = "3.0.2"
ring = "0.16.20" ring = "0.16.20"