mirror of
https://git.asonix.dog/asonix/http-signature-normalization.git
synced 2024-11-13 05:01:17 +00:00
Prepare actix-web rc.2
This commit is contained in:
parent
4426030551
commit
d10ba12dd0
1 changed files with 4 additions and 4 deletions
|
@ -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.3"
|
||||
version = "0.6.0-beta.4"
|
||||
authors = ["asonix <asonix@asonix.dog>"]
|
||||
license-file = "LICENSE"
|
||||
readme = "README.md"
|
||||
|
@ -28,8 +28,8 @@ required-features = ["client", "sha-2"]
|
|||
|
||||
[dependencies]
|
||||
actix-http = { version = "=3.0.0-rc.1", default-features = false }
|
||||
actix-rt = "2.5.0"
|
||||
actix-web = { version = "=4.0.0-rc.1", default-features = false, optional = true }
|
||||
actix-rt = "2.6.0"
|
||||
actix-web = { version = "=4.0.0-rc.2", 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 }
|
||||
|
@ -44,7 +44,7 @@ tracing-futures = "0.2"
|
|||
|
||||
[dev-dependencies]
|
||||
actix-rt = "2.3.0"
|
||||
tracing-actix-web = "0.5.0-rc.1"
|
||||
tracing-actix-web = { version = "0.5.0-rc.2", git = "https://github.com/asonix/tracing-actix-web", branch = "asonix/opentelemetry-17" }
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
|
Loading…
Reference in a new issue