summaryrefslogtreecommitdiffstats
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authorFelix Ableitner <me@nutomic.com>2020-07-06 14:20:29 +0200
committerFelix Ableitner <me@nutomic.com>2020-07-06 14:20:29 +0200
commitd03c435563be5a4ba564749785e90067aee41858 (patch)
treee9b13bdb3ddbca3b340daea9908d08342a83e1cf /server/Cargo.toml
parentbf69d595b40def7ecc622adf2425e185105bab78 (diff)
Revert "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 22507994..8daf72c4 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.1", default-features = false, features = ["sha-2"] }
+http-signature-normalization-actix = { version = "0.4.0-alpha.0", default-features = false, features = ["sha-2"] }
base64 = "0.12.1"
tokio = "0.2.21"
futures = "0.3.5"