diff --git a/Cargo.lock b/Cargo.lock index 9ffb653..ba33727 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -298,7 +298,7 @@ checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" [[package]] name = "ap-relay" -version = "0.3.68" +version = "0.3.69" dependencies = [ "activitystreams", "activitystreams-ext", @@ -1343,9 +1343,9 @@ dependencies = [ [[package]] name = "http-signature-normalization-actix" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1042c9eb8c9882f94be2da71787168de008f962c400706f692901238726b64d" +checksum = "60d41016e2fd353e0a3f266ca9ac9b9dbf439c4a2bede3b400ba7ea73ac9bb3f" dependencies = [ "actix-http", "actix-rt", diff --git a/Cargo.toml b/Cargo.toml index 7d5768b..8a4d9c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ap-relay" description = "A simple activitypub relay" -version = "0.3.68" +version = "0.3.69" authors = ["asonix "] license = "AGPL-3.0" readme = "README.md" @@ -86,7 +86,7 @@ default-features = false features = ["background-jobs-actix", "error-logging"] [dependencies.http-signature-normalization-actix] -version = "0.7.0" +version = "0.7.1" default-features = false features = ["client", "server", "sha-2"]