From 4c7affdef43d9fcc60df7ef1c6dd816826bbca59 Mon Sep 17 00:00:00 2001 From: "Aode (lion)" Date: Sun, 23 Jan 2022 22:52:33 -0600 Subject: [PATCH] Update actix web --- http-signature-normalization-actix/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/http-signature-normalization-actix/Cargo.toml b/http-signature-normalization-actix/Cargo.toml index 28808a4..0189337 100644 --- a/http-signature-normalization-actix/Cargo.toml +++ b/http-signature-normalization-actix/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "http-signature-normalization-actix" description = "An HTTP Signatures library that leaves the signing to you" -version = "0.6.0-beta.1" +version = "0.6.0-beta.2" authors = ["asonix "] license-file = "LICENSE" readme = "README.md" @@ -27,9 +27,9 @@ name = "client" required-features = ["client", "sha-2"] [dependencies] -actix-http = { version = "=3.0.0-beta.18", default-features = false } +actix-http = { version = "=3.0.0-beta.19", default-features = false } actix-rt = "2.5.0" -actix-web = { version = "=4.0.0-beta.20", default-features = false, optional = true } +actix-web = { version = "=4.0.0-beta.21", default-features = false, optional = true } awc = { version = "3.0.0-beta.18", default-features = false, optional = true } base64 = { version = "0.13", optional = true } futures-util = { version = "0.3", default-features = false } @@ -44,7 +44,7 @@ tracing-futures = "0.2" [dev-dependencies] actix-rt = "2.3.0" -tracing-actix-web = "0.5.0-beta.10" +tracing-actix-web = "0.5.0-beta.11" tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] } [package.metadata.docs.rs]