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"