diff --git a/Cargo.lock b/Cargo.lock index cbe6faa8d62..a670d31bedb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5595,7 +5595,6 @@ dependencies = [ "anyhow", "assert_cmd 2.0.11", "async-trait", - "atty", "bytes", "bytesize", "cargo_metadata", diff --git a/lib/cli/Cargo.toml b/lib/cli/Cargo.toml index 75dec5c74b0..f50321be86b 100644 --- a/lib/cli/Cargo.toml +++ b/lib/cli/Cargo.toml @@ -71,7 +71,6 @@ wasmer-deploy-cli = { version = "0.1.17", default-features = false } # Third-party dependencies. -atty = "0.2" is-terminal = "0.4.7" colored = "2.0" anyhow = "1.0"