diff --git a/Cargo.lock b/Cargo.lock index 71f8cd5..b36b62f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -705,7 +705,6 @@ dependencies = [ "anstyle", "clap_lex", "strsim 0.11.1", - "terminal_size", ] [[package]] @@ -4275,7 +4274,6 @@ dependencies = [ "wit-bindgen-rust", "wit-component 0.217.0", "wit-parser 0.217.0", - "wkg", ] [[package]] @@ -4656,16 +4654,6 @@ dependencies = [ "termcolor", ] -[[package]] -name = "terminal_size" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" -dependencies = [ - "rustix 0.38.37", - "windows-sys 0.48.0", -] - [[package]] name = "thiserror" version = "1.0.63" @@ -6679,27 +6667,6 @@ dependencies = [ "wast 35.0.2", ] -[[package]] -name = "wkg" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "040ff7688fa0cc366a134afa2e2eefc6728cff41d8f6909715cfc2c38af01c67" -dependencies = [ - "anyhow", - "clap", - "docker_credential", - "futures-util", - "oci-client", - "oci-wasm 0.0.5", - "tempfile", - "tokio", - "tracing", - "tracing-subscriber", - "wasm-pkg-client", - "wasm-pkg-common 0.5.1", - "wit-component 0.216.0", -] - [[package]] name = "xdg-home" version = "1.3.0" diff --git a/Cargo.toml b/Cargo.toml index efb1c8b..fc5f9dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,6 @@ wit-bindgen-rust = { git = "https://github.com/fibonacci1729/wit-bindgen", branc wit-bindgen-core = { git = "https://github.com/fibonacci1729/wit-bindgen", branch = "deps" } wasm-pkg-common = "0.5.1" wasm-pkg-client = "0.5.1" -wkg = "0.5.1" [target.'cfg(target_os = "linux")'.dependencies] # This needs to be an explicit dependency to enable