fix(deps): corrext aws-lc-rs dependencies and direct-tls

This commit is contained in:
Jade Ellis
2026-04-24 10:06:47 +01:00
parent 1bc7950748
commit a07d3e24ea
4 changed files with 13 additions and 88 deletions
+6 -4
View File
@@ -107,7 +107,10 @@ default-features = false
# to listen on both HTTP and HTTPS if listening on TLS dierctly from conduwuit for complement or sytest
[workspace.dependencies.axum-server-dual-protocol]
version = "0.7"
# version = "0.7"
git = "https://github.com/vinchona/axum-server-dual-protocol.git"
rev = "ca6db055254255b74238673ce4135698e347d71c" # feat!: bump axum_server to 0.8.0
default-features = false
[workspace.dependencies.axum-client-ip]
version = "1.3"
@@ -134,13 +137,13 @@ features = [
[workspace.dependencies.rustls]
version = "0.23.25"
default-features = false
features = ["aws_lc_rs"]
features = ["ring"]
[workspace.dependencies.reqwest]
version = "0.13.2"
default-features = false
features = [
"rustls",
"rustls-no-provider",
"socks",
"hickory-dns",
"http2",
@@ -436,7 +439,6 @@ features = [
"contexts",
"debug-images",
"panic",
"rustls",
"tower",
"tower-http",
"tracing",