sdk: Don't enable default features of mas-oidc-client

We don't need the `hyper` feature as we use our own HTTP client,
and the `keystore` will not be used in most cases.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille
2024-03-19 12:33:39 +01:00
committed by Benjamin Bouvier
parent c59465c54c
commit 0ff9e066fb
2 changed files with 100 additions and 188 deletions

View File

@@ -86,7 +86,7 @@ imbl = { workspace = true, features = ["serde"] }
indexmap = "2.0.2"
js_int = "0.2.2"
language-tags = { version = "0.3.2", optional = true }
mas-oidc-client = { version = "0.7.0", optional = true }
mas-oidc-client = { git = "https://github.com/matrix-org/matrix-authentication-service", rev = "099eabd1371d2840a2f025a6372d6428039eb511", default-features = false, optional = true }
matrix-sdk-base = { workspace = true, features = ["uniffi"] }
matrix-sdk-common = { workspace = true }
matrix-sdk-indexeddb = { workspace = true, optional = true }