toku-sa-n / ramen

A toy OS written in Rust supporting xHCI.
GNU General Public License v3.0
40 stars 5 forks source link

chore(deps): bump xhci from 0.8.2 to 0.9.1 #1125

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps xhci from 0.8.2 to 0.9.1.

Changelog

Sourced from xhci's changelog.

0.9.1 - 2022-09-09

Added

  • set_0_* for all RW1C bits, which sets the bit to 0. This prevents the bit from being cleared on write.
  • Default implementations for registers without RsvdP bits, which allows avoiding a redundant read.

0.9.0 - 2022-08-23

Changed

  • The structure of registers::runtime::InterrupterRegisterSet is changed, and you can now modify single fields of the Interrupter Register Set via registers::runtime::Interrupter. See rust-osdev/xhci#142 and rust-osdev/xhci#142 for the background of this change.

Removed

  • registers::runtime::InterruptRegisterSet in favor of registers::runtime::InterrupterRegisterSet.

0.8.7 - 2022-08-17

Changed

  • registers::runtime::InterruptRegisterSet is renamed to registers::runtime::InterrupterRegisterSet (note: Interrupter). The former still exists but is an alias of the latter and is deprecated now.

Deprecated

  • registers::runtime::InterruptRegisterSet in favor of registers::runtime::InterrupterRegisterSet.

0.8.6 - 2022-07-31

Fixed

  • The wrong bit range in the implementation of TryFrom<[u32; 4]> for TRB structs is fixed.

0.8.5 - 2022-07-21

Added

  • Added the implementation of TryFrom<[u32; 4]> to TRB structs in ring::trb::command and ring::trb::transfer

Changed

  • Clippy's function size limitation setting is removed.

0.8.4 - 2022-05-29

Fixed

  • Wrong bit range in StructuralParameters2::max_scratchpad_buffers is fixed.

0.8.3 - 2022-04-20

Added

  • License and contribution notes are added to the README.
  • Dependabot is enabled.

Changed

  • Switched to Rust edition 2021.

Fixed

  • Outdated code example in README.md is fixed.
  • Removed all the use of deprecated code.
  • Wrong masking in EventRingDequeuePointerRegister::event_ring_dequeue_pointer is fixed.
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 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 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)
stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

dependabot[bot] commented 1 year ago

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.