From 2d13b04199949410538c9f97b2cdfd5fd88d6809 Mon Sep 17 00:00:00 2001 From: "Aode (Lion)" Date: Tue, 8 Mar 2022 11:08:41 -0600 Subject: [PATCH] Stable awc --- http-signature-normalization-actix/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/http-signature-normalization-actix/Cargo.toml b/http-signature-normalization-actix/Cargo.toml index bb4e726..8646e5d 100644 --- a/http-signature-normalization-actix/Cargo.toml +++ b/http-signature-normalization-actix/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "http-signature-normalization-actix" description = "An HTTP Signatures library that leaves the signing to you" -version = "0.6.0-beta.6" +version = "0.6.0" authors = ["asonix "] license-file = "LICENSE" readme = "README.md" @@ -27,10 +27,10 @@ name = "client" required-features = ["client", "sha-2"] [dependencies] -actix-http = { version = "3.0.0", default-features = false } +actix-http = { version = "3.0.2", default-features = false } actix-rt = "2.6.0" actix-web = { version = "4.0.0", default-features = false, optional = true } -awc = { version = "3.0.0-beta.21", default-features = false, optional = true } +awc = { version = "3.0.0", default-features = false, optional = true } base64 = { version = "0.13", optional = true } futures-util = { version = "0.3", default-features = false } http-signature-normalization = { version = "0.6.0", path = ".." }