toku-sa-n / ramen

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

chore(deps): bump xhci from 0.8.2 to 0.8.7 #1123

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps xhci from 0.8.2 to 0.8.7.

Changelog

Sourced from xhci's changelog.

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)
dependabot[bot] commented 1 year ago

Superseded by #1124.