diff --git a/Cargo.lock b/Cargo.lock index 3b3d66a2d..b9ce9648f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -675,16 +675,6 @@ dependencies = [ "unreachable", ] -[[package]] -name = "combine" -version = "4.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a604e93b79d1808327a6fca85a6f2d69de66461e7620f5a4cbf5fb4d1d7c948" -dependencies = [ - "bytes", - "memchr", -] - [[package]] name = "concurrent-queue" version = "1.2.2" @@ -1428,7 +1418,7 @@ version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a5613c31f18676f164112732202124f373bb2103ff017b3b85ca954ea6a66ada" dependencies = [ - "combine 3.8.1", + "combine", "failure", ] @@ -2632,8 +2622,6 @@ dependencies = [ "chrono", "console 0.15.0", "crossterm", - "git-url-parse", - "git2", "heck 0.4.0", "houston", "lazycell", @@ -2675,7 +2663,6 @@ dependencies = [ "git2", "graphql_client", "houston", - "http", "httpmock", "humantime", "hyper", @@ -3422,17 +3409,6 @@ dependencies = [ "serde", ] -[[package]] -name = "toml_edit" -version = "0.14.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba98375fd631b83696f87c64e4ed8e29e6a1f3404d6aed95fa95163bad38e705" -dependencies = [ - "combine 4.6.4", - "indexmap", - "itertools", -] - [[package]] name = "tower-service" version = "0.3.1" @@ -3921,7 +3897,6 @@ dependencies = [ "structopt", "tar", "tempfile", - "toml_edit", "which", "zip", ] diff --git a/Cargo.toml b/Cargo.toml index fb204de1f..f63785412 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,10 +66,6 @@ camino = { version = "1", features = ["serde1"] } chrono = "0.4" console = "0.15" crossterm = "0.22" -git-url-parse = "0.4" -git2 = { version = "0.14", default-features = false, features = [ - "vendored-openssl", -] } heck = "0.4" lazycell = "1" opener = "0.5" diff --git a/crates/rover-client/Cargo.toml b/crates/rover-client/Cargo.toml index ee4666e69..382afe2c8 100644 --- a/crates/rover-client/Cargo.toml +++ b/crates/rover-client/Cargo.toml @@ -19,14 +19,12 @@ apollo-federation-types = "0.5" # crates.io deps backoff = "0.4" -camino = "1" chrono = { version = "0.4", features = ["serde"] } git-url-parse = "0.4.0" git2 = { version = "0.14", default-features = false, features = [ "vendored-openssl", ] } graphql_client = "0.10" -http = "0.2" humantime = "2.1.0" hyper = "0.14" prettytable-rs = "0.8.0" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 01f30e2b4..98a4b477c 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -23,6 +23,5 @@ serde_json_traversal = "0.2" structopt = { version = "0.3", default-features = false } tar = "0.4" tempfile = "3.3" -toml_edit = "0.14" which = "4.2" zip = { version = "0.6", default-features = false } \ No newline at end of file