reqwest: Remove futures dep

This commit is contained in:
Aode (lion) 2021-12-06 18:07:30 -06:00
parent 361d15a126
commit 8667701c74

View file

@ -1,7 +1,7 @@
[package]
name = "http-signature-normalization-reqwest"
description = "An HTTP Signatures library that leaves the signing to you"
version = "0.3.0"
version = "0.3.1"
authors = ["asonix <asonix@asonix.dog>"]
license-file = "LICENSE"
readme = "README.md"
@ -24,7 +24,6 @@ required-features = ["sha-2"]
[dependencies]
base64 = { version = "0.13", optional = true }
bytes = "1"
futures = "0.3.1"
chrono = "0.4.10"
http = "0.2.0"
http-signature-normalization = { version = "0.5.1", path = ".." }