summaryrefslogtreecommitdiffstats
path: root/server/Cargo.lock
diff options
context:
space:
mode:
authorRiley <asonix@asonix.dog>2020-07-03 12:22:39 -0500
committerGitHub <noreply@github.com>2020-07-03 13:22:39 -0400
commit916592944af8e32f2044c9acf0d57eb7991427a5 (patch)
treeec08f51a4d9e132db754c61726fb75de318408fd /server/Cargo.lock
parent0350f4bbebd0e9afd952611b377941bca269fb3c (diff)
Verify activitypub payload digests (#885)
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 c54419e1..7b0d9a88 100644
--- a/server/Cargo.lock
+++ b/server/Cargo.lock
@@ -1413,9 +1413,9 @@ dependencies = [
[[package]]
name = "http-signature-normalization-actix"
-version = "0.4.0-alpha.0"
+version = "0.4.0-alpha.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "09afff6987c7edbed101d1cddd2185786fb0af0dd9c06b654aca73a0a763680f"
+checksum = "1c6efbc3e600cdd617585f4f15be3726c6942fb2eba3c8c79474c5d3159ad7c0"
dependencies = [
"actix-http",
"actix-web",