Bump http-signature-normalization-actix
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
asonix 2022-12-08 21:15:43 -06:00
parent c18760d57f
commit d834537300
2 changed files with 5 additions and 5 deletions

6
Cargo.lock generated
View file

@ -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",

View file

@ -1,7 +1,7 @@
[package]
name = "ap-relay"
description = "A simple activitypub relay"
version = "0.3.68"
version = "0.3.69"
authors = ["asonix <asonix@asonix.dog>"]
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"]