diff --git a/Cargo.lock b/Cargo.lock index a58067ed08b..3e16c3ad309 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6178,52 +6178,6 @@ dependencies = [ "wasmer-types", ] -[[package]] -name = "wasmer-registry" -version = "5.10.0" -dependencies = [ - "anyhow", - "clap", - "console", - "dialoguer 0.11.0", - "dirs", - "filetime", - "flate2", - "futures", - "futures-util", - "graphql-ws-client", - "graphql_client 0.13.0", - "hex", - "indexmap 1.9.3", - "indicatif", - "lazy_static", - "log", - "lzma-rs", - "minisign", - "pretty_assertions", - "regex", - "reqwest", - "rpassword", - "rusqlite", - "semver 1.0.20", - "serde", - "serde_json", - "tar", - "tempfile", - "thiserror", - "time", - "tldextract", - "tokio", - "tokio-tungstenite", - "toml 0.5.11", - "tracing", - "url", - "wasmer-toml", - "wasmer-wasm-interface 4.2.4", - "wasmparser 0.51.4", - "whoami", -] - [[package]] name = "wasmer-registry" version = "5.10.0" @@ -6278,8 +6232,10 @@ dependencies = [ "dirs", "filetime", "flate2", + "futures", "futures-util", - "graphql_client", + "graphql-ws-client", + "graphql_client 0.13.0", "hex", "indexmap 1.9.3", "indicatif", @@ -6301,6 +6257,7 @@ dependencies = [ "time", "tldextract", "tokio", + "tokio-tungstenite", "toml 0.5.11", "tracing", "url",