diff --git a/http-signature-normalization-reqwest/Cargo.toml b/http-signature-normalization-reqwest/Cargo.toml index d7bd210..8d88502 100644 --- a/http-signature-normalization-reqwest/Cargo.toml +++ b/http-signature-normalization-reqwest/Cargo.toml @@ -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 "] 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 = ".." }