Skip to content

deps(deps): bump tock-registers from 0.9.0 to 0.10.1#48

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/tock-registers-0.10.1
Open

deps(deps): bump tock-registers from 0.9.0 to 0.10.1#48
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/tock-registers-0.10.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown

Bumps tock-registers from 0.9.0 to 0.10.1.

Changelog

Sourced from tock-registers's changelog.

v0.10.1

tock-registers has graduated to its own repository! This patch release merely updates the crate metadata to reflect this change.

v0.10.0

This release contains some improvements to tock-registers. It should not contain breaking changes for the majority of users, except for those who provide custom implementations of the UIntLike trait.

Breaking Changes

To support new debug infrastructure for registers, the UIntLike trait now has a supertrait-bound for the core library's Debug trait. To upgrade to this version, users who have custom implementations of UIntLike for downstream types will need to ensure that their types also implement the Debug trait.

Register Debugging Support

tock/tock#3771 84a281c4a640f0216112affd3da16963d804e7ef add debug() method in registers for better human readable debug output

This version adds a debug() method to registers implementing the Readable trait (through an auto-impl of the new Debuggable trait). It performs a read of the underlying register value and returns a type that implements core::fmt::Debug to print the register's fields and current values.

Other changes

  • #4230: add an example expansion of the register_bitfields! macro to the crate's README
  • #4197: various documentation improvements
  • #3901: test_fields!: stringify offset and size in error messages. This allows constant expressions to be used in the register_structs! macro.

v0.9

There is a small breaking change, described below, which addresses semantic confusion around matches_any(). The interface has changed, so this should result in compile-time awareness rather than any silent behavioral changes.

Breaking Changes

tock/tock#3336 480ee65139f1e51c149236a1b3e47cd61832ac80 Rename matches_any() to any_matching_bits_set(), implement matches_any()

The current implementation of matches_any() does not implement the

... (truncated)

Commits

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 [tock-registers](https://github.com/tock/tock-registers) from 0.9.0 to 0.10.1.
- [Changelog](https://github.com/tock/tock-registers/blob/main/CHANGELOG.md)
- [Commits](tock/tock-registers@v0.9.0...v0.10.1)

---
updated-dependencies:
- dependency-name: tock-registers
  dependency-version: 0.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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.

0 participants