mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-11-13 13:11:01 +00:00
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]]
|
||||
name = "http-signature-normalization"
|
||||
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 = [
|
||||
"chrono",
|
||||
"thiserror",
|
||||
|
@ -1201,12 +1202,13 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "http-signature-normalization-actix"
|
||||
version = "0.3.0-alpha.8"
|
||||
source = "git+https://git.asonix.dog/Aardwolf/http-signature-normalization#40a3c283d75aa486f0cdd907532025dcc8e96b2a"
|
||||
version = "0.3.0-alpha.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "195de65fba66cf11426765b07fde96553f02c9a982f760d9e736330cc2e7f07f"
|
||||
dependencies = [
|
||||
"actix-http",
|
||||
"actix-web",
|
||||
"base64 0.11.0",
|
||||
"base64 0.12.0",
|
||||
"bytes",
|
||||
"chrono",
|
||||
"futures",
|
||||
|
|
|
@ -30,7 +30,7 @@ deadpool-postgres = "0.5.5"
|
|||
dotenv = "0.15.0"
|
||||
env_logger = "0.7.1"
|
||||
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"
|
||||
lru = "0.4.3"
|
||||
mime = "0.3.16"
|
||||
|
@ -57,6 +57,3 @@ ructe = { version = "0.10.0", features = ["sass", "mime03"] }
|
|||
|
||||
[profile.dev.package.rsa]
|
||||
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