mirror of
https://git.asonix.dog/asonix/http-signature-normalization.git
synced 2024-11-21 17:00:59 +00:00
reqwest: Remove futures dep
This commit is contained in:
parent
361d15a126
commit
8667701c74
1 changed files with 1 additions and 2 deletions
|
@ -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 = ".." }
|
||||
|
|
Loading…
Reference in a new issue