Skip to content

Bump nusb from 0.2.3 to 0.2.4#14

Merged
thegecko merged 1 commit into
mainfrom
dependabot/cargo/nusb-0.2.4
Jun 22, 2026
Merged

Bump nusb from 0.2.3 to 0.2.4#14
thegecko merged 1 commit into
mainfrom
dependabot/cargo/nusb-0.2.4

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps nusb from 0.2.3 to 0.2.4.

Release notes

Sourced from nusb's releases.

v0.2.4

Improvements

  • windows: Use Win32 threadpool for IO callbacks instead of dedicated thread (#171)
  • windows: Implement control transfer timeouts (#171)
  • macos: demote logging for interface close-on-drop failures to debug (#196)
  • linux + macos: Set a thread name for the event thread (#208)

Fixes

  • linux: Fix event loop spinning when a HotplugWatch is created but never polled and its receive buffer fills (#210)
  • linux: Map EACCESS errors to PermissionDenied (#209)
  • Fix deadlock in wait_next_complete if completion callbacks occur out of order (#202)

Contributors

@​kevinmehall @​vdavid @​DanielT

Commits
  • 171ee96 v0.2.4
  • ac56c12 linux: Fix event loop spinning when a HotplugWatch is created but never polle...
  • 98327c7 linux+macos: Name the event thread
  • a374fd4 Consider EACCESS when opening a device on Linux
  • 0732f03 Merge pull request #202 from kevinmehall/push-zzlvumsznoon
  • b253500 Fix deadlock in wait_next_complete if completion callbacks occur out of order
  • 7de57b7 Merge pull request #171 from kevinmehall/windows-threadpool
  • 1f15ca6 macos: demote interface close-on-drop failures to debug (#196)
  • 1644321 Configure docs.rs targets (#195)
  • 65bb1ef windows: Fix elided lifetime warnings
  • 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 [nusb](https://github.com/kevinmehall/nusb) from 0.2.3 to 0.2.4.
- [Release notes](https://github.com/kevinmehall/nusb/releases)
- [Commits](kevinmehall/nusb@v0.2.3...v0.2.4)

---
updated-dependencies:
- dependency-name: nusb
  dependency-version: 0.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jun 22, 2026
@thegecko thegecko merged commit c569a7a into main Jun 22, 2026
12 checks passed
@thegecko thegecko deleted the dependabot/cargo/nusb-0.2.4 branch June 22, 2026 21:30
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