You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Latest version of apollo-router includes opentelemetry crate with defaults enabled, and somehow this ends up including async_std into the dependency tree.
The text was updated successfully, but these errors were encountered:
If we only require that feature in dev-deps I think it will be enough to get rid of async-std in the router deps. I'm not on my computer right now, feel free to open a PR and check it works as expected
A potential fix would be to just copy all of the features currently in the testing set and remove async-std, but since the feature set includes feature flags for dependencies of opentelemetry_sdk and cargo does not allow / in feature sets defined outside of the owning project, this isn't yet possible to do without upstream changes.
Describe the bug
Latest version of apollo-router includes
opentelemetry
crate with defaults enabled, and somehow this ends up including async_std into the dependency tree.The text was updated successfully, but these errors were encountered: