Skip to content

Commit

Permalink
review(app): Revert "Introduce url dependency to outbound proxy"
Browse files Browse the repository at this point in the history
This reverts commit 9e3ee3e.

we no longer need, or want, a `url` dependency.

Signed-off-by: katelyn martin <[email protected]>
  • Loading branch information
cratelyn committed Oct 11, 2024
1 parent aed9d30 commit e2447dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,6 @@ dependencies = [
"tower",
"tower-test",
"tracing",
"url",
]

[[package]]
Expand Down
1 change: 0 additions & 1 deletion linkerd/app/outbound/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ tokio = { version = "1", features = ["sync"] }
tonic = { version = "0.10", default-features = false }
tower = { version = "0.4", features = ["util"] }
tracing = "0.1"
url = "2.5"

linkerd-app-core = { path = "../core" }
linkerd-app-test = { path = "../test", optional = true }
Expand Down

0 comments on commit e2447dc

Please sign in to comment.