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
+10
View File
@@ -601,6 +601,7 @@ dependencies = [
"tokio",
"tokio-rustls",
"tower-service",
"webpki-roots",
]
[[package]]
@@ -2063,6 +2064,15 @@ dependencies = [
"semver",
]
[[package]]
name = "webpki-roots"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d"
dependencies = [
"rustls-pki-types",
]
[[package]]
name = "windows-core"
version = "0.62.2"