Update http sigs to not blow up

This commit is contained in:
asonix 2020-03-17 15:15:18 -05:00
parent 9642e357e5
commit a7b4a81197
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1079,9 +1079,9 @@ dependencies = [
[[package]]
name = "http-signature-normalization-actix"
version = "0.3.0-alpha.3"
version = "0.3.0-alpha.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36b2d8e485a1403413d543ccaa5bb02be59d1ef93e0ecb97314bfdf2573b2ba7"
checksum = "93de73e7120cd0109107dd2594cba35f19841c75b09696db495554756d55727e"
dependencies = [
"actix-http",
"actix-web",

View file

@ -17,7 +17,7 @@ base64 = "0.12"
bb8-postgres = "0.4.0"
dotenv = "0.15.0"
futures = "0.3.4"
http-signature-normalization-actix = { version = "0.3.0-alpha.3", default-features = false, features = ["sha-2"] }
http-signature-normalization-actix = { version = "0.3.0-alpha.4", default-features = false, features = ["sha-2"] }
log = "0.4"
lru = "0.4.3"
pretty_env_logger = "0.4.0"