mirror of
https://git.asonix.dog/asonix/http-signature-normalization.git
synced 2024-11-22 01:11:00 +00:00
Update dependencies
This commit is contained in:
parent
bc34e8e054
commit
97c9dd3cd6
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "http-signature-normalization-actix"
|
name = "http-signature-normalization-actix"
|
||||||
description = "An HTTP Signatures library that leaves the signing to you"
|
description = "An HTTP Signatures library that leaves the signing to you"
|
||||||
version = "0.6.0-beta.0"
|
version = "0.6.0-beta.1"
|
||||||
authors = ["asonix <asonix@asonix.dog>"]
|
authors = ["asonix <asonix@asonix.dog>"]
|
||||||
license-file = "LICENSE"
|
license-file = "LICENSE"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@ -29,9 +29,8 @@ required-features = ["client", "sha-2"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-http = { version = "=3.0.0-beta.18", default-features = false }
|
actix-http = { version = "=3.0.0-beta.18", default-features = false }
|
||||||
actix-rt = "2.5.0"
|
actix-rt = "2.5.0"
|
||||||
actix-router = "=0.5.0-beta.4"
|
actix-web = { version = "=4.0.0-beta.20", default-features = false, optional = true }
|
||||||
actix-web = { version = "=4.0.0-beta.19", default-features = false, optional = true }
|
awc = { version = "3.0.0-beta.18", default-features = false, optional = true }
|
||||||
awc = { version = "3.0.0-beta.12", default-features = false, optional = true }
|
|
||||||
base64 = { version = "0.13", optional = true }
|
base64 = { version = "0.13", optional = true }
|
||||||
futures-util = { version = "0.3", default-features = false }
|
futures-util = { version = "0.3", default-features = false }
|
||||||
http-signature-normalization = { version = "0.6.0", path = ".." }
|
http-signature-normalization = { version = "0.6.0", path = ".." }
|
||||||
|
@ -45,7 +44,7 @@ tracing-futures = "0.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
actix-rt = "2.3.0"
|
actix-rt = "2.3.0"
|
||||||
tracing-actix-web = "0.5.0-beta.3"
|
tracing-actix-web = "0.5.0-beta.10"
|
||||||
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
|
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
|
|
Loading…
Reference in a new issue