Skip to content

Bump indexmap version from 2.2.3 to 2.10.0 #1272

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

0xbillw
Copy link

@0xbillw 0xbillw commented Jul 17, 2025

No description provided.

Copy link
Member

@dtolnay dtolnay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there some API we are using from 2.10.0 that is not in 2.2.3?

@0xbillw
Copy link
Author

0xbillw commented Jul 17, 2025

Is there some API we are using from 2.10.0 that is not in 2.2.3?

I haven't found a use for it yet.
My motivation for upgrading: to resolve a version conflict in indexmap within a project I maintain. This project depends on two crates, litep2p and serde_json, which rely on conflicting versions of indexmap. The litep2p crate uses a relatively newer version of indexmap.

@dtolnay
Copy link
Member

dtolnay commented Jul 18, 2025

2.10.0 is semver-compatible with 2.2.3 so you should be able to use serde_json with indexmap 2.10.0 without this PR.

@dtolnay dtolnay closed this Jul 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants