reqwest: Update middleware, thiserror

This commit is contained in:
asonix 2024-12-09 19:29:03 -06:00
parent 3d7b620bc0
commit 61d1fdfde4

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.12.0"
version = "0.13.0"
authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0"
readme = "README.md"
@ -29,11 +29,11 @@ base64 = { version = "0.22", optional = true }
http-signature-normalization = { version = "0.7.0", path = ".." }
httpdate = "1.0.2"
reqwest = { version = "0.12", default-features = false, features = ["json"] }
reqwest-middleware = { version = "0.3.0", optional = true }
reqwest-middleware = { version = "0.4.0", optional = true }
ring = { version = "0.17.5", optional = true }
sha2 = { version = "0.10", optional = true }
sha3 = { version = "0.10", optional = true }
thiserror = "1.0"
thiserror = "2.0"
tokio = { version = "1", default-features = false, features = [
"rt",
], optional = true }