change mcp server collection to use webpki roots instead of native, since the native roots do not work on android

This commit is contained in:
2026-05-25 18:02:51 +02:00
parent 0fa4bda949
commit 5100a0ccdb
4 changed files with 22 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ libdav = { version = "0.10.5", optional = true }
icalendar = { version = "0.17.10", optional = true, features = ["chrono-tz", "recurrence"] }
hyper-util = { version = "0.1.20", optional = true }
http = { version = "1.4.0", optional = true }
hyper-rustls = { version = "0.27.7", optional = true }
hyper-rustls = { version = "0.27.7", optional = true, features = ["webpki-roots"]}
toml = "1.1.2"
[features]