Manually setup rustls protocol

For some reason the default was broken and I don't know why. Also for
some reason the rustls default feature to set a default provider doesnt
work so I had to manually set that up too
This commit is contained in:
2026-06-01 15:56:37 -07:00
parent bcd9f1992d
commit 2dd4f21534
3 changed files with 102 additions and 2 deletions
+2
View File
@@ -23,3 +23,5 @@ expanduser = "1.2.2"
uuid = { version = "1.23.2", features = ["v4"] }
ed25519-dalek = { version = "2.2.0", features = ["rand_core", "serde"] }
rand = "0.8"
rustls = {version = "0.23.40" }
rustls-platform-verifier = "0.7.0"