Closed zopieux closed 9 months ago
Thank you for the report and contribution.
Increasing these version requirements is rarely the true solution to problems such as what you're describing. I've aligned the requirements to ^0.3.17
but without a reproduction case I don't want to accept this PR.
PR Type
Other
PR Checklist
cargo +nightly fmt
). (not applicable)Overview
The ancient
futures
&futures-core
versions currently pinned are causing obscure issues with e.g.Identity
(in actix-identity) not being recognized anymore by just adding thefutures
crate (any version) in a project that also depends on actix-identity. Bumpingfutures
version in actix-* fixes it.