From ce2d14824ec016b275417dde9aebfcc35620d0f1 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 17 Aug 2023 11:56:50 -0500 Subject: [PATCH] Bump version --- reqwest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reqwest/Cargo.toml b/reqwest/Cargo.toml index 4ff9497..67898de 100644 --- a/reqwest/Cargo.toml +++ b/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.9.0" +version = "0.10.0" authors = ["asonix "] license = "AGPL-3.0" readme = "README.md"