Stable awc

This commit is contained in:
Aode (Lion) 2022-03-08 11:08:41 -06:00
parent d2f8669002
commit 2d13b04199

View file

@ -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 <asonix@asonix.dog>"]
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 = ".." }