request: remove default features

This commit is contained in:
Aode (lion) 2021-11-22 17:09:55 -06:00
parent ad10a85e5c
commit 6f286375f9

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.2.0"
version = "0.2.1"
authors = ["asonix <asonix@asonix.dog>"]
license-file = "LICENSE"
readme = "README.md"
@ -27,7 +27,7 @@ futures = "0.3.1"
chrono = "0.4.10"
http = "0.2.0"
http-signature-normalization = { version = "0.5.1", path = ".." }
reqwest = "0.11"
reqwest = { version = "0.11", default-features = false, features = ["json"] }
sha2 = { version = "0.9", optional = true }
sha3 = { version = "0.9", optional = true }
thiserror = "1.0"