From e7b9dd383d8e2143dfb32a96ae1fec91863f0484 Mon Sep 17 00:00:00 2001 From: Alejandro Pedraza Date: Fri, 25 Oct 2024 12:35:13 -0500 Subject: [PATCH] temporary dependency override on linkerd2-proxy-api to pick changes from linkerd/linkerd2-proxy-api#388 --- Cargo.lock | 2 +- Cargo.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bdaa448b274df..e733d229814a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1325,7 +1325,7 @@ dependencies = [ [[package]] name = "linkerd2-proxy-api" version = "0.14.0" -source = "git+https://github.com/linkerd/linkerd2-proxy-api?rev=c5648ae2a1e405cc6b8aca20522356ebdf20f1ea#c5648ae2a1e405cc6b8aca20522356ebdf20f1ea" +source = "git+https://github.com/linkerd/linkerd2-proxy-api.git?branch=alpeb/rate-limiting#765b27ce1ef49f0795d1f8c3bd0c7e88e5034f18" dependencies = [ "http", "ipnet", diff --git a/Cargo.toml b/Cargo.toml index 9ba219c0c9972..4316a1ccc0025 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,4 @@ members = [ lto = "thin" [patch.crates-io] -# TODO(Zahari): switch released version once TLS protocol support is out. -linkerd2-proxy-api = { git = 'https://github.com/linkerd/linkerd2-proxy-api', rev = 'c5648ae2a1e405cc6b8aca20522356ebdf20f1ea' } \ No newline at end of file +linkerd2-proxy-api = { git = "https://github.com/linkerd/linkerd2-proxy-api.git", branch = "alpeb/rate-limiting" }