diff --git a/Cargo.toml b/Cargo.toml index 8aad65b..4491b4f 100644 --- a/Cargo.toml +++ b/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"