diff --git a/Cargo.lock b/Cargo.lock index fc5fa6d..66d05fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 9b72262..ff118e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"