Skip to content

Commit

Permalink
chore: unused deps removed
Browse files Browse the repository at this point in the history
* Some of them moved to dev-dependencies as part of tests
  • Loading branch information
helio-frota committed Sep 17, 2024
1 parent 01f106c commit 7ecba71
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 31 deletions.
13 changes: 0 additions & 13 deletions Cargo.lock

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

4 changes: 0 additions & 4 deletions modules/analysis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,18 @@ license.workspace = true
trustify-auth = { workspace = true }
trustify-common = { workspace = true }
trustify-entity = { workspace = true }
trustify-infrastructure = { workspace = true }

actix-http = { workspace = true }
actix-web = { workspace = true }
anyhow = { workspace = true }
itertools = { workspace = true }
log = { workspace = true }
petgraph = { workspace = true }
parking_lot= { workspace = true }
sea-orm = { workspace = true }
sea-query = { workspace = true }
serde = { workspace = true }
strum = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["full"] }
tokio-util = { workspace = true }
tracing = { workspace = true }
utoipa = { workspace = true, features = ["actix_extras", "uuid"] }

Expand Down
4 changes: 1 addition & 3 deletions modules/fundamental/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,12 @@ sea-query = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
spdx = { workspace = true, features = ["text"] }
strum = { workspace = true }
thiserror = { workspace = true }
time = { workspace = true }
tokio = { workspace = true, features = ["full"] }
tokio-util = { workspace = true }
tracing = { workspace = true }
utoipa = { workspace = true, features = ["actix_extras", "uuid"] }
uuid = { workspace = true }
walker-common = { workspace = true, features = ["liblzma"] }

[dev-dependencies]
actix-http = { workspace = true }
Expand All @@ -49,6 +46,7 @@ log = { workspace = true }
serde_json = { workspace = true }
spdx-rs = { workspace = true }
sha2 = { workspace = true }
strum = { workspace = true }
test-context = { workspace = true }
test-log = { workspace = true, features = ["log", "trace"] }
tokio-util = { workspace = true }
Expand Down
9 changes: 2 additions & 7 deletions modules/graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,18 @@ license.workspace = true

[dependencies]
trustify-entity = { workspace = true }
trustify-auth = { workspace = true }
trustify-common = { workspace = true }
trustify-infrastructure = { workspace = true }
trustify-module-importer = { workspace = true }
trustify-module-ui = { workspace = true }
trustify-module-fundamental = { workspace = true }
trustify-module-ingestor = { workspace = true }

anyhow = { workspace = true }
async-graphql = { workspace = true }
async-graphql-actix-web = { workspace = true }
actix-web = { workspace = true }
clap = { workspace = true, features = ["derive"] }
log = { workspace = true }
uuid = { workspace = true }

[dev-dependencies]
anyhow = { workspace = true }
log = { workspace = true }
serde_json = { workspace = true }
test-context = { workspace = true }
trustify-test-context = { workspace = true }
Expand Down
2 changes: 0 additions & 2 deletions modules/importer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ publish.workspace = true
license.workspace = true

[dependencies]
trustify-auth = { workspace = true }
trustify-common = { workspace = true }
trustify-entity = { workspace = true }
trustify-infrastructure = { workspace = true }
trustify-module-ingestor = { workspace = true }
trustify-module-storage = { workspace = true }

Expand Down
1 change: 0 additions & 1 deletion modules/ingestor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ cpe = { workspace = true }
csaf = { workspace = true }
cve = { workspace = true }
cyclonedx-bom = { workspace = true }
futures = { workspace = true }
hex = { workspace = true }
humantime = { workspace = true }
jsn = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion test-context/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license.workspace = true

[dependencies]
trustify-common = { workspace = true }
trustify-migration = { workspace = true }
#trustify-migration = { workspace = true }
trustify-module-ingestor = { workspace = true }
trustify-module-storage = { workspace = true }

Expand Down

0 comments on commit 7ecba71

Please sign in to comment.