Skip to content

Bump aarch64-rt from 0.3.1 to 0.4.3#18

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/aarch64-rt-0.4.3
Closed

Bump aarch64-rt from 0.3.1 to 0.4.3#18
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/aarch64-rt-0.4.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps aarch64-rt from 0.3.1 to 0.4.3.

Release notes

Sourced from aarch64-rt's releases.

0.4.3

Improvements

  • Added suspend_core function to wrap PSCI CPU_SUSPEND call, with warm_boot_entry as the entry point and SuspendContext to pass to it.

Fixes

  • Marked .bss section as NOLOAD.

0.4.2

Fixes

  • Made enable_mmu unsafe.

0.4.1

Improvements

  • Made set_exception_vector public.
  • Made enable_mmu public.

0.4.0

Breaking changes

  • Added ExceptionHandlers trait and exception_handlers! macro to define exception handlers, rather than relying on global symbols.
  • Added RegisterStateRef parameter to exception handlers to access the saved register state, and removed ELR and SPSR parameters.
  • start_core now takes an FnOnce rather than an fn and an argument. This allows arbitrary context to be captured in the closure.
Changelog

Sourced from aarch64-rt's changelog.

0.4.3

Improvements

  • Added suspend_core function to wrap PSCI CPU_SUSPEND call, with warm_boot_entry as the entry point and SuspendContext to pass to it.

Fixes

  • Marked .bss section as NOLOAD.

0.4.2

Fixes

  • Made enable_mmu unsafe.

0.4.1 (yanked)

Improvements

  • Made set_exception_vector public.
  • Made enable_mmu public.

0.4.0

Breaking changes

  • Added ExceptionHandlers trait and exception_handlers! macro to define exception handlers, rather than relying on global symbols.
  • Added RegisterStateRef parameter to exception handlers to access the saved register state, and removed ELR and SPSR parameters.
  • start_core now takes an FnOnce rather than an fn and an argument. This allows arbitrary context to be captured in the closure.
Commits
  • ab94631 Prepare for 0.4.3 release.
  • c0fb7ac Add to changelog.
  • bd3ba41 Rename SuspendContext data to arg, and update docs.
  • 026c34f Merge pull request #40 from m4tx/suspend
  • 6293656 Add wrapper function construct a SuspendContext and call CPU_SUSPEND.
  • a21cf53 Make SuspendContext.data a u64 rather than an arbitrary T.
  • 4283ea3 fix issues
  • b5783ed Add warm_boot_entry for suspend support
  • 695cfcd Mark bss as NOLOAD (#39)
  • 062d8d3 Bump aarch64-paging from 0.10.0 to 0.11.0 (#38)
  • 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 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 [aarch64-rt](https://github.com/google/aarch64-rt) from 0.3.1 to 0.4.3.
- [Release notes](https://github.com/google/aarch64-rt/releases)
- [Changelog](https://github.com/google/aarch64-rt/blob/main/CHANGELOG.md)
- [Commits](google/aarch64-rt@0.3.1...0.4.3)

---
updated-dependencies:
- dependency-name: aarch64-rt
  dependency-version: 0.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 23, 2026
@m4tx
Copy link
Collaborator

m4tx commented Feb 23, 2026

Will be done in #8.

@m4tx m4tx closed this Feb 23, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 23, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/aarch64-rt-0.4.3 branch February 23, 2026 10:22
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.

1 participant