Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 27, 2025

Bumps indexmap from 2.9.0 to 2.10.0.

Changelog

Sourced from indexmap's changelog.

2.10.0 (2025-06-26)

  • Added extract_if methods to IndexMap and IndexSet, similar to the methods for HashMap and HashSet with ranges like Vec::extract_if.
  • Added more #[track_caller] annotations to functions that may panic.
Commits
  • 91dbcc5 Merge pull request #399 from cuviper/release-2.10.0
  • 67a5a71 Release 2.10.0
  • 37e519a Merge pull request #308 from cuviper/extract_if
  • 4d7618f Merge pull request #398 from cuviper/bench-deps
  • 68201eb Drop lazy_static for LazyLock
  • eaaaa56 Switch to fastrand for bench shuffling
  • b19d84e Fix clippy::needless_lifetimes
  • 4f62778 impl FusedIterator for ExtractIf
  • e09eaaf Document and track extract_if panics
  • a8d7dc5 Add range support to extract_if
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.9.0 to 2.10.0.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.9.0...2.10.0)

---
updated-dependencies:
- dependency-name: indexmap
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added Changelog: None Do not include in changelog dependencies Pull requests that update a dependency file Rust This PR or issue is related to Rust code in the repository labels Jun 27, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 27, 2025 11:15
@dependabot dependabot bot added Changelog: None Do not include in changelog Rust This PR or issue is related to Rust code in the repository dependencies Pull requests that update a dependency file labels Jun 27, 2025
@qiskit-bot
Copy link
Collaborator

Thank you for opening a new pull request.

Before your PR can be merged it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient.

While you're waiting, please feel free to review other open PRs. While only a subset of people are authorized to approve pull requests for merging, everyone is encouraged to review open pull requests. Doing reviews helps reduce the burden on the core team and helps make the project's code better for everyone.

One or more of the following people are relevant to this code:

  • @Qiskit/terra-core

@jakelishman jakelishman enabled auto-merge June 27, 2025 11:16
@jakelishman jakelishman added this pull request to the merge queue Jun 27, 2025
@coveralls
Copy link

Pull Request Test Coverage Report for Build 15924969396

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 261 unchanged lines in 71 files lost coverage.
  • Overall coverage decreased (-0.3%) to 87.696%

Files with Coverage Reduction New Missed Lines %
crates/accelerate/src/circuit_library/multi_local.rs 1 99.39%
crates/accelerate/src/results/marginalization.rs 1 90.45%
crates/cext/src/circuit.rs 1 80.45%
crates/circuit/src/classical/expr/binary.rs 1 98.68%
crates/circuit/src/classical/expr/cast.rs 1 79.63%
crates/circuit/src/classical/expr/index.rs 1 98.15%
crates/circuit/src/classical/expr/stretch.rs 1 93.65%
crates/circuit/src/classical/expr/unary.rs 1 83.82%
crates/circuit/src/classical/expr/value.rs 1 97.87%
crates/circuit/src/classical/expr/var.rs 1 92.16%
Totals Coverage Status
Change from base Build 15901629388: -0.3%
Covered Lines: 81002
Relevant Lines: 92367

💛 - Coveralls

Merged via the queue into main with commit c4e605b Jun 27, 2025
33 checks passed
@jakelishman jakelishman deleted the dependabot/cargo/indexmap-2.10.0 branch June 27, 2025 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: None Do not include in changelog dependencies Pull requests that update a dependency file Rust This PR or issue is related to Rust code in the repository
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants