Add github actions workflow for unused deps (#7681)

Signed-off-by: Rodolfo Olivieri <rodolfo.olivieri3@gmail.com>
This commit is contained in:
Rodolfo Olivieri
2026-03-12 09:51:50 -03:00
committed by GitHub
parent f65530bce5
commit f16fe88f2d
10 changed files with 541 additions and 922 deletions
+6 -5
View File
@@ -51,8 +51,6 @@ socket2 = "0.6.1"
fs2 = { workspace = true }
rustls = { version = "0.23", features = ["aws_lc_rs"] }
uuid = { workspace = true }
once_cell = { workspace = true }
dirs = { workspace = true }
rcgen = "0.13"
axum-server = { version = "0.8.0", features = ["tls-rustls"] }
aws-lc-rs = "1.16.0"
@@ -70,6 +68,9 @@ path = "src/bin/generate_schema.rs"
[dev-dependencies]
tower = "0.5.2"
env-lock = { workspace = true }
wiremock = { workspace = true }
tempfile.workspace = true
[package.metadata.cargo-machete]
ignored = [
# Used only in windows
"winreg",
]