Skip to content
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

fix(deps): update rust crate indexmap to v2.6.0 - autoclosed #56

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2024

This PR contains the following updates:

Package Type Update Change
indexmap dependencies minor 2.2.6 -> 2.6.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

indexmap-rs/indexmap (indexmap)

v2.6.0

Compare Source

  • Implemented Clone for map::IntoIter and set::IntoIter.
  • Updated the hashbrown dependency to version 0.15.

v2.5.0

Compare Source

  • Added an insert_before method to IndexMap and IndexSet, as an
    alternative to shift_insert with different behavior on existing entries.
  • Added first_entry and last_entry methods to IndexMap.
  • Added From implementations between IndexedEntry and OccupiedEntry.

v2.4.0

Compare Source

  • Added methods IndexMap::append and IndexSet::append, moving all items from
    one map or set into another, and leaving the original capacity for reuse.

v2.3.0

Compare Source

  • Added trait MutableEntryKey for opt-in mutable access to map entry keys.
  • Added method MutableKeys::iter_mut2 for opt-in mutable iteration of map
    keys and values.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from f4a6393 to c624971 Compare August 13, 2024 23:17
@renovate renovate bot changed the title fix(deps): update rust crate indexmap to v2.3.0 fix(deps): update rust crate indexmap to v2.4.0 Aug 13, 2024
@renovate renovate bot changed the title fix(deps): update rust crate indexmap to v2.4.0 fix(deps): update rust crate indexmap to v2.5.0 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from c624971 to 6ea5749 Compare September 16, 2024 09:23
@renovate renovate bot changed the title fix(deps): update rust crate indexmap to v2.5.0 fix(deps): update rust crate indexmap to v2.6.0 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from 6ea5749 to bc3ef9a Compare October 2, 2024 01:26
@kugland kugland closed this Nov 21, 2024
@renovate renovate bot changed the title fix(deps): update rust crate indexmap to v2.6.0 fix(deps): update rust crate indexmap to v2.6.0 - autoclosed Nov 21, 2024
@renovate renovate bot deleted the renovate/indexmap-2.x-lockfile branch November 21, 2024 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant