diff --git a/sentry/Cargo.toml b/sentry/Cargo.toml index c5cb86b99..656627dfb 100644 --- a/sentry/Cargo.toml +++ b/sentry/Cargo.toml @@ -33,7 +33,7 @@ debug-images = ["sentry-debug-images"] log = ["sentry-log"] slog = ["sentry-slog"] tower = ["sentry-tower"] -tower-http = ["sentry-tower", "sentry-tower/http"] +tower-http = ["tower", "sentry-tower/http"] tracing = ["sentry-tracing"] profiling = ["sentry-core/profiling"] frame-pointer = ["sentry-core/frame-pointer"]