Remove awc's feature dependencies

This commit is contained in:
asonix 2021-07-27 15:35:19 -05:00
parent dde7fb1485
commit 9aa7874f24

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.5.0-beta.6"
version = "0.5.0-beta.7"
authors = ["asonix <asonix@asonix.dog>"]
license-file = "LICENSE"
readme = "README.md"
@ -25,8 +25,8 @@ name = "client"
required-features = ["sha-2"]
[dependencies]
actix-web = { version = "4.0.0-beta.7", default-features = false }
awc = "3.0.0-beta.6"
actix-web = { version = "4.0.0-beta.8", default-features = false }
awc = { version = "3.0.0-beta.7", default-features = false }
base64 = { version = "0.13", optional = true }
chrono = "0.4.6"
futures = "0.3"