mirror of
https://github.com/chatmail/relay.git
synced 2026-08-27 02:23:14 +00:00
feat: switch to aws-lc-rs cryptography provider (#178)
Switches crypto provider to keep chatmail codebase consistent, analogous to https://github.com/chatmail/core/pull/8313 Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
committed by
GitHub
parent
73b684f90c
commit
d3f5412420
@@ -24,11 +24,11 @@ governor = { version = "0.10.4", default-features = false, features = [
|
||||
"dashmap",
|
||||
] }
|
||||
viadkim = { version = "0.2.0" }
|
||||
hickory-resolver = { version = "0.26.1", features = ["dnssec-ring"] }
|
||||
hickory-resolver = { version = "0.26.1", features = ["dnssec-aws-lc-rs"] }
|
||||
lru = "0.18.0"
|
||||
parking_lot = "0.12.5"
|
||||
tokio-rustls = { version = "0.26.4", default-features = false, features = [
|
||||
"ring",
|
||||
"aws-lc-rs",
|
||||
"logging",
|
||||
"tls12",
|
||||
] }
|
||||
@@ -44,7 +44,7 @@ hyper-util = { version = "0.1.20", features = [
|
||||
] }
|
||||
http-body-util = "0.1.3"
|
||||
hyper-rustls = { version = "0.27.9", default-features = false, features = [
|
||||
"ring",
|
||||
"aws-lc-rs",
|
||||
"http1",
|
||||
"http2",
|
||||
"logging",
|
||||
|
||||
Reference in New Issue
Block a user