diff --git a/Cargo.toml b/Cargo.toml index ac59c79..46d8851 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,6 @@ path = "src/main.rs" async-trait = "0.1.62" bincode = "1.3.3" clap = { version = "4.1.1", features = ["derive"] } -color-eyre = "0.6.2" crossterm = "0.25.0" dialoguer = "0.10.3" dirs = "4.0.0" @@ -35,7 +34,6 @@ reqwest = { version = "0.11.14", features = ["json", "stream"] } semver = { version = "1.0.16", features = ["std", "serde"] } serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.91" -set_env = "1.3.4" tar = "0.4.38" thiserror = "1.0.38" tokio = { version = "1.24.2", features = ["rt", "macros", "tracing", "net", "fs", "time", "process"] }