From 2720a3f4a39b73adbb363f733a4d0ec518f8aaac Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 22 Nov 2022 18:18:25 -0600 Subject: [PATCH] reqwest: bump version --- http-signature-normalization-reqwest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-signature-normalization-reqwest/Cargo.toml b/http-signature-normalization-reqwest/Cargo.toml index de0684e..4ec3b91 100644 --- a/http-signature-normalization-reqwest/Cargo.toml +++ b/http-signature-normalization-reqwest/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "http-signature-normalization-reqwest" description = "An HTTP Signatures library that leaves the signing to you" -version = "0.7.0" +version = "0.7.1" authors = ["asonix "] license-file = "LICENSE" readme = "README.md"