summaryrefslogtreecommitdiffstats
path: root/server/Cargo.toml
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.toml
parent0350f4bbebd0e9afd952611b377941bca269fb3c (diff)
Verify activitypub payload digests (#885)
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 8daf72c4..22507994 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -43,7 +43,7 @@ percent-encoding = "2.1.0"
comrak = "0.7"
openssl = "0.10"
http = "0.2.1"
-http-signature-normalization-actix = { version = "0.4.0-alpha.0", default-features = false, features = ["sha-2"] }
+http-signature-normalization-actix = { version = "0.4.0-alpha.1", default-features = false, features = ["sha-2"] }
base64 = "0.12.1"
tokio = "0.2.21"
futures = "0.3.5"