tower-rs / tower

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

Upgrade indexmap to version 2. #761

Closed pixlwave closed 10 months ago

pixlwave commented 10 months ago

This PR upgrades the dependency on the indexmap crate to version 2.0.

Checking the release notes I don't see any breaking changes that would affect this crate, but I'm still relatively new to Rust, so please don't take my word for it.

pixlwave commented 10 months ago

I don't see any breaking changes that would affect this crate

Ah, and now I've opened the PR I realise I didn't compile the crate with the ready-cache feature enabled - it turns out there is indeed breaking changes to handle. 🤦‍♂️

Edit: Fixed.

serprex commented 10 months ago

Duplicate of #758

pixlwave commented 10 months ago

My bad! Closing in favour of #758 👍