-
-
Notifications
You must be signed in to change notification settings - Fork 165
v0.38.0 adding plenty of new dependencies #804
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for calling that out.
We'll release a fix ASAP. |
rust-lang/crates.io#11143 was updated to the latest release but it looks like it still contains the actix dependencies for some reason 🤔 |
Yeah @Turbo87 I've also noticed that, it will be there in |
huh, interesting... I thought that was only the case for target-specific dependencies, not weak dependencies, but looks like you're right. sorry for the noise :) |
All good and thank you for reporting, I was also surprised that it works like this. |
Linking the relevant cargo issue here for the record rust-lang/cargo#10801 |
How do you use Sentry?
Sentry SaaS (sentry.io)
SDK version
v0.38.0
Steps to reproduce
see https://github.com/rust-lang/crates.io/pull/11143/files
Expected result
No significant increase in dependencies
Actual result
The
sentry
crate suddenly pulls inactix-web
with its 30 dependencies and plenty of other things that we are not actually using.Is there a reason why the core
sentry
crate now needs all of these seemingly non-optional dependencies? If this comes from the new OpenTelemetry integration then maybe it would be better to put that behind a feature flag or extract it to a dedicated crate?The text was updated successfully, but these errors were encountered: