Skip to content

Commit 6f9d610

Browse files
authored
Remove 'tower' dependency from lading/Cargo.toml (#1199)
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]>
1 parent ec56e35 commit 6f9d610

File tree

3 files changed

+49
-35
lines changed

3 files changed

+49
-35
lines changed

Cargo.lock

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lading/Cargo.toml

-5
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ tokio = { workspace = true, features = [
7979
tokio-stream = { version = "0.1", features = ["io-util"] }
8080
tokio-util = { version = "0.7", features = ["io"] }
8181
tonic = { version = "0.12" }
82-
tower = { workspace = true, features = [
83-
"timeout",
84-
"limit",
85-
"load-shed",
86-
] }
8782
tracing = { workspace = true }
8883
tracing-subscriber = { version = "0.3", features = ["std", "env-filter"] }
8984
uuid = { workspace = true }

lading_payload/fuzz/Cargo.lock

+49-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)