Use custom rustls and alpn fedichatv0

Maybe this fixes a bug I'm looking at? Not sure though. It should make
the protocol more robust though
This commit is contained in:
2026-06-01 14:28:21 -07:00
parent bcfd328c04
commit 0fc73f1c85
3 changed files with 91 additions and 5 deletions
+1
View File
@@ -23,4 +23,5 @@ bcrypt = "0.19.1"
time = { version = "0.3.47", features = ["serde"] }
rand = "0.10.1"
uuid = { version = "1.23.2", features = ["v4"] }
rustls = "0.23.40"
#postcard = {version = "1.1.3", features = ["use-std"]}