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

cargo: bump the minor group across 1 directory with 2 updates #2689

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps the minor group with 2 updates in the /src/exercises/bare-metal/rtc directory: arm-gic and bitflags.

Updates arm-gic from 0.1.2 to 0.2.2

Release notes

Sourced from arm-gic's releases.

0.2.1

Bugfixes

  • Fixed docs.rs build.

0.2.0

Breaking changes

  • IntId and Trigger moved to top-level module, as they are shared with GICv2 driver.
  • Added support for multiple cores. GicV3::new now takes the CPU count and redistributor stride, and various other method take a cpu index.

Bugfixes

  • Fixed GicV3::setup not to write to GICD IGROUPR[0].
  • Fixed GicV3::enable_interrupt not to write to GICD for private interrupt IDs.
  • Return None from get_and_acknowledge_interrupt for SPECIAL_NONE.

Improvements

  • Added more interrupt types to IntId, and public constants for number of each type.
  • Added constants to IntId for special interrupt IDs.
  • Added methods to read type register and its fields.
  • Added set_group, redistributor_mark_core_awake and other methods to GicV3.
  • Added support for GICv2 in a separate GicV2 driver.
  • Added support for aarch32.
Changelog

Sourced from arm-gic's changelog.

0.2.2

Improvements

  • Added fakes feature which causes all system register access to be redirected to a fake instead. This can be useful for tests.

0.2.1

Bugfixes

  • Fixed docs.rs build.

0.2.0

Breaking changes

  • IntId and Trigger moved to top-level module, as they are shared with GICv2 driver.
  • Added support for multiple cores. GicV3::new now takes the CPU count and redistributor stride, and various other method take a cpu index.

Bugfixes

  • Fixed GicV3::setup not to write to GICD IGROUPR[0].
  • Fixed GicV3::enable_interrupt not to write to GICD for private interrupt IDs.
  • Return None from get_and_acknowledge_interrupt for SPECIAL_NONE.

Improvements

  • Added more interrupt types to IntId, and public constants for number of each type.
  • Added constants to IntId for special interrupt IDs.
  • Added methods to read type register and its fields.
  • Added set_group, redistributor_mark_core_awake and other methods to GicV3.
  • Added support for GICv2 in a separate GicV2 driver.
  • Added support for aarch32.
Commits

Updates bitflags from 2.8.0 to 2.9.0

Release notes

Sourced from bitflags's releases.

2.9.0

What's Changed

Full Changelog: bitflags/bitflags@2.8.0...2.9.0

Changelog

Sourced from bitflags's changelog.

2.9.0

What's Changed

Full Changelog: bitflags/bitflags@2.8.0...2.9.0

Commits
  • e197bf5 Merge pull request #439 from KodrAus/cargo/2.9.0
  • 8df6e80 prepare for 2.9.0 release
  • e92f0ae Merge pull request #438 from KodrAus/fix/ui-tests
  • 226ff75 fix up UI tests
  • 2170a26 Merge pull request #437 from wysiwys/wysiwys/add-clear-method
  • 76dde58 add tests for clear() trait method
  • ce5d420 add clear() method to trait
  • 9e45d36 Merge pull request #434 from bitflags/KodrAus-patch-1
  • 617645a pin checkout action for miri job
  • 2c836f2 Merge pull request #433 from bitflags/ci/remove-scorecard
  • 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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor group with 2 updates in the /src/exercises/bare-metal/rtc directory: [arm-gic](https://github.com/google/arm-gic) and [bitflags](https://github.com/bitflags/bitflags).


Updates `arm-gic` from 0.1.2 to 0.2.2
- [Release notes](https://github.com/google/arm-gic/releases)
- [Changelog](https://github.com/google/arm-gic/blob/main/CHANGELOG.md)
- [Commits](google/arm-gic@0.1.2...0.2.2)

Updates `bitflags` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.8.0...2.9.0)

---
updated-dependencies:
- dependency-name: arm-gic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: bitflags
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 3, 2025
@dependabot dependabot bot requested review from djmitche, mgeisler and qwandor March 3, 2025 12:33
@qwandor qwandor merged commit a20d3f1 into main Mar 6, 2025
37 checks passed
@qwandor qwandor deleted the dependabot/cargo/src/exercises/bare-metal/rtc/minor-450706010f branch March 6, 2025 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants