cfspeedtest
cfspeedtest copied to clipboard
chore(deps): bump indexmap from 2.10.0 to 2.12.0
Bumps indexmap from 2.10.0 to 2.12.0.
Changelog
Sourced from indexmap's changelog.
2.12.0 (2025-10-17)
- MSRV: Rust 1.82.0 or later is now required.
- Updated the
hashbrowndependency to 0.16 alone.- Error types now implement
core::error::Error.- Added
pop_ifmethods toIndexMapandIndexSet, similar to the method forVecadded in Rust 1.86.2.11.4 (2025-09-18)
- Updated the
hashbrowndependency to a range allowing 0.15 or 0.16.2.11.3 (2025-09-15)
- Make the minimum
serdeversion only apply when "serde" is enabled.2.11.2 (2025-09-15)
- Switched the "serde" feature to depend on
serde_core, improving build parallelism in cases where other dependents have enabled "serde/derive".2.11.1 (2025-09-08)
- Added a
get_key_value_mutmethod toIndexMap.- Removed the unnecessary
Ordbound oninsert_sorted_bymethods.2.11.0 (2025-08-22)
- Added
insert_sorted_byandinsert_sorted_by_keymethods toIndexMap,IndexSet, andVacantEntry, like customizable versions ofinsert_sorted.- Added
is_sorted,is_sorted_by, andis_sorted_by_keymethods toIndexMapandIndexSet, as well as theirSlicecounterparts.- Added
sort_by_keyandsort_unstable_by_keymethods toIndexMapandIndexSet, as well as parallel counterparts.- Added
replace_indexmethods toIndexMap,IndexSet, andVacantEntryto replace the key (or set value) at a given index.- Added optional
svalserialization support.
Commits
0e68f8aMerge pull request #422 from cuviper/msrv-1.8261c9c94ci: only run full miri in the merge queuedb43f19Release 2.12.0b46a32aMove more to the lints table4849b16Make use of RFC2145 type privacy for sealed traitscfff4b7Use bounds in associated type positionc7178d7Usecore::error::Error76b459bUse more precise capturing for someimpl Traitb3d9cc3Use the primitive slice'sis_sortedmethods09db3ccUse inherentusize::div_ceil- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)