Skip to content

Commit f51f603

Browse files
chore: removes unused deps
i used the new 'cargo-machete' tool to find these
1 parent 82b43bb commit f51f603

File tree

4 files changed

+1
-33
lines changed

4 files changed

+1
-33
lines changed

Cargo.lock

+1-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ camino = { version = "1", features = ["serde1"] }
6666
chrono = "0.4"
6767
console = "0.15"
6868
crossterm = "0.22"
69-
git-url-parse = "0.4"
70-
git2 = { version = "0.14", default-features = false, features = [
71-
"vendored-openssl",
72-
] }
7369
heck = "0.4"
7470
lazycell = "1"
7571
opener = "0.5"

crates/rover-client/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@ apollo-federation-types = "0.5"
1919

2020
# crates.io deps
2121
backoff = "0.4"
22-
camino = "1"
2322
chrono = { version = "0.4", features = ["serde"] }
2423
git-url-parse = "0.4.0"
2524
git2 = { version = "0.14", default-features = false, features = [
2625
"vendored-openssl",
2726
] }
2827
graphql_client = "0.10"
29-
http = "0.2"
3028
humantime = "2.1.0"
3129
hyper = "0.14"
3230
prettytable-rs = "0.8.0"

xtask/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ serde_json_traversal = "0.2"
2323
structopt = { version = "0.3", default-features = false }
2424
tar = "0.4"
2525
tempfile = "3.3"
26-
toml_edit = "0.14"
2726
which = "4.2"
2827
zip = { version = "0.6", default-features = false }

0 commit comments

Comments
 (0)