From 2a5e769afb7b9a7b9694f3e9880fcf15ffb036a8 Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 9 Sep 2023 17:30:07 -0400 Subject: [PATCH] Update http-signature-normalization-actix --- Cargo.lock | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9faac02..09e3c6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1387,17 +1387,18 @@ dependencies = [ [[package]] name = "http-signature-normalization-actix" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f16b1af0de27fe75ea5c1da8da1ce826274cc623bda49eb5e9395aa4ea0b34d4" +checksum = "c82b0217cd33ff0d3530558a2a762017585b0c3d0bd208ddc6b3944c13660b7f" dependencies = [ "actix-http", "actix-rt", "actix-web", "base64 0.13.1", - "futures-util", + "futures-core", "http-signature-normalization", "ring", + "streem", "thiserror", "tokio", "tracing",