Skip to content

Commit 4f3e611

Browse files
committed
chore(hyper): patch local hyper dependency
Signed-off-by: katelyn martin <[email protected]>
1 parent f82895c commit 4f3e611

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -943,8 +943,6 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
943943
[[package]]
944944
name = "hyper"
945945
version = "0.14.31"
946-
source = "registry+https://github.com/rust-lang/crates.io-index"
947-
checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
948946
dependencies = [
949947
"bytes",
950948
"futures-channel",

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,6 @@ lto = true
9999
[workspace.dependencies]
100100
linkerd2-proxy-api = "0.15.0"
101101
# linkerd2-proxy-api = { git = "https://github.com/linkerd/linkerd2-proxy-api.git", branch = "main" }
102+
103+
[patch.crates-io.hyper]
104+
path = "/home/katie/work/hyper"

0 commit comments

Comments
 (0)