Skip to content

Commit

Permalink
Merge pull request #1678 from tottoto/unused-dependency
Browse files Browse the repository at this point in the history
chore: Resolve unused dependencies
  • Loading branch information
rwjblue authored Feb 2, 2024
2 parents c490e44 + 7afee32 commit 56b28e2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ log = { version = "0.4", features = ["std"] }
node-semver = "2"
clap = { version = "4.4.18", features = ["color", "derive", "wrap_help"] }
clap_complete = "4.4.9"
cfg-if = "1.0"
mockito = { version = "0.31.1", optional = true }
test-support = { path = "crates/test-support" }
textwrap = "0.16.0"
which = "6.0.0"
dirs = "5.0.1"
Expand All @@ -45,5 +43,7 @@ hamcrest2 = "0.3.0"
envoy = "0.1.3"
ci_info = "0.14.14"
headers = "0.4"
cfg-if = "1.0"
test-support = { path = "crates/test-support" }

[workspace]
1 change: 0 additions & 1 deletion crates/test-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ edition = "2018"

[dependencies]
hamcrest2 = "0.3.0"
archive = { path = "../archive" }
serde_json = { version = "1.0.113" }
thiserror = "1.0.56"

0 comments on commit 56b28e2

Please sign in to comment.