Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump nusb from 0.1.12 to 0.1.13 #860

Merged
merged 1 commit into from
Feb 17, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps nusb from 0.1.12 to 0.1.13.

Release notes

Sourced from nusb's releases.

v0.1.13

Fixes

  • Make HotplugWatch Send + Sync on all platforms (#105)
  • macOS: check kUSBProductString and kUSBSerialNumberString properties (#109)
  • Windows: Error instead of panic on invalid device descriptor when opening a device while it is being disconnected (#113)

Contributors

@​kevinmehall @​erkki-silvola

Commits
  • a64dfba v0.1.13
  • 6a6085d windows: Error instead of panic on invalid device descriptor from hub handle
  • 2742e8f macOS: use kUSBProductString and kUSBSerialNumberString as primary (#109)
  • dda4d2a macos: impl Sync for HotplugWatch
  • 2f78a75 windows: impl Send + Sync for HotplugWatch
  • See full diff 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 will merge this PR once CI passes on it, as requested by @andrewdavidmackenzie.


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)

Bumps [nusb](https://github.com/kevinmehall/nusb) from 0.1.12 to 0.1.13.
- [Release notes](https://github.com/kevinmehall/nusb/releases)
- [Commits](kevinmehall/nusb@v0.1.12...v0.1.13)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 17, 2025
Copy link

codecov bot commented Feb 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 28%. Comparing base (7576e71) to head (bcebe34).
Report is 2 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff          @@
##           master   #860   +/-   ##
=====================================
  Coverage      28%    28%           
=====================================
  Files          48     48           
  Lines        6082   6082           
=====================================
  Hits         1672   1672           
  Misses       4410   4410           
Flag Coverage Δ
unittests 28% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andrewdavidmackenzie
Copy link
Owner

andrewdavidmackenzie commented Feb 17, 2025 via email

@dependabot dependabot bot merged commit c8f27b1 into master Feb 17, 2025
17 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/nusb-0.1.13 branch February 17, 2025 14:21
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant