actix-web rc.3

This commit is contained in:
Aode (lion) 2022-02-11 11:25:07 -06:00
parent c8d88b10b6
commit 8c8fef35fc

View file

@ -1,7 +1,7 @@
[package]
name = "http-signature-normalization-actix"
description = "An HTTP Signatures library that leaves the signing to you"
version = "0.6.0-beta.4"
version = "0.6.0-beta.5"
authors = ["asonix <asonix@asonix.dog>"]
license-file = "LICENSE"
readme = "README.md"
@ -27,9 +27,9 @@ name = "client"
required-features = ["client", "sha-2"]
[dependencies]
actix-http = { version = "=3.0.0-rc.1", default-features = false }
actix-http = { version = "=3.0.0-rc.2", default-features = false }
actix-rt = "2.6.0"
actix-web = { version = "=4.0.0-rc.2", default-features = false, optional = true }
actix-web = { version = "=4.0.0-rc.3", default-features = false, optional = true }
awc = { version = "3.0.0-beta.20", default-features = false, optional = true }
base64 = { version = "0.13", optional = true }
futures-util = { version = "0.3", default-features = false }
@ -43,8 +43,8 @@ tracing-error = "0.2"
tracing-futures = "0.2"
[dev-dependencies]
actix-rt = "2.3.0"
tracing-actix-web = { version = "0.5.0-rc.2" }
actix-rt = "2.6.0"
tracing-actix-web = { version = "0.5.0-rc.3" }
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
[package.metadata.docs.rs]