ryankurte / rust-ptouch

Rust driver for Brother P-Touch label makers (USB)
44 stars 14 forks source link

Update rusb requirement from 0.8.1 to 0.9.1 #25

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on rusb to permit the latest version.

Changelog

Sourced from rusb's changelog.

Changes

unreleased

  • impl Ord and PartialOrd for Version #116

#116: a1ien/rusb#116

0.9.0

  • Re-export libusb1-sys as ffi #75
  • impl Debug for DeviceHandle #78
  • Add bind to libusb_get_next_timeout #95
  • Add DeviceHandle::into_raw() #97
  • Improve read_string_descriptor #99
  • Derive Debug for Context #103
  • Implement Clone for Device #104
  • Add Context::interrupt_handle_events() #101
  • context: add open_device_with_fd() #106
  • Rewrite hotplug registration. Add HotplugBuilder #110. And rewrite #72
  • ConfigDescriptor and InterfaceDescriptor extra return just slice #111

#72: a1ien/rusb#72 #75: a1ien/rusb#75 #78: a1ien/rusb#78 #95: a1ien/rusb#95 #97: a1ien/rusb#97 #99: a1ien/rusb#99 #101: a1ien/rusb#101 #103: a1ien/rusb#103 #104: a1ien/rusb#104 #106: a1ien/rusb#106 #110: a1ien/rusb#110 #111: a1ien/rusb#111

0.8.1

  • Add getters for bRefresh and bSynchAddress #61
  • Implement Display for Version. #59
  • Add Device/DeviceHandle::context getter methods #57

#61: a1ien/rusb#61 #59: a1ien/rusb#59 #57: a1ien/rusb#57

Commits


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)