tower-rs / tower

async fn(Request) -> Result<Response, Error>
https://docs.rs/tower
MIT License
3.56k stars 281 forks source link

Update indexmap dependency & fix compiler warnings #758

Closed serprex closed 4 months ago

serprex commented 11 months ago

741 proposes changing get_ready_index_mut's signature, but that would be a semver breaking change, so can wait for 0.5

Also remove unused lazy_static dev dependency

Mr-Leshiy commented 10 months ago

Also this PR fixed an old problem with indexmap https://github.com/tower-rs/tower/issues/466. indexmap 1.5.2 release added a new feature flag std which can totally solve corresponding issue with not identifying https://github.com/indexmap-rs/indexmap/pull/145, std https://github.com/indexmap-rs/indexmap/issues/151.

tobz commented 4 months ago

Closing as a duplicate of #741.