knope
knope copied to clipboard
chore(deps): update rust crate indexmap to v2.9.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| indexmap | dependencies | minor | 2.5.0 -> 2.9.0 |
Release Notes
indexmap-rs/indexmap (indexmap)
v2.9.0
- Added a
get_disjoint_mutmethod toIndexMap, matching Rust 1.86'sHashMapmethod. - Added a
get_disjoint_indices_mutmethod toIndexMapandmap::Slice, matching Rust 1.86'sget_disjoint_mutmethod on slices. - Deprecated the
borshfeature in favor of their ownindexmapfeature, solving a cyclic dependency that occured viaborsh-derive.
v2.8.0
- Added
indexmap_with_default!andindexset_with_default!to be used with alternative hashers, especially when using the crate withoutstd. - Implemented
PartialEqbetween eachSliceand[]/arrays. - Removed the internal
rustc-rayonfeature and dependency.
v2.7.1
- Added
#[track_caller]to functions that may panic. - Improved memory reservation for
insert_entry.
v2.7.0
- Added methods
Entry::insert_entryandVacantEntry::insert_entry, returning anOccupiedEntryafter insertion.
v2.6.0
- Implemented
Cloneformap::IntoIterandset::IntoIter. - Updated the
hashbrowndependency to version 0.15.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.
Deploy Preview for knope canceled.
| Name | Link |
|---|---|
| Latest commit | 5114aa1fc87580753d7bd2ec30099ba447beda51 |
| Latest deploy log | https://app.netlify.com/sites/knope/deploys/6817ef84c5732100089703ca |