workspace-hack: remove openssl from remote_server (#27990)

This was accidentally getting added due to increased feature
unification. We've manually excluded reqwest to go back to the desired
behavior: remote_server, doesn't depend on openssl.

Release Notes:

- N/A

Co-authored-by: Mikayla Maki <mikayla.c.maki@gmail.com>
This commit is contained in:
Julia Ryan 2025-04-02 17:49:07 -07:00 committed by GitHub
parent ee950f5bc4
commit d3e4de7c72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 31 additions and 85 deletions

View file

@ -21,6 +21,9 @@ platforms = [
workspace-members = [
"remote_server",
]
third-party = [
{ name = "reqwest", version = "0.11.27" },
]
[final-excludes]
workspace-members = [