Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
remove unused dependencies with cargo-shear
Browse files Browse the repository at this point in the history
  • Loading branch information
xvello committed Apr 15, 2024
1 parent 92018ab commit 5970846
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 164 deletions.
143 changes: 0 additions & 143 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ metrics = "0.22.0"
metrics-exporter-prometheus = "0.13.0"
rand = "0.8.5"
rdkafka = { version = "0.36.0", features = ["cmake-build", "ssl", "tracing"] }
regex = "1.10.2"
reqwest = { version = "0.11" }
serde = { version = "1.0", features = ["derive"] }
serde_derive = { version = "1.0" }
Expand All @@ -57,7 +56,6 @@ time = { version = "0.3.20", features = [
] }
tokio = { version = "1.34.0", features = ["full"] }
tower = "0.4.13"
tower_governor = "0.0.4"
tower-http = { version = "0.4.0", features = ["cors", "trace"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
Expand Down
4 changes: 1 addition & 3 deletions capture-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ version = "0.1.0"
edition = "2021"

[dependencies]
axum = { workspace = true }
capture = { path = "../capture" }
envconfig = { workspace = true }
opentelemetry = { version = "0.21.0", features = ["trace"]}
opentelemetry-otlp = "0.14.0"
opentelemetry_sdk = { version = "0.21.0", features = ["trace", "rt-tokio"] }
time = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
tracing-opentelemetry = "0.22.0"
Expand All @@ -24,4 +22,4 @@ once_cell = "1.18.0"
rand = { workspace = true }
rdkafka = { workspace = true }
reqwest = "0.11.22"
serde_json = { workspace = true }
serde_json = { workspace = true }
5 changes: 0 additions & 5 deletions capture/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ axum = { version = "0.6.15" } # TODO: Bring up to date with the workspace.
axum-client-ip = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
governor = { workspace = true }
tower_governor = { workspace = true }
time = { workspace = true }
tower-http = { workspace = true }
bytes = { workspace = true }
Expand All @@ -35,10 +33,7 @@ redis = { version = "0.23.3", features = [
"cluster-async",
] }
envconfig = { workspace = true }
dashmap = "5.5.3"

[dev-dependencies]
assert-json-diff = { workspace = true }
axum-test-helper = "0.2.0"
mockall = "0.11.2"
redis-test = "0.2.3"
1 change: 0 additions & 1 deletion hook-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ eyre = { workspace = true }
hook-common = { path = "../hook-common" }
http-body-util = { workspace = true }
metrics = { workspace = true }
metrics-exporter-prometheus = { workspace = true }
serde = { workspace = true }
serde_derive = { workspace = true }
serde_json = { workspace = true }
Expand Down
2 changes: 0 additions & 2 deletions hook-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ http = { workspace = true }
metrics = { workspace = true }
metrics-exporter-prometheus = { workspace = true }
reqwest = { workspace = true }
regex = { workspace = true }
serde = { workspace = true }
serde_derive = { workspace = true }
serde_json = { workspace = true }
sqlx = { workspace = true }
time = { workspace = true }
Expand Down
6 changes: 0 additions & 6 deletions hook-janitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,12 @@ envconfig = { workspace = true }
eyre = { workspace = true }
futures = { workspace = true }
hook-common = { path = "../hook-common" }
http-body-util = { workspace = true }
metrics = { workspace = true }
metrics-exporter-prometheus = { workspace = true }
rdkafka = { workspace = true }
serde = { workspace = true }
serde_derive = { workspace = true }
serde_json = { workspace = true }
sqlx = { workspace = true }
time = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
tower = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
url = { workspace = true }
2 changes: 0 additions & 2 deletions hook-worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ hook-common = { path = "../hook-common" }
http = { version = "0.2" }
metrics = { workspace = true }
reqwest = { workspace = true }
serde = { workspace = true }
serde_derive = { workspace = true }
sqlx = { workspace = true }
time = { workspace = true }
thiserror = { workspace = true }
Expand Down

0 comments on commit 5970846

Please sign in to comment.