Skip to content

Commit

Permalink
chore: removes unused declared deps, move others to dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
helio-frota committed Dec 10, 2024
1 parent bcf4fc2 commit 9d7a546
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion modules/analysis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ sea-orm = { workspace = true }
sea-query = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["full"] }
tracing = { workspace = true }
utoipa = { workspace = true, features = ["actix_extras", "uuid"] }
utoipa-actix-web = { workspace = true }
Expand All @@ -41,6 +40,7 @@ sha2 = { workspace = true }
test-context = { workspace = true }
test-log = { workspace = true, features = ["log", "trace"] }
tokio-util = { workspace = true, features = ["full"] }
tokio = { workspace = true, features = ["full"] }
trustify-test-context = { workspace = true }
urlencoding = { workspace = true }
criterion = { workspace = true, features = ["html_reports", "async_tokio"] }
Expand Down
2 changes: 0 additions & 2 deletions modules/importer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ csaf = { workspace = true }
csaf-walker = { workspace = true, features = ["crypto-openssl", "csaf"] }
cve = { workspace = true }
git2 = { workspace = true }
hex = { workspace = true }
humantime = { workspace = true }
humantime-serde = { workspace = true }
json-merge-patch = { workspace = true }
jsonpath-rust = { workspace = true }
log = { workspace = true }
osv = { workspace = true, features = ["schema"] }
parking_lot = { 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 @@ -38,7 +38,6 @@ serde = { workspace = true, features = ["derive"] }
serde-cyclonedx = { workspace = true }
serde_json = { workspace = true }
serde_yml = { workspace = true }
spdx = { workspace = true }
spdx-expression = { workspace = true }
spdx-rs = { workspace = true }
strum = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion modules/user/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ trustify-common = { workspace = true }
trustify-entity = { workspace = true }

actix-web = { workspace = true }
anyhow = { workspace = true }
sea-orm = { workspace = true, features = ["sea-query-binder", "sqlx-postgres", "runtime-tokio-rustls", "macros", "debug-print"] }
sea-query = { workspace = true }
serde_json = { workspace = true }
Expand All @@ -23,6 +22,7 @@ utoipa-actix-web = { workspace = true }
trustify-test-context = { workspace = true }

actix-http = { workspace = true }
anyhow = { workspace = true }
test-context = { workspace = true }
test-log = { workspace = true, features = ["log", "trace"] }
tokio = { workspace = true, features = ["full"] }

0 comments on commit 9d7a546

Please sign in to comment.