SUSF-Robotics-and-Software / phobos_sw

Software for the Phobos rover written in Rust
3 stars 0 forks source link

Update zmq requirement from 0.9 to 0.10 #55

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Updates the requirements on zmq to permit the latest version.

Changelog

Sourced from zmq's changelog.

0.9.2

New and improved functionality

  • Support for the ZMQ_REQ_RELAXED and ZMQ_REQ_CORRELATE socket options, implemented in #285.

Compatibility

  • SocketType, Mechanism, and Error can not longer be cast to an integer type and expected to get the corresponding libzmq C-level value. The ability to cast to integers and get the C enum values was never a documented part of the API, so this is not considered a breaking change.

    Unfortunately, the SocketEvent can not be future-proofed in this way; the monitoring API needs breaking changes to gain a reasonable level of type-safety.

Fixes

  • A potential panic in Message::gets involving messages with non-UTF8 property values has been fixed; see #288.

0.9.1

New and improved functionality

  • Added vendored feature which build libzmq from source via [zeromq-src], see the [README] for details; discussed in #257 and implemented in #267.

  • The installed libzmq C library is no longer feature-probed at build time, and all the wrapped API is exposed. Using features unsupported by the installed libzmq library will lead to run-time errors, like they would in C.

    This should enable cross-compiling without jumping through additional hoops.

    Implemented in #276.

  • The Message data type now implements From<Box<[u8]>.

  • The Message data type has gained a new constructor with_size, which replaces the now-deprecated, confusingly-named with_capacity constructor. Reported in #215 and fixed in #272.

  • New functions proxy_steerable and proxy_steerable_with_capture, which wrap the zmq_proxy_steerable C function. Implemented in

... (truncated)

Commits
  • e201622 Prepare release v0.9.2
  • 14d4d8e Bump dev-dependencies
  • e6d9b22 Document Message::gets behavior regarding non-UTF8 values
  • 3606a3e Fix denial-of-service in Message::gets
  • 00a8d7e Fix rebuilding zmq-sys every time
  • cd577c1 Fix and add badges in manifest
  • 4f0790b Add a bit of meta-information
  • 28286b3 Fix clippy warnings
  • 838ece1 Add socket functions for ZMQ_REQ_RELAXED and ZMQ_REQ_CORRELATE
  • 3f5a779 Bumped zeromq-src dependency to 0.1.7
  • 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 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

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.