Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Updates the requirements on nusb to permit the latest version.

Release notes

Sourced from nusb's releases.

v0.2.1

Bug fixes

  • Fix a race condition where Interface::endpoint would return Busy when re-opening an endpoint that was just dropped immediately after a previous transfer completed (kevinmehall/nusb#163)

New features

  • Add Endpoint::transfer_blocking convenience method to submit and wait for a single transfer with timeout (kevinmehall/nusb#164)

Contributors

@​kevinmehall

Commits
  • 318244f v0.2.1
  • 86f692e Add crates.io trusted publishing
  • 63ffb27 Merge pull request #164 from kevinmehall/transfer-blocking
  • dd56a96 Add Endpoint::transfer_blocking convenience method.
  • abb3740 Merge pull request #163 from kevinmehall/waker-fix
  • 61228ae Log on dropping endpoint with pending transfers
  • bcfb2b8 Take waker and drop EndpointInner reference before waking transfer
  • 573126d Fix "hiding a lifetime that's elided elsewhere is confusing" warnings from ru...
  • 2ef7969 v0.2.0
  • 0035edd Add must_use to MaybeFuture
  • 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 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)

Updates the requirements on [nusb](https://github.com/kevinmehall/nusb) to permit the latest version.
- [Release notes](https://github.com/kevinmehall/nusb/releases)
- [Commits](kevinmehall/nusb@v0.1.10...v0.2.1)

---
updated-dependencies:
- dependency-name: nusb
  dependency-version: 0.2.1
  dependency-type: direct:production
...

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 Oct 6, 2025
@sjoerdsimons
Copy link
Collaborator

@copilot please fix this MR

Copy link

Copilot AI commented Nov 26, 2025

@sjoerdsimons I've opened a new pull request, #47, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI mentioned this pull request Nov 26, 2025
16 tasks
Copilot AI and others added 4 commits November 26, 2025 21:24
Co-authored-by: sjoerdsimons <22603932+sjoerdsimons@users.noreply.github.com>
Co-authored-by: sjoerdsimons <22603932+sjoerdsimons@users.noreply.github.com>
Co-authored-by: sjoerdsimons <22603932+sjoerdsimons@users.noreply.github.com>
Co-authored-by: sjoerdsimons <22603932+sjoerdsimons@users.noreply.github.com>
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

Development

Successfully merging this pull request may close these issues.

2 participants