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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user