forked from mirrors/relay
Simplify cargo toml
This commit is contained in:
parent
43e5b6d873
commit
751a84c7b3
1 changed files with 10 additions and 2 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -28,7 +28,6 @@ chrono = "0.4.19"
|
|||
config = "0.11.0"
|
||||
dotenv = "0.15.0"
|
||||
futures-util = "0.3.17"
|
||||
http-signature-normalization-actix = { version = "0.5.0-beta.7", default-features = false, features = ["sha-2"], git = "https://git.asonix.dog/asonix/http-signature-normalization" }
|
||||
lru = "0.6.0"
|
||||
mime = "0.3.16"
|
||||
rand = "0.8"
|
||||
|
@ -41,7 +40,6 @@ sled = "0.34.6"
|
|||
structopt = "0.3.12"
|
||||
thiserror = "1.0"
|
||||
tracing = "0.1"
|
||||
tracing-actix-web = { version = "0.4.0-beta.12", git = "https://github.com/asonix/tracing-actix-web", branch = "asonix/tracing-error-work-around" }
|
||||
tracing-error = "0.1"
|
||||
tracing-futures = "0.2"
|
||||
tracing-log = "0.1"
|
||||
|
@ -57,6 +55,16 @@ features = [
|
|||
"error-logging"
|
||||
]
|
||||
|
||||
[dependencies.http-signature-normalization-actix]
|
||||
version = "0.5.0-beta.7"
|
||||
default-features = false
|
||||
features = ["sha-2"]
|
||||
git = "https://git.asonix.dog/asonix/http-signature-normalization"
|
||||
|
||||
[dependencies.tracing-actix-web]
|
||||
version = "0.4.0-beta.12"
|
||||
git = "https://github.com/asonix/tracing-actix-web"
|
||||
branch = "asonix/tracing-error-work-around"
|
||||
|
||||
[build-dependencies]
|
||||
anyhow = "1.0"
|
||||
|
|
Loading…
Reference in a new issue