Skip to content

Commit

Permalink
Remove 'tower' dependency from lading/Cargo.toml
Browse files Browse the repository at this point in the history
This dependency was not in fact used by this crate. We remove it for the
sake of tidiness.

Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed Jan 8, 2025
1 parent ec56e35 commit e8cda58
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 35 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.

5 changes: 0 additions & 5 deletions lading/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ tokio = { workspace = true, features = [
tokio-stream = { version = "0.1", features = ["io-util"] }
tokio-util = { version = "0.7", features = ["io"] }
tonic = { version = "0.12" }
tower = { workspace = true, features = [
"timeout",
"limit",
"load-shed",
] }
tracing = { workspace = true }
tracing-subscriber = { version = "0.3", features = ["std", "env-filter"] }
uuid = { workspace = true }
Expand Down
78 changes: 49 additions & 29 deletions lading_payload/fuzz/Cargo.lock

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

0 comments on commit e8cda58

Please sign in to comment.