summaryrefslogtreecommitdiffstats
path: root/server/Cargo.lock
diff options
context:
space:
mode:
authorRiley <asonix@asonix.dog>2020-07-13 08:55:55 -0500
committerGitHub <noreply@github.com>2020-07-13 09:55:55 -0400
commit8f745b80d3c7bf2ee901d7a3333d7303cdbe6b42 (patch)
treeaf1587b67acc8630b5c5122ced8aad2b99d3aaec /server/Cargo.lock
parent7556f8615fb859a400595960484da11da3d2ce41 (diff)
Wrap each inbox route individually (#954)
Diffstat (limited to 'server/Cargo.lock')
-rw-r--r--server/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/Cargo.lock b/server/Cargo.lock
index 62438593..d90b9679 100644
--- a/server/Cargo.lock
+++ b/server/Cargo.lock
@@ -1422,9 +1422,9 @@ dependencies = [
[[package]]
name = "http-signature-normalization-actix"
-version = "0.4.0-alpha.0"
+version = "0.4.0-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "09afff6987c7edbed101d1cddd2185786fb0af0dd9c06b654aca73a0a763680f"
+checksum = "131fc982391a6b37847888b568cbe0e9cd302f1b0015f4f6f4a50234bebd049c"
dependencies = [
"actix-http",
"actix-web",