From cc63dee3ef0fd8a743068ee4837fc72556c2e550 Mon Sep 17 00:00:00 2001 From: Jake Selig Date: Tue, 19 Mar 2024 15:57:00 -0700 Subject: [PATCH] chore: use rigetti fork of hyper-proxy --- crates/python/scripts/patch_hyper_proxy.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/python/scripts/patch_hyper_proxy.py b/crates/python/scripts/patch_hyper_proxy.py index 5559b6aa6..0e0817f4c 100644 --- a/crates/python/scripts/patch_hyper_proxy.py +++ b/crates/python/scripts/patch_hyper_proxy.py @@ -11,8 +11,7 @@ data["patch"] = { "crates-io": { "hyper-proxy": { - "git": "https://github.com/hoodie/hyper-proxy", - "rev": "49325f3" + "git": "https://github.com/rigetti/hyper-proxy" } } }