Skip to content

Commit 6926502

Browse files
chore: removes unused dependencies (#651)
1 parent 7ada63d commit 6926502

File tree

7 files changed

+1
-31
lines changed

7 files changed

+1
-31
lines changed

Cargo.lock

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

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ assert_cmd = "1.0.5"
7676
assert_fs = "1.0.0"
7777
predicates = "1.0.8"
7878
reqwest = "0.11.4"
79-
rustversion = "1.0.5"
8079
serial_test = "0.5.0"
8180

8281
[build-dependencies]

crates/houston/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ serde = { version = "1.0", features = ["derive"] }
1111
thiserror = "1.0"
1212
toml = "0.5"
1313
tracing = "0.1"
14-
regex = "1.5"
1514

1615
[dev-dependencies]
1716
assert_fs = "1"

crates/rover-client/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ version = "0.0.0"
1111
houston = {path = "../houston"}
1212

1313
# crates.io deps
14-
anyhow = "1"
1514
camino = "1"
1615
chrono = "0.4"
17-
graphql-parser = "0.3.0"
1816
graphql_client = "0.9"
1917
http = "0.2"
2018
regex = "1.5.4"

crates/sputnik/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ semver = { version = "1", features = ["serde"] }
1313
serde = { version = "1.0", features = ["derive"] }
1414
serde_json = "1.0"
1515
sha2 = "0.9"
16-
structopt = "0.3"
1716
thiserror = "1.0"
1817
tracing = "0.1"
1918
url = "2.2"

crates/timber/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ authors = ["Apollo Developers <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
atty = "0.2.14"
98
serde = "1"
109
tracing-core = "0.1"
1110
# the parking_lot feature uses a more performant mutex than std::sync::Mutex

installers/binstall/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ camino = "1.0"
1010
directories-next = "2.0"
1111
thiserror = "1.0"
1212
tracing = "0.1"
13-
which = "4.0"
1413

1514
[target.'cfg(target_os = "windows")'.dependencies]
1615
cc = "1.0"

0 commit comments

Comments
 (0)