From 9e850e731e22a0906e8f7ff40ba8aa614243807d Mon Sep 17 00:00:00 2001 From: DanGould Date: Tue, 19 Mar 2024 17:57:05 -0400 Subject: [PATCH] Bump v0.0.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a40ffd3..0ca8e0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -554,7 +554,7 @@ dependencies = [ [[package]] name = "ohttp-relay" -version = "0.0.6" +version = "0.0.7" dependencies = [ "futures", "hex-conservative", diff --git a/Cargo.toml b/Cargo.toml index 4a8bfb6..6f4ea5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ohttp-relay" -version = "0.0.6" +version = "0.0.7" authors = ["Dan Gould "] description = "Relay Oblivious HTTP requests to protect IP metadata" repository = "https://github.com/payjoin/ohttp-relay"