Skip to content

Commit

Permalink
non fork
Browse files Browse the repository at this point in the history
Signed-off-by: Zahari Dichev <[email protected]>
  • Loading branch information
zaharidichev committed Jan 5, 2024
1 parent 4f379d1 commit 50e7e0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2237,7 +2237,7 @@ dependencies = [
[[package]]
name = "linkerd2-proxy-api"
version = "0.12.0"
source = "git+https://github.com/zaharidichev/linkerd2-proxy-api?branch=zd/add-uri-like-identity-and-server-name#8f84ce5063383e557855b62f109eb7c905baeebb"
source = "git+https://github.com/linkerd/linkerd2-proxy-api?rev=2da43c5d0237549f17480285dad8895e7e4737d2#2da43c5d0237549f17480285dad8895e7e4737d2"
dependencies = [
"h2",
"http",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ debug = 1
lto = true

[patch.crates-io]
linkerd2-proxy-api = { git = "https://github.com/zaharidichev/linkerd2-proxy-api", branch = "zd/add-uri-like-identity-and-server-name" }
linkerd2-proxy-api = { git = "https://github.com/linkerd/linkerd2-proxy-api", rev = "2da43c5d0237549f17480285dad8895e7e4737d2" }

0 comments on commit 50e7e0b

Please sign in to comment.