diff --git a/http-signature-normalization-actix/Cargo.toml b/http-signature-normalization-actix/Cargo.toml index cfcb1c1..4a6e7e0 100644 --- a/http-signature-normalization-actix/Cargo.toml +++ b/http-signature-normalization-actix/Cargo.toml @@ -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]