mirror of
https://git.asonix.dog/asonix/http-signature-normalization.git
synced 2024-11-21 17:00:59 +00:00
bump deps
This commit is contained in:
parent
6f286375f9
commit
53be90297d
1 changed files with 5 additions and 5 deletions
|
@ -27,10 +27,10 @@ name = "client"
|
|||
required-features = ["client", "sha-2"]
|
||||
|
||||
[dependencies]
|
||||
actix-http = { version = "3.0.0-beta.11", default-features = false }
|
||||
actix-rt = "2.3.0"
|
||||
actix-web = { version = "4.0.0-beta.10", default-features = false, optional = true }
|
||||
awc = { version = "3.0.0-beta.9", default-features = false, optional = true }
|
||||
actix-http = { version = "3.0.0-beta.14", default-features = false }
|
||||
actix-rt = "2.5.0"
|
||||
actix-web = { version = "4.0.0-beta.13", default-features = false, optional = true }
|
||||
awc = { version = "3.0.0-beta.12", default-features = false, optional = true }
|
||||
base64 = { version = "0.13", optional = true }
|
||||
chrono = "0.4.6"
|
||||
futures-util = { version = "0.3", default-features = false }
|
||||
|
@ -45,7 +45,7 @@ tracing-futures = "0.2"
|
|||
|
||||
[dev-dependencies]
|
||||
actix-rt = "2.3.0"
|
||||
tracing-actix-web = { version = "0.5.0-beta.1" }
|
||||
tracing-actix-web = { version = "0.5.0-beta.3" }
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
|
Loading…
Reference in a new issue