forked from mirrors/relay
Use stable http-signature-normalization-actix
This commit is contained in:
parent
0f5b5fca24
commit
18ce074c7f
2 changed files with 7 additions and 8 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -1193,7 +1193,8 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "http-signature-normalization"
|
name = "http-signature-normalization"
|
||||||
version = "0.4.1"
|
version = "0.4.1"
|
||||||
source = "git+https://git.asonix.dog/Aardwolf/http-signature-normalization#40a3c283d75aa486f0cdd907532025dcc8e96b2a"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "257835255b5d40c6de712d90e56dc874ca5da2816121e7b9f3cfc7b3a55a5714"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
|
@ -1201,12 +1202,13 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "http-signature-normalization-actix"
|
name = "http-signature-normalization-actix"
|
||||||
version = "0.3.0-alpha.8"
|
version = "0.3.0-alpha.9"
|
||||||
source = "git+https://git.asonix.dog/Aardwolf/http-signature-normalization#40a3c283d75aa486f0cdd907532025dcc8e96b2a"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "195de65fba66cf11426765b07fde96553f02c9a982f760d9e736330cc2e7f07f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-http",
|
"actix-http",
|
||||||
"actix-web",
|
"actix-web",
|
||||||
"base64 0.11.0",
|
"base64 0.12.0",
|
||||||
"bytes",
|
"bytes",
|
||||||
"chrono",
|
"chrono",
|
||||||
"futures",
|
"futures",
|
||||||
|
|
|
@ -30,7 +30,7 @@ deadpool-postgres = "0.5.5"
|
||||||
dotenv = "0.15.0"
|
dotenv = "0.15.0"
|
||||||
env_logger = "0.7.1"
|
env_logger = "0.7.1"
|
||||||
futures = "0.3.4"
|
futures = "0.3.4"
|
||||||
http-signature-normalization-actix = { version = "0.3.0-alpha.8", default-features = false, features = ["sha-2"] }
|
http-signature-normalization-actix = { version = "0.3.0-alpha.9", default-features = false, features = ["sha-2"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
lru = "0.4.3"
|
lru = "0.4.3"
|
||||||
mime = "0.3.16"
|
mime = "0.3.16"
|
||||||
|
@ -57,6 +57,3 @@ ructe = { version = "0.10.0", features = ["sass", "mime03"] }
|
||||||
|
|
||||||
[profile.dev.package.rsa]
|
[profile.dev.package.rsa]
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
|
|
||||||
[patch.crates-io]
|
|
||||||
http-signature-normalization-actix = { git = "https://git.asonix.dog/Aardwolf/http-signature-normalization" }
|
|
||||||
|
|
Loading…
Reference in a new issue