It's currently pinned to 0.7
https://github.com/getsentry/sentry-rust/blob/master/integrations/sentry-actix/Cargo.toml#L30
actix-web is up to 2.0.0
Because the actix_web::middleware::Middleware trait is gone, I can't even compose the old version into the new one. Example that fails:
