diff --git a/services/identity/Cargo.toml b/services/identity/Cargo.toml --- a/services/identity/Cargo.toml +++ b/services/identity/Cargo.toml @@ -39,7 +39,7 @@ regex = { workspace = true } tower-http = { workspace = true, features = ["cors"] } http = { workspace = true } -reqwest = { workspace = true, features = ["json"] } +reqwest = { workspace = true, features = ["json", "rustls-tls"] } futures = { workspace = true } url = { workspace = true }